[[.StdAssay | R Documentation |
Get and set feature-level meta data
## S3 method for class 'StdAssay'
x[[i, j, ..., drop = FALSE]]
## S3 method for class 'StdAssay'
head(x, n = 10L, ...)
## S3 method for class 'StdAssay'
tail(x, n = 10L, ...)
## S4 replacement method for signature 'StdAssay,character,missing,data.frame'
x[[i, j, ...]] <- value
## S4 replacement method for signature 'StdAssay,missing,missing,data.frame'
x[[i, j, ...]] <- value
## S4 replacement method for signature 'StdAssay,character,missing,factor'
x[[i, j, ...]] <- value
## S4 replacement method for signature 'StdAssay,character,missing,NULL'
x[[i, j, ...]] <- value
## S4 replacement method for signature 'StdAssay,character,missing,vector'
x[[i, j, ...]] <- value
## S4 replacement method for signature 'StdAssay,numeric,missing,ANY'
x[[i, j, ...]] <- value
## S4 replacement method for signature 'StdAssay,missing,missing,NULL'
x[[i, j, ...]] <- value
x |
An |
i |
Name of feature-level meta data to fetch or add |
j |
Ignored |
... |
Ignored |
drop |
See |
n |
Number of meta data rows to show |
value |
Feature-level meta data to add |
[[
: 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 Standard Assay object, validity, and interaction methods
$.StdAssay()
,
.DollarNames.StdAssay()
,
StdAssay-class
,
StdAssay-validity
,
[.StdAssay()
,
dim.StdAssay()
,
dimnames.StdAssay()
,
show,StdAssay-method
,
split.StdAssay()
,
subset.StdAssay()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.