CommencerCommencer gratuitement

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.

Cet exercice fait partie du cours

Introduction to Bioconductor in R

Afficher le cours

Exercice interactif pratique

Passez de la théorie à la pratique avec l’un de nos exercices interactifs

Commencer l’exercice