Description Usage Arguments Author(s) Examples
plot of FCS enrichment analysis
1 2 |
FCSenrich |
FCS enrichment information which is getted in |
count |
a numeric value. Module will choosed when countnumber is larger than count value . |
p |
a numeric value. Module will choosed when any Fisher's extract test p value is less than count value . |
filter |
filter methods.
This must be (an abbreviation of) one of the strings " |
plot |
a logical value indicating whether draw enrichment variation trend plot. |
filename |
the filename of plot. The default value is |
filetype |
the file type of plot. the type should be one of "eps", "ps", "tex" (pictex), "pdf", "jpeg", "tiff", "png", "bmp", "svg" or "wmf" (windows only). |
... |
Other arguments. |
Kefu Liu
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | rm(list = ls())
library(DDPNA)
data(imputedData)
data(net)
data <- imputedData
logD <- data$log2_value
rownames(logD) <- data$inf$ori.ID
group <- gsub("[0-9]+","", colnames(logD))
Module <- Module_inf(net, data$inf)
pos<-which(Module$moduleNum %in% c(11:22))
up <- changedID(logD[-pos,], group, vs.set2 = "ad",vs.set1 = "ctl",
rank = "foldchange",anova = FALSE, Padj = "none",cutoff = 1,
datatype = "log2",fctype = "up")
FCSenrich <- Module_Enrich(Module[-pos,], up, coln="ori.ID")
FCSenrich <- FCSenrichplot(FCSenrich)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.