as_data_frame_seurat.Rd
Function to extract data from Seurat object.
as_data_frame_seurat( x, assay = NULL, slot = NULL, features = NULL, reduction = NULL, metadata = TRUE )
A Seurat object.
Assay such as RNA.
Slot such as counts. Default is scale.data.
Features from assay.
Character vector of reduction types.
Boolean. To grab metadata or not
A metadata file merged on cell identifiers.