seed,GDSArray-method | 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.
## 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)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.