Description Usage Arguments Value See Also Examples
View source: R/ReferenceGenome.R
This method will return a DNAStringSet object from the reference genome; requires a numeric pointer to the object
1 | getChromosomeSequence(dnaStringSetId)
|
dnaStringSetId |
is the pointer to use |
DNAStringSet corresponding to pointer provided
[getStringSetId()] for method to prepare numeric pointer
1 2 3 4 5 6 | init()
referenceFasta <- system.file("extdata",
"Escherichia_coli_complete_genome.fasta",
package = "nanopoRe")
setReferenceGenome(referenceFasta)
getChromosomeSequence(getStringSetId("Escherichia_coli_chromosome"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.