Description Usage Arguments Value
View source: R/funclib_polyAtailor.R
Each chromosome was traversed and PA sites were identified by a-rich at the end. Note that the BAM file needs to be indexed.
1 | findChrTails(bamfile, which, what, count)
|
bamfile |
The path of bam file. |
which |
Refer to ScanBamParam parameters for Rsamtools for explanation. |
what |
Refer to ScanBamParam parameters for Rsamtools for explanation. |
count |
Boolean parameter. If count=T, the PA list after the count will be returned. There will be one more column of count in the PA list. If count=F, all PA site information is returned without counting. |
Returns a PA list annotated with chromosome information, chain orientation, and reference genomic coordinates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.