Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

diggit (version 1.4.0)

plot,diggit-method: Diggit plot

Description

This function generate plots for the diggit conditional analysis

Usage

"plot"(x, mr = NULL, cluster = NULL, sub = NULL, ...)

Arguments

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

Value

Nothing, plots are generated in the default output device

Examples

Run this code
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")

Run the code above in your browser using DataLab