microbiomeDB / microbiomeData

An R package containing all of the curated datasets from MicrobiomeDB.org
https://microbiomedb.github.io/microbiomeData/
Apache License 2.0
0 stars 0 forks source link

Some tech debt to consider/ prioritize #23

Open d-callan opened 8 months ago

d-callan commented 8 months ago

the Collection constructors should take a single object rather than three and work like collectionBuilder currently does

consider how to improve manual mapping of things like 'MetagenomicAssay' to 'WGS'.. internally called dataSourceName here

there are a number of *Builder functions that could probably be proper S4 methods or constructors or something

d-callan commented 8 months ago

on the subject of the mapping of things like 'MetagenomicAssay' to 'WGS'.. what im currently doing didnt work for uganda maternal, bc that study has two different 16s assay entities for different regions. we should be careful to handle that case well when we get to this ticket.