doVenn: A function to draw Venn Diagrams from Decision Matrices

Description Usage Arguments Examples

Description

a function that is supposed to draw a heatmap based on a matrix of gene expressions

Usage

1
2
doVenn(theD, ps, fname, shape = "circles", circle.names = NULL,
  show = list(Faces = FALSE, DarkMatter = FALSE))

Arguments

theD

is the decision matrix that indicates if genes are differentially expressed

ps

is the vector with identification for the probesets

fname

is the prefix for the file to save the output

shape

is the parameter that defines the shape for the Venn diagram figure

circle.names

is a vector with the identifiers for the circles

show

is a list if some parameters for the Vennerable Venn Diagram

Examples

1
doVenn(theD = D, ps = probeset, fname = 'filename', shape='circles', circle.names=NULL, show = list(Faces=FALSE,DarkMatter=FALSE))

mssm-msf-2019/BiostatsALL documentation built on May 22, 2019, 12:16 p.m.