readNumFASTA | R Documentation |
Load data in to the R system.
readNumFASTA(FASTAfile, size = 0, rand = FALSE, pni = 0.2)
FASTAfile |
Path to a multifasta file |
size |
Number of sequences to be loaded |
rand |
Sequences choose mode random or not. TRUE or FALSE |
pni |
Cutoff percentage for maximum of non-ACTG bases in the sequences |
DNAStringSet object
dir <-system.file("extdata", package="mnmer")
human <-readNumFASTA((file.path(dir, "human_vir.fasta")), 10, TRUE, 0.50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.