Description Usage Arguments Value Examples
This will save data frame to dada2 AssignTaxonomy compatible format
1 | dada2_export(df, file_name, taxo_levels_number = 9)
|
df |
data frame - should contain 8 or 9 columns with taxo levels and 1 column with sequences |
file_name |
character - full path of file where to save |
Write the file in compressed format (.gz)
1 | pr2_export_dada2(my_sequences, "C:/Daniel/myfile.fas.gz", 8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.