Description Usage Arguments Details Value Author(s) References See Also Examples
This function automatically performs PLGEM fitting and evaluation, determination of observed and resampled PLGEM-STN values, and selection of differentially expressed genes/proteins (DEG) using the PLGEM method.
1 2 3 4 |
esdata |
an object of class |
signLev |
numeric vector; significance level(s) for the DEG selection. Value(s) must be in (0,1). |
rank |
|
covariate |
|
baselineCondition |
|
Iterations |
number of iterations for the resampling step; if
|
trimAllZeroRows |
|
zeroMeanOrSD |
either |
fitting.eval |
|
plotFile |
|
writeFiles |
|
Verbose |
|
The phenoData
slot of the ExpressionSet
given as input is
expected to contain the necessary information to distinguish the various
experimental conditions from one another. The columns of the pData
are
referred to as ‘covariates’. There has to be at least one covariate
defined in the input ExpressionSet
. The sample attributes according to
this covariate must be distinct for samples that are to be treated as distinct
experimental conditions and identical for samples that are to be treated as
replicates.
There is a couple different ways how to specify the covariate
: If an
integer
or a numeric
is given, it will be taken as the covariate
number (in the same order in which the covariates appear in the
colnames
of the pData
). If a character
is given, it will
be taken as the covariate name itself (in the same way the covariates are
specified in the colnames
of the pData
). By default, the first
covariate appearing in the colnames
of the pData
is used.
Similarly, there is a couple different ways how to specify which experimental
condition to treat as the baseline. The available ‘condition names’ are
taken from unique(as.character(pData(data)[, covariate]))
. If
baselineCondition
is given as a character
, it will be taken as
the condition name itself. If baselineCondition
is given as an
integer
or a numeric
value, it will be taken as the condition
number (in the same order of appearance as in the ‘condition names’).
By default, the first condition name is used.
The model is fitted on the most replicated condition. When more conditions exist with the maximum number of replicates, the condition providing the best fit is chosen (based on the adjusted r^2). If there is again a tie, the first one is arbitrarily taken.
If less than 3 replicates are provided for the condition used for fitting,
then the selection is based on ranking according to the observed PLGEM-STN
values. In this case the first rank
genes or proteins are selected for
each comparison.
Otherwise DEG are selected comparing the observed and resampled PLGEM-STN
values at the signLev
significance level(s), based on p-values obtained
via a call to function plgem.pValue
. See References for details.
A list
of four elements:
fit |
the input |
PLGEM.STN |
a |
p-value |
a |
significant |
a |
Mattia Pelizzola mattia.pelizzola@gmail.com
Norman Pavelka normanpavelka@gmail.com
Pavelka N, Pelizzola M, Vizzardelli C, Capozzoli M, Splendiani A, Granucci F, Ricciardi-Castagnoli P. A power law global error model for the identification of differentially expressed genes in microarray data. BMC Bioinformatics. 2004 Dec 17; 5:203; http://www.biomedcentral.com/1471-2105/5/203.
Pavelka N, Fournier ML, Swanson SK, Pelizzola M, Ricciardi-Castagnoli P, Florens L, Washburn MP. Statistical similarities between transcriptomics and quantitative shotgun proteomics data. Mol Cell Proteomics. 2008 Apr; 7(4):631-44; http://www.mcponline.org/cgi/content/abstract/7/4/631.
plgem.fit
, plgem.obsStn
,
plgem.resampledStn
, plgem.pValue
,
plgem.deg
, plgem.write.summary
1 2 3 |
Welcome to plgem version 1.62.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.