refseqWGCNA | R Documentation |
Text mining WGCNA results
refseqWGCNA(wgcna, keyType = "ENSEMBL", argList = list())
wgcna |
results of blockwiseModules() |
keyType |
key type of gene |
argList |
argument list to pass to refseq() |
Return the list of biotext class object per cluster for the blockwise module results in WGCNA
list of biotext class object
cols <- sample(c(1), 6, replace=TRUE)
names(cols) <- c("PNKP","ERCC2","ERCC3","IRF3","TP53","MCM6")
wg <- list("colors"=cols)
refseqWGCNA(wg, keyType="SYMBOL")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.