Description Usage Arguments Details Value Author(s) See Also Examples
Access and extract results from an object of class Gsri
.
1 2 3 |
object |
An object of class |
index |
Optional argument used to subset the results of
individual gene sets. For details, see the |
... |
Additional arguments, currently not used. |
getGsri
returns a data frame with the results of the GSRI analysis,
equivalent to the display of the print
and show
method. For each
gene set it contains the estimated fraction and total number of
regulated genes, the standard deviation of the estimated fraction,
the GSRI, and the total number of genes in the analysis.
getCdf
returns a data frame with ECDF of the p-values for a gene
set.
getParms
returns a list with the parameters used in the analysis,
including the weights (weight
) for each gene in the gene set, the
number (nBoot
) of bootstraps for the calculation of the GSRI, the
function (test
) and its arguments (testArgs
) used for assessing
the differential effect between the groups, the confidence level for
the GSRI, and the application of the Grenander estimatior
(grenander
) in the calculation of the ECDF.
getGsri
and getCdf
return data frame with the results from the
GSRI analysis and the ECDF, respectively. getParms
returns a list
with the parameters used in the analysis.
If more than one gene set is accessed, a list with one element per gene set is returned.
Julian Gehring
Maintainer: Julian Gehring <julian.gehring@fdm.uni-freiburg.de>
Package:
GSRI-package
Class:
Gsri
Methods:
gsri
getGsri
getCdf
getParms
export
sortGsri
plot
show
summary
readCls
readGct
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.