Description Usage Arguments Value Author(s) See Also Examples
View source: R/BI_ScreenGenes.R
DEGs screening via common t-test
| 1 2 3 | ScreenGenes(object, design, contrast.col, contrast.level = c("tumor",
  "normal"), contrast.control = c("normal"), cutoff.p = 0.05,
  verbose = F)
 | 
| object | DesignList or expression matrix | 
| design | design object.If  | 
| contrast.col | the colnames of contrast.Like "N.status" | 
| verbose | whether report the process | 
data frame of DEGs information
Weibin Huang<654751191@qq.com>
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.