rowdata_to_df: Convert rowData from SingleCellExperiment to a data.frame

View source: R/sce_to_df.R

rowdata_to_dfR Documentation

Convert rowData from SingleCellExperiment to a data.frame

Description

Convert rowData from SingleCellExperiment to a data.frame

Usage

rowdata_to_df(sce)

Arguments

sce

SingleCellExperiment object.

Value

data.frame containing rowData from the SingleCellExperiment object and a column, "gene_id", corresponding to the gene names or rows of the SingleCellExperiment object.


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