Description Usage Arguments Value Examples
View source: R/prepareReferenceFasta.R
This function imports Fasta file of the reference genome into R enviroment as DNAStringset.
1 | prepareReferenceFasta(filepath)
|
filepath |
R conform filepath to the fasta file of the reference genome to use. |
Creates new DNAStringSet from the object stated by the entered filepath.
1 2 3 | ## Loading exemplary DNAStringSet
filepath <- system.file("extdata", "fastaEx.fa", package="Biostrings")
referenceDnaStringSet <- prepareReferenceFasta(filepath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.