Description Usage Arguments Value
View source: R/CategorizeReads.R
Categorizes the reads in one sam file.
1 | CategorizeReads(sam, POS, REF, ALT)
|
sam |
An in-memory version of a sam file as data.frame. |
POS |
The position in the sam at which the DBS starts. |
REF |
The reference allele. |
ALT |
The putative alternative allele. |
a named character vector, the names are the read names in the sam file. Each element is one of "Read supports only 1st position" "Read supports only 2nd position", "WT read" "Mut read"
@keywords internal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.