GenomicSignatures-methods | R Documentation |
GenomicSignatures
objectThe default contents of GenomicSignatures
object, with
a set of getter and setter generic functions, which extract either the
assay
, colData
, or metadata
slots of a
GenomicSignatures-class
object. When you create this object,
colData$studies
should be populated before adding any information in
trainingData
slot.
## S4 method for signature 'GenomicSignatures'
RAVindex(x)
## S4 method for signature 'GenomicSignatures'
geneSets(x)
## S4 method for signature 'GenomicSignatures'
updateNote(x)
## S4 method for signature 'GenomicSignatures'
version(x)
## S4 replacement method for signature 'GenomicSignatures'
geneSets(x) <- value
## S4 replacement method for signature 'GenomicSignatures'
updateNote(x) <- value
x |
A |
value |
See details. |
assay(x) : RAVindex (= avgLoadings) containing genes x RAVs
metadata(x) : Metadata associated with RAVindex building process
colData(x) : Information on RAVs
A GenomicSignatures object for the constructor
Setter method values (i.e., function(x) <- value
):
metadata<- : Assign metadata
coldata<- : Assign extra information associated with RAVs
geneSets<- : A character vector containing the name of gene sets used to annotate average loadings
updateNote<- : A character vector. Describes the main feature of a model construction
RAVindex : Equivalent to assays(x)$RAVindex
geneSets : Access the metadata(x)$geneSets
slot
updateNote : Access the metadata(x)$updateNote
slot
version : Access the metadata(x)$version
slot
data(miniRAVmodel)
miniRAVmodel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.