Skip to content

Commit 70d3334

Browse files
committed
update msigdb info
1 parent 3fb6aca commit 70d3334

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

R/db_msig.R

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,19 +101,24 @@ msigdb_info <- function() {
101101
cat("| C1 | Positional |\n")
102102
cat("| C2 CGP | Chemical and Genetic Perturbations |\n")
103103
cat("| C2 CP | Canonical Pathways |\n")
104-
cat("| C2 CP:BIOCARTA | Canonical BIOCARTA |\n")
105-
cat("| C2 CP:KEGG | Canonical KEGG |\n")
104+
cat("| C2 CP:BIOCARTA | BioCarta Pathways |\n")
105+
cat("| C2 CP:KEGG_LEGACY | KEGG Legacy Pathways |\n")
106+
cat("| C2 CP:KEGG_MEDICUS | KEGG Medicus Pathways |\n")
106107
cat("| C2 CP:PID | Canonical PID |\n")
107108
cat("| C2 CP:REACTOME | Canonical REACTOME |\n")
108-
cat("| C3 MIR | Motif miRNA Targets |\n")
109-
cat("| C3 TFT | Motif Transcription Factor Targets |\n")
109+
cat("| C3 MIR:MIRDB | miRDB |\n")
110+
cat("| C3 TFT:GTRD | GTRD |\n")
111+
cat("| C3 TFT:TFT_LEGACY | TFT_Legacy |\n")
110112
cat("| C4 CGN | Cancer Gene Neighborhoods |\n")
111113
cat("| C4 CM | Cancer Modules |\n")
112-
cat("| C5 BP | GO Biological Process |\n")
113-
cat("| C5 CC | GO Cellular Component |\n")
114-
cat("| C5 MF | GO Molecular Function |\n")
114+
cat("| C5 GO:BP | GO Biological Process |\n")
115+
cat("| C5 GO:CC | GO Cellular Component |\n")
116+
cat("| C5 GO:MF | GO Molecular Function |\n")
117+
cat("| C5 HPO | Human Phenotype Ontology |\n")
115118
cat("| C6 | Oncogenic Signatures |\n")
116-
cat("| C7 | Immunologic Signatures |\n")
119+
cat("| C7 IMMUNESIGDB | ImmuneSigDB |\n")
120+
cat("| C7 VAX | HIPC Vaccine Response |\n")
121+
cat("| C8 | Cell Type Signature |\n")
117122
cat("| H | Hallmark |\n")
118123
cat("|------------------------------------------------------------------|\n")
119124
cat("| Source: http://software.broadinstitute.org/gsea/msigdb |\n")

0 commit comments

Comments
 (0)