powered by
Load data in to the R system.
readNumFASTA(FASTAfile, size = 0, rand = FALSE, pni = 0.2)
DNAStringSet object
Path to a multifasta file FASTAfile
FASTAfile
Number of sequences to be loaded size
size
Sequences choose mode random or not. TRUE or FALSE rand
rand
Cutoff percentage for maximum of non-ACTG bases in the sequences pni
pni
dir <-system.file("extdata", package="mnmer") human <-readNumFASTA((file.path(dir, "human_vir.fasta")), 10, TRUE, 0.50)
Run the code above in your browser using DataLab