Usage Methods (by generic) Slots Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## S4 method for signature 'MSigDBSet'
initialize(.Object, value.vector = NULL,
STANDARD_NAME = "", SYSTEMATIC_NAME = "", HISTORICAL_NAMES = "",
ORGANISM = "", PMID = "", AUTHORS = "", GEOID = "",
EXACT_SOURCE = "", GENESET_LISTING_URL = "", EXTERNAL_DETAILS_URL = "",
CHIP = "", CATEGORY_CODE = "", SUB_CATEGORY_CODE = "",
CONTRIBUTOR = "", CONTRIBUTOR_ORG = "", DESCRIPTION_BRIEF = "",
DESCRIPTION_FULL = "", TAGS = "", MEMBERS = "",
MEMBERS_SYMBOLIZED = "", MEMBERS_EZID = "", MEMBERS_MAPPING = "",
FOUNDER_NAMES = "", REFINEMENT_DATASETS = "", VALIDATION_DATASETS = "",
...)
## S4 method for signature 'MSigDBSet'
getMembers(.Object, type = c("member", "symbol",
"entrez"), ...)
|
initialize: initialize the MSigDBSet object.
getMembers: return slot values of MSigDBSet object.
STANDARD_NAMEcharacter, standard name of the set recently.
SYSTEMATIC_NAMEcharacter, systematic name of the sets, unique and rarely changed.
HISTORICAL_NAMEScharacter, names of the set used in the past.
ORGANISMcharacter, organism of the set.
PMIDcharacter, PMID of the set.
AUTHORScharacter.
GEOIDcharacter.
EXACT_SOURCEcharacter.
GENESET_LISTING_URLcharacter, url of the set in MSigDB.
EXTERNAL_DETAILS_URLcharacter, url of the set in MSigDB.
CHIPcharacter.
CATEGORY_CODEcharacter, category code of set. H: hallmark gene sets. C1: positional gene sets. C2: curated gene sets, with subcategories (CGP, CP, CP:BIOCARTA, CP:KEGG, CP:REACTOME). C3: motif gene sets, with subcategories (MIR, TFT). C4: computational gene sets, with subcategories (CGN, CM). C5: GO gene sets, with subcategories (BP, CC, MF). C6: oncogenic signatures. C7: immunologic signatures.
SUB_CATEGORY_CODEcharacter, sub category code of set. C2: CGP (chemical and genetic perturbations), CP (Canonical pathways), CP:BIOCARTA (BioCarta gene sets), CP:KEGG (KEGG gene sets), CP:REACTOME (Reactome gene sets). C3: MIR (microRNA targets), TFT (transcription factor targets). C4: CGN (cancer gene neighborhoods), CM (cancer modules). C5: BP (GO biological process), CC (GO cellular component).
CONTRIBUTORcharacter.
CONTRIBUTOR_ORGcharacter.
DESCRIPTION_BRIEFcharacter, brif description of the set.
DESCRIPTION_FULLcharacter, detailed description of the set.
TAGScharacter.
MEMBERScharacter, gene members with label of MSigDB.
MEMBERS_SYMBOLIZEDcharacter, gene members with gene symbol.
MEMBERS_EZIDcharacter, gene members with entrez id.
MEMBERS_MAPPINGcharacter, gene members with mapping of three labels.
FOUNDER_NAMEScharacter.
REFINEMENT_DATASETScharacter.
VALIDATION_DATASETScharacter.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.