Description Usage Arguments Details Value Author(s) See Also Examples
Using expression samples, program estimates the probability of differential expression for each transcript.
1 2 |
conditions |
|
outPrefix |
Prefix for the output files. Otherwise program creates temporary files, which are only valid for current R session. |
samples |
Produce samples of condition mean expression apart from PPLR and confidence. |
trInfoFile |
Transcript information file providing the names of transcripts. |
norm |
Vector of (multiplicative) normalization constants for library size normalization of expression samples. Number of constants has to match the number of expression samples files. |
seed |
Sets the initial random seed for repeatable experiments. |
pretend |
Do not execute, only print out command line calls for the C++ version of the program. |
This function uses estimateHyperPar
function to estimate the hyperparameters for DE model and the uses estimateDE
function to infer the condition mean expression and calculate Probability of Positive Log Ratio.
list
with items:
pplr |
|
fn |
|
Peter Glaus
getExpression
, estimateHyperPar
, estimateDE
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.