-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'f-top5pct-overexpressed'
-- converts up_ and down_ genes outlier analysis output files to blobs2 -- adds top5% overexpressed outlier analysis file
- Loading branch information
Showing
4 changed files
with
63 additions
and
15 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export MONGO_URL="mongodb://localhost:27017/MedBook" | ||
export MEDBOOK_FILESTORE=/tmp/filestore | ||
|
||
meteor --port 3003 --settings ../config/ekephart/settings.json |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"sh": "/bin/sh", | ||
"rscript": "Rscript", | ||
"limma_path": "/Users/ekephart/code/jobrunner/external-tools/limma/limma_ng.R", | ||
"outlier_analysis": "/Users/ekephart/code/jobrunner/external-tools/OutlierAnalysis/outlier-analysis.sh", | ||
"calculate_outlier_genes": "/Users/ekephart/code/jobrunner/external-tools/OutlierAnalysis/calculate_outlier_genes.R", | ||
"genomic_expression_export": "/Users/ekephart/code/jobrunner/external-tools/exporters/genomic_expression_export.py", | ||
"gene_set_collection_export": "/Users/ekephart/code/jobrunner/external-tools/exporters/gene_set_collection_export.py", | ||
"limma_phenotype_export": "/Users/ekephart/code/jobrunner/external-tools/exporters/limma_phenotype_export.py", | ||
"gsea_path": "/Users/ekephart/code/jobrunner/external-tools/gsea/rgGSEA.py", | ||
"gsea_jar_path": "/Users/ekephart/code/jobrunner/external-tools/gsea/gsea2-2.2.2.jar" | ||
} |
Submodule external-tools
updated
4 files
+42 −0 | OutlierAnalysis/filter_out_genes_unexpressed_in_most_samples.py | |
+65 −0 | OutlierAnalysis/filter_out_lowest_varying_genes.py | |
+22 −0 | OutlierAnalysis/outlier-analysis.sh | |
+14 −0 | gsea/gsea_new.sh |
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