GEO_boxplot.MA: quick way to draw a boxplot for specified contrast via MAList...

Description Usage Arguments Author(s) Examples

Description

boxplot.MA is based on boxplot.genedata2 and a quick way to draw a boxplot for specified contrast via MAList object.boxplot.MA2() is based on boxplot.MA and appropriate for multiple significant markers plotting.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
boxplot.MA(MA1,
           design,
           matrix.type="M",
           contrast,
           select,
           p.val.matrix,
           p.val.col="P.Value",
           p.val.position=NULL)

boxplot.MA2(MA1,
            matrix.type="M",
            cut.n,
            design,
            contrast,
            p.val.matrix,
            p.val.col="P.Value",
            p.val.position=NULL,
            names="test1")

Arguments

MA1

MA object after lucky::MApipeline2()

design

a design matrix from model.matrix()

matrix.type

M or A matrix

contrast

the group in every facet

select

marker names

p.val.matrix

a result object containing p.val

p.val.col

colnames of p value in the p.val.matrix

p.val.position

the position of significant symbol in the plot

Author(s)

Weibin Huang

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
boxplot.MA(MA1,
           design,
           matrix.type="M",
           contrast=c("Np","N0"),
           select=sig.genes,
           p.val.matrix=sig.expr,
           p.val.col="P.Value",
           p.val.position=NULL)

boxplot.MA(MA1,
           design,
           matrix.type="A",
           contrast=c("Np","N0"),
           select=sig.genes,
           p.val.matrix=sig.expr,
           p.val.col="P.Value",
           p.val.position=NULL)

shijianasdf/BasicBioinformaticsAnalysisFromZhongShan documentation built on Jan. 3, 2020, 10:08 p.m.