Description Usage Arguments Value Examples
This function generate plots for the diggit conditional analysis
1 2 |
x |
Diggit class object |
mr |
Optional vector of character strings indicating the MR names |
cluster |
Optional vector of cluster names |
sub |
Optional sub-title for the plot |
... |
Additional parameters to pass to the plot function |
Nothing, plots are generated in the default output device
1 2 3 4 5 6 7 8 | data(gbm.expression, package="diggitdata")
data(gbm.cnv, package="diggitdata")
data(gbm.aracne, package="diggitdata")
dobj <- diggitClass(expset=gbmExprs, cnv=gbmCNV, regulon=gbmTFregulon)
dobj <- fCNV(dobj)
dobj <- aqtl(dobj, mr=c("CEBPD", "STAT3"), fcnv.adjust="fdr", verbose=FALSE)
dobj <- conditional(dobj, pheno="subtype", group1="MES", group2="PN", mr="STAT3", verbose=FALSE)
plot(dobj, cluster="3")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.