-
Notifications
You must be signed in to change notification settings - Fork 441
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
Mmuphin wrapper #6584
base: main
Are you sure you want to change the base?
Mmuphin wrapper #6584
Conversation
41ef84e
to
52c3ce8
Compare
52c3ce8
to
ef26199
Compare
tools/mmuphin/.shed.yml
Outdated
long_description: | | ||
MMUPHin is a Bioconductor package implementing meta-analysis methods for microbial community profiles. It has interfaces for: a) covariate-controlled batch and study effect adjustment, b) meta-analytic differential abundance testing, and meta-analytic discovery of c) discrete (cluster-based) or d) continuous unsupervised population structure. | ||
|
||
Overall, MMUPHin enables the normalization and combination of multiple microbial community studies. It can then help in identifying microbes, genes, or pathways that are differential with respect to combined phenotypes. Finally, it can find clusters or gradients of sample types that reproduce consistently among studies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
long_description is redundant here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
long_description
was duplicated in earlier code. It is completely removed now in 801cc88
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I misunderstood and removed the whole thing but made the correction later: 7fafc59
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@renu-pal Thanks for the contribution. Some of the comments inline.
Please also reduce the test-data size for this file: tools/mmuphin/test-data/CRC_abd.tsv (Ideally, the file needs to be below 1M)
tools/mmuphin/mmuphin.xml
Outdated
library(ggplot2) | ||
library(readr) | ||
|
||
source(adjust_batch.R) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will also need to add adjust_batch.R script to your test-data and source that here
Co-authored-by: Saim Momin <[email protected]>
Co-authored-by: Saim Momin <[email protected]>
Co-authored-by: Saim Momin <[email protected]>
Co-authored-by: Saim Momin <[email protected]>
Co-authored-by: Saim Momin <[email protected]>
Co-authored-by: Saim Momin <[email protected]>
Fixed with: renu-pal#4
@SaimMomin12 there is no need to add R files to the wrapper and source them, the package provides this functions |
New to tool wrapping , so need a bit of help in finding what is wrong with this code :)