Description Usage Arguments Details Value Author(s) References
View source: R/findAttractorsStep.R
This function builds an incidence matrix for custom gene sets.
1 | buildCustomIncidenceMatrix(geneSetFrame, geneNames, databaseGeneFormat, expressionSetGeneFormat,geneSetNames)
|
geneSetFrame |
a |
geneNames |
a |
databaseGeneFormat |
a character string specifying the type of identifier for a gene in a database (KEGG, reactome, MsigDB) gene set. The default value is NULL. (ex. SYMBOL, ENTREZID, REFSEQ, ENSEMBL) |
expressionSetGeneFormat |
a character string specifying the type of identifier for a gene in your expression data set. The default value is NULL. (ex. SYMBOL, ENTREZID, REFSEQ, ENSEMBL) |
geneSetNames |
a |
This function creates an incidence matrix from a dataframe where the rows are the names of gene sets and the columns are genes.
A matrix object with 0 and 1 entries where 1 denotes membership of a gene in a custom gene set, 0 denotes non-membership.
Jessica Mar
Mar, J., C. Wells, and J. Quackenbush, Identifying the Gene Expression Modules that Represent the Drivers of Kauffman's Attractor Landscape. to appear, 2010.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.