Description Usage Format Details Examples
It is the output of estimateVar
function with two inputs:
OV_SRM_train
and OV_SRM_train_annotation
.
The list should include the required elements as below.
1 |
A list with five elements
model : the list of linear models trained for each protein.
mu : the mean abundance matrix of each protein in each condition
sigma : the standard deviation matrix of each protein in each condition
promean: the mean abundance vector of each protein across all the samples.
protein : proteins, correpsonding to the rows in mu and sigma or the element of promean
1 2 3 | head(variance_estimation$mu)
head(variance_estimation$sigma)
head(variance_estimation$promean)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.