parse_rdp {metacoder} | R Documentation |
Parse RDP FASTA release
Description
Parses an RDP reference FASTA file.
Usage
parse_rdp(input = NULL, file = NULL, include_seqs = TRUE, add_species = FALSE)
Arguments
input |
(
Either "input" or "file" must be supplied but not both. |
file |
The path to a FASTA file containing sequences to use. Either "input" or "file" must be supplied but not both. |
include_seqs |
( |
add_species |
( |
Details
The input file has a format like:
>S000448483 Sparassis crispa; MBUH-PIRJO&ILKKA94-1587/ss5 Lineage=Root;rootrank;Fun... ggattcccctagtaactgcgagtgaagcgggaagagctcaaatttaaaatctggcggcgtcctcgtcgtccgagttgtaa tctggagaagcgacatccgcgctggaccgtgtacaagtctcttggaaaagagcgtcgtagagggtgacaatcccgtcttt ...
Value
See Also
Other parsers:
extract_tax_data()
,
lookup_tax_data()
,
parse_dada2()
,
parse_edge_list()
,
parse_greengenes()
,
parse_mothur_tax_summary()
,
parse_mothur_taxonomy()
,
parse_newick()
,
parse_phylo()
,
parse_phyloseq()
,
parse_qiime_biom()
,
parse_silva_fasta()
,
parse_tax_data()
,
parse_ubiome()
,
parse_unite_general()