-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pca worflow integrated #146
Merged
Merged
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
83319ae
Added checks for workflow to pca and sample correlation.
PaulJonasJost 27f7278
Added function to SourceAll.R
PaulJonasJost 54a02c0
Added workflow to volcano plot.
PaulJonasJost 4773e31
Added workflow to heatmap plot.
PaulJonasJost 901f74b
Added workflow to significance analysis and res_tmp/par_tmp.
PaulJonasJost 06626c7
Added workflow to enrichment analysis and res_tmp/par_tmp.
PaulJonasJost 9a510c4
Fixed spelling
PaulJonasJost 23a5919
OA Workflow and res/par_tmp
PaulJonasJost d6f837d
Displaying mre information on sigAna table
PaulJonasJost 01f4c0c
Calculating log2Foldchanges, table very similar to DESeq Table
PaulJonasJost dc1dca2
Added panel for volcano plot
PaulJonasJost 30ea0a8
only filter volcano wokrs, both to report and saving plots works.
PaulJonasJost 0761a74
Small change, s.t. legend is on the left side now.
PaulJonasJost 8dea1b6
Working for log transform now as well
PaulJonasJost 0dfda29
Working for DESeq data as well.
PaulJonasJost a03a95b
Added gridExtra as dependencie. Needs to be put into renv as well.
PaulJonasJost 2caa4d6
Removed volcano plot panel. Do we need to rename "significance Analys…
PaulJonasJost 2d1e4fc
Fixed UpsetPlots
PaulJonasJost 90c2222
Set up Infrastructure for helpfiles
PaulJonasJost 4a664ab
Made gridExtra as an import library.
PaulJonasJost 61dd48b
Merge branch 'develop' into pca_worflow_integrated
PaulJonasJost fa45576
not deleting png out of www
PaulJonasJost d98116c
Apply suggestions from code review
PaulJonasJost File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Do we want to name it
utils.R
to be consistent with all utils files?