HCBravoLab / metagenomeFeatures

R package for annotating metagenomic datasets with taxonomic information
10 stars 5 forks source link

mgdb_select subsetting seq results in large biostrings object #22

Closed nate-d-olson closed 6 years ago

nate-d-olson commented 8 years ago

When subsetting the seq slot environment information is included as a slot in the resulting object. Subsetting ggMgDb13.5 produced a 1.6 Gb object. But when saving as a fasta file and reading back into R the object was only 3.4 Mb. See code in inst/scripts/make_mockMgDb.R for subsetting gg13.5MgDb.

nate-d-olson commented 6 years ago

no longer relevant with new MgDb class definition