Description Usage Arguments Value Author(s) References See Also Examples
'PostFC' calculates the posterior fold change for each transcript across conditions.
1 | PostFC(EBoutput, SmallNum = 0.01)
|
EBoutput |
The ourput from function EBTest. |
SmallNum |
A small number will be added for each transcript in each condition to avoid Inf and NA. Default is 0.01. |
Provide both FC and posterior FC across two conditions. FC is calculated as (MeanC1+SmallNum)/(MeanC2+SmallNum). And Posterior FC is calculated as:
# Post alpha P_a_C1 = alpha + r_C1 * n_C1
# Post beta P_b_C1 = beta + Mean_C1 * n_C1
# P_q_C1 = P_a_C1 / (P_a_C1 + P_b_C1)
# Post FC = ((1-P_q_C1)/P_q_c1) / ( (1-P_q_c2)/P_q_c2)
PostFC |
The posterior FC across two conditions. |
RealFC |
The FC across two conditions (adjusted by the normalization factors). |
Direction |
The diretion of FC calculation. |
Ning Leng
Ning Leng, John A. Dawson, James A. Thomson, Victor Ruotti, Anna I. Rissman, Bart M.G. Smits, Jill D. Haag, Michael N. Gould, Ron M. Stewart, and Christina Kendziorski. EBSeq: An empirical Bayes hierarchical model for inference in RNA-seq experiments. Bioinformatics (2013)
EBTest, GetMultiFC
1 2 3 4 5 6 7 |
Loading required package: blockmodeling
Loading required package: gplots
Attaching package: 'gplots'
The following object is masked from 'package:stats':
lowess
Loading required package: testthat
iteration 1 done
time 0.23
iteration 2 done
time 0.08
iteration 3 done
time 0.06
iteration 4 done
time 0.06
iteration 5 done
time 0.06
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.