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

Changed input format #3

Merged
merged 7 commits into from
Aug 23, 2024
Merged

Changed input format #3

merged 7 commits into from
Aug 23, 2024

Conversation

L1W1
Copy link
Collaborator

@L1W1 L1W1 commented Jul 19, 2024

  • Changed input format from meth & unmenth matrix to MethylSet
  • Added Warning for MethylResolver when alpha has multiple values
  • Changed MethylResolver expected output for test & slightly adapted test with alpha = 1 and format
  • Adapted output format: now for all methods a matrix

@alex-d13 alex-d13 self-requested a review August 23, 2024 09:31
methylResolver_res <- methylDeconv::run_methylresolver(meth = meth,
unmeth = unmeth)$result_fractions
methylResolver_res <- as.matrix(methylDeconv::run_methylresolver(methyl_set = ex_data, alpha = 1)$result_fractions)
print(methylResolver_res)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

print statement can be removed?

Copy link
Collaborator

@alex-d13 alex-d13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looks good, just this one print statement should be removed :)

@alex-d13 alex-d13 merged commit 83ea42b into master Aug 23, 2024
1 of 3 checks passed
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.

2 participants