Description Usage Arguments Value Examples
This function carries out the upstream regulator analysis
1 | URA(dataGRN, DEGsmatrix, BPname, nCores = 1)
|
dataGRN |
output GNR function |
DEGsmatrix |
output DPA function |
BPname |
biological processes |
nCores |
number of cores to use |
an adjacent matrix
1 2 3 4 5 6 7 8 9 | dataDEGs <- DEGsmatrix
dataGRN <- GRN(TFs = rownames(dataDEGs)[1:100],
DEGsmatrix = dataDEGs,
DiffGenes = TRUE,
normCounts = dataFilt)
dataURA <-URA(dataGRN = dataGRN,
DEGsmatrix = dataDEGs,
BPname = c("apoptosis",
"proliferation of cells"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.