Learn R Programming

biomartr (version 1.0.7)

getMetaGenomeSummary: Retrieve the assembly_summary.txt file from NCBI genbank metagenomes

Description

Retrieval function of the assembly_summary.txt file from NCBI genbank metagenomes. This files stores all available metagenome projects on NCBI Genbank.

Usage

getMetaGenomeSummary(
  local_file = file.path(cachedir(), "assembly_summary_metagenomes_genbank.txt")
)

Arguments

local_file

where to store this backend file, default: file.path(cachedir(), "assembly_summary_metagenomes_genbank.txt")

Author

Hajk-Georg Drost

See Also

getKingdomAssemblySummary, getSummaryFile

Examples

Run this code
if (FALSE) {
meta.summary <- getMetaGenomeSummary()
meta.summary
}

Run the code above in your browser using DataLab