sub-sub-.StdAssay: Feature-Level Meta Data

[[.StdAssayR Documentation

Feature-Level Meta Data

Description

Get and set feature-level meta data

Usage

## 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

Arguments

x

An Assay5 object

i

Name of feature-level meta data to fetch or add

j

Ignored

...

Ignored

drop

See drop

n

Number of meta data rows to show

value

Feature-level meta data to add

Value

[[: 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

See Also

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()


SeuratObject documentation built on Nov. 18, 2023, 1:06 a.m.