Description Usage Arguments Value Examples
PTMsimulateExperiment
simulates a PTM quantification experiment with
a list of log2-intensities of multiple spectral features, PTM sites and the
corresponding proteins, in multiple MS runs and conditions.
1 | PTMsimulateExperiment(nGroup, nRep, nProtein, nSite, nFeature, logAbundance)
|
nGroup |
An integer to specify the number of conditions. |
nRep |
An integer to specify the number of replicates per condition. |
nProtein |
An integer to specify the number of protein. |
nSite |
An integer to specify the number of PTM sites per protein. |
nFeature |
An integer to specify the number of features per site. |
logAbundance |
A list of two lists named |
A tibble with columns of protein
, site
, group
,
run
, feature
, log2inty
.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.