EBI-Metagenomics / HoloFoodR

R interface for HoloFood resource
https://ebi-metagenomics.github.io/HoloFoodR/
Artistic License 2.0
1 stars 1 forks source link

Change where study and sample metadata is stored #17

Closed TuomasBorman closed 7 months ago

TuomasBorman commented 7 months ago

Metadata from sample data was stored to individual experiment (colData(mae[[1]])). Now metadata is stored based on whether the information is on study/animal --> colData(mae) or on certain samples --> colData(mae[[1]])

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 0% with 48 lines in your changes are missing coverage. Please review.

Project coverage is 16.89%. Comparing base (827ca90) to head (fb15298).

Files Patch % Lines
R/getResult.R 0.00% 48 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #17 +/- ## ========================================== - Coverage 17.49% 16.89% -0.61% ========================================== Files 5 5 Lines 646 669 +23 ========================================== Hits 113 113 - Misses 533 556 +23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.