[[.Assay5 | R Documentation |
Get and set feature-level meta data
## S3 method for class 'Assay5'
x[[i, j, ..., drop = FALSE]]
## S4 replacement method for signature 'Assay5,ANY,ANY,ANY'
x[[i, j, ...]] <- value
## S3 method for class 'Assay5'
head(x, n = 10L, ...)
## S3 method for class 'Assay5'
tail(x, n = 10L, ...)
x |
An |
i |
Name of feature-level meta data to fetch or add |
j |
Ignored |
... |
Ignored |
drop |
See |
value |
Feature-level meta data to add |
n |
Number of meta data rows to show |
[[
: The feature-level meta data for i
[[<-
: x
with value
added as i
in feature-level meta data
head
: The first n
rows of feature-level meta data
tail
: the last n
rows of feature-level meta data
v5 Assay object, validity, and interaction methods:
$.Assay5()
,
Assay5-class
,
Assay5-validity
,
[.Assay5()
,
dim.Assay5()
,
dimnames.Assay5()
,
merge.Assay5()
,
split.Assay5()
,
subset.Assay5()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.