Description Usage Arguments Value Examples
View source: R/ReferenceGenome.R
This method defines the path where reference genome is stored
1 | setReferenceGenome(reference.file)
|
reference.file |
is the location of the fasta format sequence file for reference genome |
None
1 2 3 4 5 6 7 | init()
referenceFasta <- system.file("extdata",
"Escherichia_coli_complete_genome.fasta",
package = "nanopoRe")
setReferenceGenome(referenceFasta)
# and check that something has been stored ...
getReferenceGenome()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.