| DEGAnalysis_EBSeq | R Documentation | 
do DEG analysis using samples without replicates by EBSeq.
DEGAnalysis_EBSeq(
  countMatrix,
  cut = 0.05,
  FCcut = 2,
  outdir = NULL,
  control = "Manually_select",
  treat = "Manually_select"
)
| countMatrix | input count matrix, rows are genes and columns are samples | 
| cut | significant threshold of FDR | 
| FCcut | Fold Change threshold | 
| outdir | output file directory | 
| control | control sample name, used as denominator in Fold Change calculation | 
| treat | treat sample name, used as numerator in Fold Change calculation | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.