| seed,GDSArray-method {GDSArray} | R Documentation |
dim, dimnames: dimension and dimnames of
object contained in the GDS file.
seed: the GDSArraySeed getter for
GDSArray object.
seed<-: the GDSArraySeed setter for
GDSArray object.
gdsfile: on-disk location of GDS file
represented by this object.
gdsfile<-: the setter of the gds file path for
'GDSArraySeed' and 'GDSArray'.
## S4 method for signature 'GDSArray' seed(x) ## S4 replacement method for signature 'GDSArray' seed(x) <- value gdsfile(object) ## S4 method for signature 'GDSArraySeed' gdsfile(object) ## S4 method for signature 'GDSArray' gdsfile(object) ## S4 method for signature 'DelayedArray' gdsfile(object) gdsfile(object) <- value ## S4 replacement method for signature 'GDSArraySeed' gdsfile(object) <- value ## S4 replacement method for signature 'GDSArray' gdsfile(object) <- value
x |
the |
value |
the new |
object |
GDSArray, GDSMatrix, GDSArraySeed, GDSFile or SummarizedExperiment object. |
dim: the integer vector of dimensions for
GDSArray or GDSArraySeed objects.
dimnames: the unnamed list of dimension names for
GDSArray and GDSArraySeed objects.
seed: the GDSArraySeed of GDSArray
object.
gdsfile: the character string for the gds file path.
fn <- gdsExampleFileName("snpgds")
ga <- GDSArray(fn, "sample.annot/pop.group")
dim(ga)
dimnames(ga)
type(ga)
seed(ga)
dim(seed(ga))
gdsfile(ga)