refseqWGCNA: refseqWGCNA

View source: R/external.R

refseqWGCNAR Documentation

refseqWGCNA

Description

Text mining WGCNA results

Usage

refseqWGCNA(wgcna, keyType = "ENSEMBL", argList = list())

Arguments

wgcna

results of blockwiseModules()

keyType

key type of gene

argList

argument list to pass to refseq()

Details

Return the list of biotext class object per cluster for the blockwise module results in WGCNA

Value

list of biotext class object

Examples

cols <- sample(c(1), 6, replace=TRUE)
names(cols) <- c("PNKP","ERCC2","ERCC3","IRF3","TP53","MCM6")
wg <- list("colors"=cols)
refseqWGCNA(wg, keyType="SYMBOL")

noriakis/wcGeneSummary documentation built on May 31, 2024, 4:42 p.m.