View source: R/grn_construction.R
ccn_makeGRN | R Documentation |
Construct GRN
ccn_makeGRN( expTrain, stTrain, dLevel, zThresh = 4, dLevelGK = NULL, prune = FALSE, holm = 1e-04, cval = 0.4, species = "Hs" )
expTrain |
normalized expression matrix |
stTrain |
sample table |
dLevel |
name of the column with different categories |
zThresh |
threshold of z score for CLR network reconstruction |
dLevelGK |
name of the column with different germlayer categories |
prune |
boolean limit to genes exclusively detected as CT in one CT |
holm |
threshold of holm adjusted p value for selecting subnetwork genes |
cval |
threshold of cval for selectin subnetwork genes. Higher cval indicates selecting higher enriched genes |
species |
Hs or Mm indicating human or mouse |
constructed GRN
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.