Learn R Programming

SeuratObject (version 5.0.2)

$.SeuratCommand: Command Log Parameter Access

Description

Pull parameter values from a SeuratCommand object

Usage

# S3 method for SeuratCommand
$(x, i)

Value

The value for parameter i

Arguments

x

A SeuratCommand object

i

A parameter name

See Also

Command log object and interaction methods .DollarNames.SeuratCommand(), LogSeuratCommand(), SeuratCommand-class, [.SeuratCommand(), as.list.SeuratCommand()

Examples

Run this code
cmd <- pbmc_small[["NormalizeData.RNA"]]
cmd$normalization.method

Run the code above in your browser using DataLab