View source: R/sc_atac_create_fragments.R
get_chromosomes | R Documentation |
Gets a list of NamedList of chromosomes and the reference length acquired through the bam index file.
get_chromosomes(bam, keep_contigs = "^chr")
bam |
file path to the bam file to get data from |
keep_contigs |
regular expression used with grepl to filter reference names |
a named list where element names are chromosomes reference names and elements are integer lengths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.