Description Usage Arguments Value
For 10X BAMs, cellTag is CB and fragTag is UB. For Salmon BAMs, cellTag is CB and fragTag is UR. For BioRad BAMs, cellTag is DB and fragTag is XB (I think). Per-cell pileups can be generated directly from BAMs, though this is tricky. I'm not 100 percent sure how to deal with UMI reconciliation above, though.
1 2 3 4 5 6 7 8 9 10 |
BAM |
a BAM file or a BamFile object |
cellTag |
what tag to use for cell identification (CB) |
fragTag |
what tag to use for fragment identification (UB) |
tagFilt |
optional tag filter (eg. list(CB="ATCGATCGAT-1")) (NULL) |
dedupe |
drop reads with missing or duplicate (CB,UB)? (FALSE) |
MTonly |
only reaad in mitochondrial reads? (FALSE) |
byCell |
split by cell? (FALSE; only set TRUE for MT) |
byFrag |
split by fragment? (FALSE; only set TRUE for MT) |
1 | a GAlignments or GAlignmentsList (if byCell/byFrag)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.