Description Usage Arguments Examples
View source: R/fasta2dataframe.R
Conversion of (mothur) fasta files to a dataframe
1 | fasta2dataframe(fastaFile, mothurrepseqs = TRUE, striparg = "Otu")
|
fastaFile |
standard format DNA (not RNA/protein) fasta file |
mothurrepseqs |
boolean indicating wether or not the file contains mothur-formatted headers for each sequence as generated by get.oturep. Defaults to TRUE. |
striparg |
string to be kept as headers in more complex headers (allows for regex), ignored in case mothurrepseqs=TRUE (default) |
1 2 3 4 | ## Short example
# Load precomputed example data
#TODO: add export option
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.