You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Levi Waldron edited this page Apr 5, 2018
·
4 revisions
Accomplishments at the inaugural Hack-a-thon
Present: Hector with lab members Jay and Nate, Levi and Marcel, and Joey McMurdie remotely)
Defined the MicrobiomeExperiment class. Contains SummarizedExperiment but requires a MicrobiomeFeatures class rowData. MicrobiomeFeatures contains metagenomeFeatures defined in the mgFeatures package with added constructor. It contains DataFrame and adds slots for a phylo-class tree and sequences.
Constructor
Coercion for phyloseq objects
Some unit tests
Coercion for MRExperiment objects (from metagenomeSeq)
Import from biom files (using biomformat package) into MicrobiomeExperiment objects
TODO
Move MicrobiomeFeatures to MicrobiomeExperiment package (Nate)
Data import
Tree based aggregation, pruning
phylo and MicrobiomeFeatures extractors
See phyloseq-basics vignette, implement functions not synonymous with SummarizedExperiment alternatives
Make a phyloseq cheat sheet that Joey can use for migration