Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change where study and sample metadata is stored #17

Merged
merged 3 commits into from
Mar 7, 2024
Merged

Conversation

TuomasBorman
Copy link
Collaborator

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]])

Copy link

codecov bot commented Mar 7, 2024

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 ⚠️
Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TuomasBorman TuomasBorman merged commit f291a54 into devel Mar 7, 2024
3 of 5 checks passed
@TuomasBorman TuomasBorman deleted the fixes branch March 7, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant