getStringSetId: accessory method for mapping named chromosomes to their...

Description Usage Arguments Value Examples

View source: R/ReferenceGenome.R

Description

This method will return the numerical index for the named chromosome within the referenceGenomeSequence

Usage

1

Arguments

chrId

is the identifier for the chromosomes to be dropped

Value

None

Examples

1
2
3
4
5
6
7
init()
referenceFasta <- system.file("extdata",
    "Escherichia_coli_complete_genome.fasta",
    package = "nanopoRe")
setReferenceGenome(referenceFasta)
getStringSetId(getChromosomeIds())
getStringSetId("Escherichia_coli_chromosome")

sagrudd/nanopoRe documentation built on June 7, 2020, 10:20 p.m.