Skip to contents

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

Examples

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