ComeçarComece de graça

Removing duplicates

It is always a good practice to check that your sequence reads don't contain too many duplicates.

# Sample with duplicates of class: ShortReadQ
dfqsample

# Get the reads from dfqsample
mydReads <- sread(dfqsample)

# Counting duplicates
table(srduplicated(mydReads))

How would you go about removing duplicated reads in a file? Pay attention to what the condition should be in this filter.

Este exercício faz parte do curso

Introduction to Bioconductor in R

Ver curso

Exercício interativo prático

Transforme a teoria em ação com um de nossos exercícios interativos

Começar o exercício