CDF
type. In extends ExpressionSet
.new("exprReslt", ...)
.prcfive
:prctwfive
:prcfifty
:prcsevfive
:prcninfive
:phenoData
:ExpressionSet
.annotation
:ExpressionSet
instance."ExpressionSet"
, directly.signature(object = "exprReslt")
: obtains the standard error of the estimated
expression levels. signature(object = "exprReslt")
: replaces the standard error of the estimated
expression levels. signature(object = "exprReslt")
: obtains the 50 percentile of the estimated
expression levels. signature(object = "exprReslt")
: replaces the 50 percentile of the estimated
expression levels. signature(object = "exprReslt")
: obtains the 5 percentile of the estimated
expression levels. signature(object = "exprReslt")
: replaces the 5 percentile of the estimated
expression levels. signature(object = "exprReslt")
: obtains the 95 percentile of the estimated
expression levels. signature(object = "exprReslt")
: replaces the 95 percentile of the estimated
expression levels. signature(object = "exprReslt")
: obtains the 75 percentile of the estimated
expression levels. signature(object = "exprReslt")
: replaces the 75 percentile of the estimated
expression levels. signature(object = "exprReslt")
: obtains the 25 percentile of the estimated
expression levels. signature(object = "exprReslt")
: replaces the 25 percentile of the estimated
expression levels. signature(object = "exprReslt")
: renders information about the exprReslt in a concise
way on stdout. signature(x = "exprReslt")
: writes the expression levels and related confidences to
files. It takes the same arguments as write.table
. The argument "file" does not need to set any
extension. The different file marks and extension "csv" will be added automatically. The default file name is "tmp".
In the final results, expression levels are in the file "tmp\_exprs.csv", standard deviations in
"tmp\_se.csv", 5 percentiles in "tmp\_prctile5.csv", likewise, 25, 50, 75 and 95 percentiles in "tmp\_prctile25.csv",
"tmp\_prctile50.csv", "tmp\_prctile75.csv" and "tmp\_prctile95.csv" respectively. mmgmos
and related class ExpressionSet
.
## load example data from package affydata
# Next 4 lines commented out to save time in package checks, and saved version used
# if (require(affydata)) {
# data(Dilution)
# eset_mmgmos <- mmgmos(Dilution)
# }
data(eset_mmgmos)
## save the expression results into files
write.reslts(eset_mmgmos, file="example")
Run the code above in your browser using DataLab