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

Advanced dea #37

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Conversation

Alexandre-So
Copy link
Contributor

@Alexandre-So Alexandre-So commented Dec 16, 2021

This include multiple factor differential expression analysis, as well as minor changes :

  • User can now select more than one condition for reference and perturbation
    • Add a function that create a balanced versus design giving a vector of conditions, and two vectors with the conditions to compare.
    • Modify the differential expression function to take this into account
    • The original function has been kept in the fct_dea.R file with the suffix "legacy". So it's still usable for comparison purpose.
  • Add a raw pvalue histogram
  • Add a tab showing the content of the edgeR fitted model. Note : the small description of this tab is not finished, there is a message saying "this text could be improve".
  • Change the color of the field separator to green in the import data page (not sure if it's better or not). Same for questions marks.
  • Remove the ugly red/blue borders of the Venn diagram

Alexandre-So and others added 30 commits October 12, 2021 12:12
The old function has been saved as "legacy".
Users can now select multiple conditions, and can select how DEA genes
will be outputed. Also clearly write which conditions are selected.
Add a function to display a raw pvalue histogram plot using ggplot2, and
integrate this function into DIANE interface.
When creating the versus design, values are no longer computed for
summing up to 1.
Some hotfix were added to master.
I'm using a regex to extract condition name. This will work in the vast
majority of cases. But maybe there is a better way to proceed.
pvalue histogram is now also based on lfc. Add a small text under this
plot. Add a "versus" in the downloaded file name.
This allow to set the color of the buttons to green (success).
- Remove a warning from pvalue plot
- Display perturbation / refrence instead of reference / perturbation in
  the help tab for multiple condition DEA
- Add some help text for the fit tab and the pvalue histogram
Merge remote-tracking branch 'upstream/master' into advanced_DEA
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.

1 participant