powered by
Use Tool to get tool data. If no additional arguments are provided, will return a vector with the names of tools in the object.
Tool
Tool(object, ...)Tool(object, ...) <- value# S3 method for Seurat Tool(object, slot = NULL, ...)# S3 method for Seurat Tool(object, ...) <- value
Tool(object, ...) <- value
# S3 method for Seurat Tool(object, slot = NULL, ...)
# S3 method for Seurat Tool(object, ...) <- value
If no additional arguments, returns the names of the tools in the object; otherwise returns the data placed by the tool requested
An object
Arguments passed to other methods
Information to be added to tool list
Name of tool to pull
Tool(object = pbmc_small) if (FALSE) { sample.tool.output <- matrix(data = rnorm(n = 16), nrow = 4) # must be run from within a function Tool(object = pbmc_small) <- sample.tool.output }
Run the code above in your browser using DataLab