write_silva_fasta | R Documentation |
Attempts to save taxonomic and sequence information of a taxmap object in the
SILVA FASTA format. If the taxmap object was created using
parse_silva_fasta
, then it should be able to replicate the format
exactly with the default settings.
write_silva_fasta(
obj,
file,
tax_names = obj$get_data("taxon_names")[[1]],
other_names = obj$get_data("other_name")[[1]],
ids = obj$get_data("ncbi_id")[[1]],
start = obj$get_data("start_pos")[[1]],
end = obj$get_data("end_pos")[[1]],
sequences = obj$get_data("silva_seq")[[1]]
)
obj |
A taxmap object |
file |
( |
tax_names |
( |
other_names |
( |
ids |
( |
start |
( |
end |
( |
sequences |
( |
The output file has a format like:
>GCVF01000431.1.2369 Bacteria;Proteobacteria;Gammaproteobacteria;Oceanospiril... CGUGCACGGUGGAUGCCUUGGCAGCCAGAGGCGAUGAAGGACGUUGUAGCCUGCGAUAAGCUCCGGUUAGGUGGCAAACA ACCGUUUGACCCGGAGAUCUCCGAAUGGGGCAACCCACCCGUUGUAAGGCGGGUAUCACCGACUGAAUCCAUAGGUCGGU ...
Other writers:
make_dada2_asv_table()
,
make_dada2_tax_table()
,
write_greengenes()
,
write_mothur_taxonomy()
,
write_rdp()
,
write_unite_general()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.