Description Usage Arguments Value Examples
Extracting the chromosomes information from the indexed BAM file, including names and length.
1 | ExtractChrinfo(in_bamfile)
|
in_bamfile |
A indexed BAM file, and the index files (.bai) must be in the same directory of the indexed BAM |
A data.table with chromosomes names and length
1 | chr_info <- ExtractChrinfo("input/test.sorted.bam")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.