View source: R/generatePepData.R
generate.ExpressionData | R Documentation |
this function generates artificial peptide abundance data with DA proteins samples are drawn from a gaussian distribution
generate.ExpressionData( nSamples1, nSamples2, meanSamples, sdSamples, nFeatures, nFeaturesUp, nFeaturesDown, meanDynRange, sdDynRange, meanDiffAbund, sdDiffAbund )
nSamples1 |
number of samples in condition 1 |
nSamples2 |
number of samples in condition 2 |
meanSamples |
xxx |
sdSamples |
xxx |
nFeatures |
number of total features |
nFeaturesUp |
number of features up regulated |
nFeaturesDown |
number of features down regulated |
meanDynRange |
mean value of the dynamic range |
sdDynRange |
sd of the dynamic range |
meanDiffAbund |
xxx |
sdDiffAbund |
xxx |
A list containing the data, the conditions label and the regulation label (up/down/no)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.