Description Usage Arguments Value
Evaluate t statistics and p-value between two conditions.
1 2 3 4 5 6 7 |
mucond |
3-dim arrays, nsample by ngene by ncond |
twoHotVec |
integer vector, like (1,-1) or (0, 0, -1, 1, 0), the two conditions we want to compare, one is 1 and the other is -1. |
alternative |
string, default "two.sided" |
paired |
bool, default FALSE |
var.equal |
bool, default FALSE |
matrix, ngene by 2 (t statistics and pvalue in order) NA will be used for t statistics when some troubles happend in t.test, in this case, p-value is 1.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.