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

generalize and move mergeSampleMetadata #6

Open d-callan opened 9 months ago

d-callan commented 9 months ago

there is a cool helper i made here called mergeSampleMetadata which takes two SampleMetadata objects and merges them and returns a single SampleMetadata object. its worth considering if we can generalize it and move it to veupathUtils. not urgent id think though.

d-callan commented 9 months ago

also mergeSampleMetadata wont work for metadata from different branches of the tree. that could be part of the generalization effort, or a separate ticket if we decide not to generalize.