Description Usage Arguments Examples
View source: R/fasta_cleaner.R
Function to convert a FASTA file stored as an object into a vector
1 | fasta_cleaner(fasta_object, parse = TRUE)
|
fasta_object |
R object with FASTA character data to clean |
parse |
Parse data to character vector? |
1 2 | header. <- ">NC_001477.1 Dengue virus 1, complete genome"
fasta_cleaner(dengueseq_fasta, parse = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.