-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: simMSnSet
Type: Package
Title: Simulation of MSnSet Objects
Version: 0.0.2
Date: 2015-08-31
Author: Vlad Petyuk
Maintainer: Vlad Petyuk <petyuk@gmail.com>
Description: Utility to simulate quantitative proteomics data.
Note, the simulations will be as realistic - as realistic the
input parameters. Inference of parameters for a number of
distributions describing quantitative proteomics data is
in the plans. The set of current controling distributions
allows to control for 1) sample bias (e.g. due to pipetting
error), 2) missing values, 3) number of peptides per protein,
4) outlying samples, 5) outlying peptide identifications,
6) outlying measurements and 7) sample group effects.
License: Artistic-2.0
VignetteBuilder: knitr
biocViews: Proteomics, MassSpectrometry
Suggests:
knitr
Imports:
reshape2,
ggplot2,
MSnbase
Collate:
'AllClasses.R'
'AllGenerics.R'
'as-methods.R'
'proteins.R'
'phenotypes.R'
'experiment.R'
'image-methods.R'
'plot-methods.R'
'show-methods.R'
'simulate-methods.R'