Is called on the genomic contents of one FASTA file. Multiple entries are combined with newline characters.
1 2 3 4 5 6 | preprocessFasta(
path,
maxlen = 250,
vocabulary = c("l", "p", "a", "c", "g", "t"),
verbose = F
)
|
path |
path to the FASTA file |
maxlen |
length of the semi-redundant sequences |
vocabulary |
char contains the vocabulary from the input char If no vocabulary exists, it is generated from the input char |
verbose |
TRUE/FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.