Description Usage Arguments Value Examples
Exports a range of file and format.
fasta file with the full taxonomy or just the genus level
excel file with the full table of the asv and metadata
phyloseq file (better when only selecting a single data set)
list of samples with metadata
Returns a list with 4 elements
df = dataframe with all the asv and the stations and read numbers
ps = phyloseq object - if phyloseq = TRUE
fasta = df with 2 columns seq_name and sequence
samples= sample_list (list of sammples with metadata)
NOTE: if all export_long_xls, export_wide_xls, export_phyloseq are false, abundances are not exported
1 | metapr2_export_qs(set_type = "public", directory = "data/")
|
set_type |
"public" (41 sets), "basic" (5 sets only), "all" |
directory |
Directory where the files are saved (finish with /) |
TRUE if successful
1 2 3 | # Export public data set
metapr2_export_qs("public")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.