coldata_to_df: Convert colData from SingleCellExperiment to a data.frame

View source: R/sce_to_df.R

coldata_to_dfR Documentation

Convert colData from SingleCellExperiment to a data.frame

Description

Convert colData from SingleCellExperiment to a data.frame

Usage

coldata_to_df(sce)

Arguments

sce

SingleCellExperiment object.

Value

data.frame containing colData from the SingleCellExperiment object and a column, "cell_id", corresponding to the cell_barcodes or columns of the SingleCellExperiment object.


AlexsLemonade/scpcaTools documentation built on July 12, 2024, 8:34 a.m.