Commit a0e029b
committed
signed enricher, gsea; gsea now accepts full transcriptome
Enricher previously (correctly) accepted the top 10 quantile and bottom
10 quantile of significant genes. It now does the same thing but with
the added constraint of genes actually having positive or negative logFC
with upregulated and downregulated pathways respectively.
GSEA previously (incorrectly) accepted the top 10 quantile and bottom 10
quantile of all genes; it should have been taking the entire
transcriptome. It now no longer accepts quantile measures for lower or
upper but instead calculates what is positive and what is negative in
terms of log fold change and then inputs that into GSEA.1 parent 1d92af3 commit a0e029b
2 files changed
Lines changed: 7 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 61 | | |
69 | | - | |
| 62 | + | |
70 | 63 | | |
71 | 64 | | |
72 | | - | |
| 65 | + | |
73 | 66 | | |
74 | 67 | | |
75 | 68 | | |
| |||
0 commit comments