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 | dengueseq_fasta <- rentrez::entrez_fetch(db = "nucleotide", id = "NC_001477", rettype = "fasta")
fasta_cleaner(dengueseq_fasta, parse = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.