Description Usage Arguments Details Value
The procedure to conduct hypothesis test to detect if the ratio of $mu^g_2$ and $mu^g_1$ (i.e., fold change) is within or outside a region of interest.
1 | LfcTest(Y, cis.chr = cis.chr, cis.null.lfc = cis.null.lfc, trans.null.lfc = trans.null.lfc)
|
Y |
Log fold change with base 2 |
cis.chr |
Altered chromosome |
cis.null.lfc |
Null log fold change for the genes located on treated chromosome |
trans.null.lfc |
Null log fold change for the genes located on untreated chromosome |
A complete pipeline to conduct the hypothesis testing:
Step1:Parameter estimation;
Step2:Calculate test statistic;
Step3:Detect log fold change based on the statistics.
cis.high |
Summary the statistics of highly expressed genes located on the treated chromosome |
cis.lower |
Summary the statistics of lowly expressed genes located on the treated chromosome |
cis.null |
Summary the statistics of the non-differential genes located on the treated chromosome |
trans.high |
Summary the statistics of highly expressed genes located on the untreated chromosom |
trans.lower |
Summary the statistics of lowly expressed genes located on the untreated chromosome |
trans.null |
Summary the statistics of the non-differential genes located on the untreated chromosome |
sumStat |
Summary the number of genes in each gene group |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.