datacarpentry/genomics-r-intro

When demonstrating the OR operator, change the code chunk to use two numerical variables. Is currently filter(variants, sample_id == "SRR2584863", (INDEL | QUAL >= 100)) and INDEL is logical.

Closed this issue · 0 comments

When demonstrating the OR operator, change the code chunk to use two numerical variables. Is currently filter(variants, sample_id == "SRR2584863", (INDEL | QUAL >= 100)) and INDEL is logical.