ezBamSeqNames | R Documentation |
Gets sequence names from a bam file.
ezBamSeqNames(bamFile, sizeSorting = "decreasing")
ezBamSeqLengths(bamFile)
bamFile |
a character representing the bam file path. |
sizeSorting |
a character. if equal to "decreasing" the names will be sorted decreasingly. |
Returns a character vector of sequence names.
ezBamSeqLengths
: Gets the sequence lengths from a bam file.
Rehrauer, Hubert
Schmid, Peter
bamFile <- system.file("extdata", "ex1.bam", package="Rsamtools", mustWork=TRUE)
ezBamSeqLengths(bamFile)
ezBamSeqNames(bamFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.