Description Usage Arguments Value
View source: R/detectAdapterContam.R
Does a Needleman-Wunsch like small-in-large alignment of the adapter vs each read. Flag read if score exceeds threshold
1 | isAdapter(reads, score_cutoff, adapter_seqs)
|
reads |
Set of reads as ShortRead object |
score_cutoff |
Alignment score threshold that needs to be exceeded to be flagged as adapter. Usually this value is determined empirically by getAdpaterThreshold() |
adapter_seqs |
One or more adapter sequences |
boolean vector indicating adapter contamination
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.