Description Usage Arguments Value Examples
View source: R/ReferenceGenome.R
This method will remove unwanted chromosomes from the reference genome collection; useful for when analyses are to be linked to a set of core autosomes, for example.
| 1 | cleanReferenceGenome(delIds)
 | 
| delIds | is a vector of chromosomes to be dropped | 
None
| 1 2 3 4 5 6 7 8 | init()
referenceFasta <- system.file("extdata",
    "Escherichia_coli_complete_genome.fasta",
    package = "nanopoRe")
setReferenceGenome(referenceFasta)
getChromosomeIds()
cleanReferenceGenome(getChromosomeIds()[1])
getChromosomeIds()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.