ScreenGenes: DEGs screening via common t-test

Description Usage Arguments Value Author(s) See Also Examples

View source: R/BI_ScreenGenes.R

Description

DEGs screening via common t-test

Usage

1
2
3
ScreenGenes(object, design, contrast.col, contrast.level = c("tumor",
  "normal"), contrast.control = c("normal"), cutoff.p = 0.05,
  verbose = F)

Arguments

object

DesignList or expression matrix

design

design object.If object is DesignList,it can be NULL

contrast.col

the colnames of contrast.Like "N.status"

verbose

whether report the process

Value

data frame of DEGs information

Author(s)

Weibin Huang<654751191@qq.com>

See Also

DESeq1.

Examples

1
2
3
4
5
## This is a simulative process and available only with CORRECT VARIABLES
res <- ScreenGenes(DesignEset,
                   contrast.level = c("tumor","normal"),
                   contrast.control = c("normal"),
                   cutoff.p=0.05)

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