Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
A subclass of ACMESet that can also store the parameters and results of an ACME calculation
Objects can be created by calls of the form new("ACMECalcSet",
assayData, phenoData, featureData, experimentData, annotation,
cutpoints, threshold, exprs, vals, ...)
. In addition to the
constraints defined by ACMESet, this class can also hold
the results (in the assayDataElement vals
) and the
threshold
and cutpoints
from an ACME do.aGFF.calc run
cutpoints
:Object of class "numeric"
The values
of the cutpoints used in an analysis by do.aGFF.calc, one per sample.
threshold
:Object of class "numeric"
The
threshold used in an analysis.
assayData
:Object of class "AssayData"
. See
ExpressionSet for details.
phenoData
:Object of class "AnnotatedDataFrame"
See
ExpressionSet for details.
featureData
:Object of class "AnnotatedDataFrame"
See
ExpressionSet for details.
experimentData
:Object of class "MIAME"
See
ExpressionSet for details.
annotation
:Object of class "character"
See
ExpressionSet for details.
.__classVersion__
:Object of class "Versions"
See
ExpressionSet for details.
Class "ACMESet"
, directly.
Class "ExpressionSet"
, by class "ACMESet", distance 2.
Class "eSet"
, by class "ACMESet", distance 3.
Class "VersionedBiobase"
, by class "ACMESet", distance 4.
Class "Versioned"
, by class "ACMESet", distance 5.
signature(x = "ACMECalcSet")
: A simple
getter for the cutpoints.
signature(x = "ACMECalcSet")
: A convenience
plotting method that also takes sample and chrom
signature(object = "ACMECalcSet")
: A show method
signature(x = "ACMECalcSet")
: A simple
getter for the threshold
signature(x = "ACMECalcSet")
: an accessor for the
p-values from a run of do.aGFF.calc. Returns a matrix with samples
in columns and probes in rows.
Sean Davis <sdavis2@mail.nih.gov>
1 2 3 4 5 6 7 | showClass("ACMECalcSet")
data(example.agff)
b <- do.aGFF.calc(example.agff,thresh=0.95,window=1000)
b
head(vals(b))
threshold(b)
cutpoints(b)
|
Loading required package: Biobase
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:parallel':
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, basename, cbind, colMeans, colSums, colnames,
dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
intersect, is.unsorted, lapply, lengths, mapply, match, mget,
order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind,
rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply,
union, unique, unsplit, which, which.max, which.min
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Class "ACMECalcSet" [package "ACME"]
Slots:
Name: cutpoints threshold experimentData
Class: numeric numeric MIAME
Name: assayData phenoData featureData
Class: AssayData AnnotatedDataFrame AnnotatedDataFrame
Name: annotation protocolData .__classVersion__
Class: character AnnotatedDataFrame Versions
Extends:
Class "ACMESet", directly
Class "ExpressionSet", by class "ACMESet", distance 2
Class "eSet", by class "ACMESet", distance 3
Class "VersionedBiobase", by class "ACMESet", distance 4
Class "Versioned", by class "ACMESet", distance 5
Working on sample 1
Working on chromosome:
chr1 chr10 chr11 chr12 chr13 chr14 chr15 chr16 chr17 chr18 chr19 chr2 chr20 chr21 chr22 chr3 chr4 chr5 chr6 chr7 chr8 chr9 chrX Working on sample 2
Working on chromosome:
chr1 chr10 chr11 chr12 chr13 chr14 chr15 chr16 chr17 chr18 chr19 chr2 chr20 chr21 chr22 chr3 chr4 chr5 chr6 chr7 chr8 chr9 chrX ACMECalcSet (storageMode: lockedEnvironment)
assayData: 190181 features, 2 samples
element names: exprs, vals
protocolData: none
phenoData
sampleNames: testsamp1 testsamp2
varLabels: fullfnames
varMetadata: labelDescription
featureData
featureNames: 74065 74066 ... 103913 (190181 total)
fvarLabels: chromosome source ... comment (8 total)
fvarMetadata: labelDescription
experimentData: use 'experimentData(object)'
Annotation:
Threshold: 0.95
testsamp1 testsamp2
74065 0.6463563 0.6463563
74066 0.6463563 0.6463563
74067 0.6079601 0.6079601
74068 0.5741505 0.5741505
74069 0.5164139 0.5164139
74070 0.5438677 0.5438677
[1] 0.95
testsamp1 testsamp2
0.4841682 0.3770896
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.