-
Notifications
You must be signed in to change notification settings - Fork 3
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
Pull request for altexp functionality #16
base: devel
Are you sure you want to change the base?
Conversation
let see ( in some parts it didnt pass the codeFactor but they are not sth effecting the plot generation |
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.
Thanks a lot for the additions and fixes. Let's begin with the altExp functionality.
We don't expect the users to import altExp by themselves. It is more likely that they want to create altExps when subsetting or agglomerating the TreeSE without replacing the original experiment. So we could:
- Remove Alternative Experiment tab in Import box
- Add a new tab called for instance "Switch" to the Manipulate box, which allows users to switch from an experiment to another for all the future operations. I think there is a slot in TreeSE objects called
mainExpName
that might be useful for this. - Remove "Apply to" from the Manipulate box
- Add a checkbox to Subset and Agglomerate tabs so users can select if they want to replace the current TreeSE or store the new object as an altExp, and if so under which name. These two elements (checkbox and text box for naming) can be shared by the two tabs), check how it's done for example in alpha and beta diversity naming box.
For the new parameters in the Visualise box, I think they are doing the same as the Panels list below(?)
Thanks again! I'll check the rest after we get through these initial changes. I'm open for further discussion if needed!
π§ͺ Multiple Experimental Assay Analysis Tool
π Updates & Additions
β UI Enhancements:
β Core Functionality:
β CI/CD Improvements:
π Issue: Microbiome Analysis Dashboard Header Redirection
β Solution:
miaDash
file.π Effect:
π οΈ Issue: Large Dataset Handling
π¨ Next Steps:
π Visualization & UI Concerns
β Alternative Expression (Alt Exp) Plot Visualization
π‘ Solution Needed:
.rds
format for proper testing).π§ Next Steps
π Review & Cleanup:
π Debugging & Testing:
.rds
data.β‘ Optimize Large Dataset Handling: