Gsri
class
Gsri
.
getGsri(object, index, ...)
getCdf(object, index, ...)
getParms(object, ...)
Gsri
whose results to access.plot
method.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.
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.
GSRI-package
Class:
Gsri
Methods:
gsri
getGsri
getCdf
getParms
export
sortGsri
plot
show
summary
readCls
readGct
## Not run:
# getGsri(object)
# getCdf(object)
# getParms(object)
# ## End(Not run)
Run the code above in your browser using DataLab