-
Notifications
You must be signed in to change notification settings - Fork 6
Pseudomonas validation #57
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
5422747
create new directory for enrichment analysis
ajlee21 e3473c3
move files
ajlee21 88ac5d1
update env to include gsva
ajlee21 f0cb337
add GSVA method
ajlee21 90f0fc0
update env to run ROAST
ajlee21 76ea2d4
update scripts and notebooks to run ROAST
ajlee21 03ff480
update scripts to use multiple enrichment methods and update test not…
ajlee21 0168256
fix error in test
ajlee21 3f43242
fix assert statments
ajlee21 c6fd746
fix file path for test
ajlee21 a494ec3
update gsa param based on updated scripts
ajlee21 6fbf1c2
add CAMERA method and start formating
ajlee21 af2b5d5
add clusterProfiler to env
ajlee21 5849169
update function and nb to run ORA
ajlee21 cfd2f35
update comment about ORA output
ajlee21 cda056f
update enrichment scripts that were causing output errors
ajlee21 713f0ea
update analysis notebook
ajlee21 9e2d72f
format enrichment outputs
ajlee21 27bd9fd
plot summary ranking trend
ajlee21 4b00f8a
run enrichment analyses and add result files
ajlee21 42553c6
update comments
ajlee21 6acf7f3
update comments about takeaway and methods
ajlee21 7b6533f
fix conflict
ajlee21 1328b51
Merge branch 'ajlee21-add_enrich'
ajlee21 8f04367
fixed merge conflict
ajlee21 ccf38bb
Merge remote-tracking branch 'upstream/master'
ajlee21 2be744a
update scripts to allow for validation of other datasets
ajlee21 d932409
add and update pa notebooks to validate against GAPE
ajlee21 8eecbf9
fix one conflict message
ajlee21 270164e
update compare gene rank output in notebook
ajlee21 841ba56
update and verify pa analysis run
ajlee21 8700aed
add new notebook to create new training compendium with only pao1 sam…
ajlee21 b402f45
update processing script to account for different training set shape
ajlee21 dce8f2e
update processing of template experiment that was incorrectly removed
ajlee21 14ad494
train new compendium
ajlee21 93ed15d
add new nb and data files for new analysis using new training compendium
ajlee21 b6ce97f
update correlation plot to use different labeling depending on reference
ajlee21 dd5bfd7
update result figure and comments
ajlee21 2895eb9
updated based on PR
ajlee21 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| local_dir "/home/alexandra/Documents/Data/Generic_expression_patterns_pao1/" | ||
| dataset_name "pseudomonas_analysis" | ||
| raw_template_filename "/home/alexandra/Documents/Data/Generic_expression_patterns_pao1/raw_pseudomonas_template_data.tsv" | ||
| processed_template_filename "/home/alexandra/Documents/Data/Generic_expression_patterns_pao1/processed_pseudomonas_template_data.tsv" | ||
| raw_compendium_filename "/home/alexandra/Documents/Data/Generic_expression_patterns_pao1/raw_pseudomonas_compendium_data.tsv" | ||
| processed_compendium_filename "/home/alexandra/Documents/Data/Generic_expression_patterns_pao1/processed_pseudomonas_compendium_data.tsv" | ||
| normalized_compendium_filename "/home/alexandra/Documents/Data/Generic_expression_patterns_pao1/normalized_pseudomonas_compendium_data.tsv" | ||
| shared_genes_filename "/home/alexandra/Documents/Data/Generic_expression_patterns_pao1/shared_genes_pseudomonas.pickle" | ||
| scaler_filename "/home/alexandra/Documents/Data/Generic_expression_patterns_pao1/scaler_transform_pseudomonas.pickle" | ||
| rank_genes_by "logFC" | ||
| reference_gene_filename "GAPE_proportions.txt" | ||
| reference_gene_name_col "gene id" | ||
| reference_rank_col "prop DEGs" | ||
| pathway_DB_filename "https://raw.githubusercontent.com/greenelab/adage/master/Node_interpretation/pseudomonas_KEGG_terms.txt" | ||
| gsea_statistic 'log2FoldChange' | ||
| rank_pathways_by "padj" | ||
| NN_architecture "NN_2500_30_pao1" | ||
| learning_rate 0.001 | ||
| batch_size 10 | ||
| epochs 100 | ||
| kappa 0.01 | ||
| intermediate_dim 2500 | ||
| latent_dim 30 | ||
| epsilon_std 1.0 | ||
| validation_frac 0.25 | ||
| project_id "E-GEOD-33245" | ||
| metadata_colname 'ml_data_source' | ||
| num_simulated 25 |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.