View source: R/getMetaGenomeSummary.R
getMetaGenomeSummary | R Documentation |
Retrieval function of the assembly_summary.txt file from NCBI genbank metagenomes. This files stores all available metagenome projects on NCBI Genbank.
getMetaGenomeSummary(
local_file = file.path(cachedir(), "assembly_summary_metagenomes_genbank.txt")
)
local_file |
where to store this backend file, default: file.path(cachedir(), "assembly_summary_metagenomes_genbank.txt") |
a tibble table
Hajk-Georg Drost
getKingdomAssemblySummary
,
getSummaryFile
## Not run:
meta.summary <- getMetaGenomeSummary()
meta.summary
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.