build_pb_split: Splits a SingleCellExperiment in a list of DGELists, split by...

View source: R/build-raw-data-assembly-helpers.R

build_pb_splitR Documentation

Splits a SingleCellExperiment in a list of DGELists, split by the levels one of the colData columns

Description

This function is called from the dataset-wrangling.Rmd vignette, and relies on the SingleCellExperiment package (which is in Suggests, not Imports)

Usage

build_pb_split(x, split.by = "cond")

Arguments

x

A SingleCellExperiment or SummarizedExperiment

split.by

a column name in colData(x) that has categorical covariate (factor or character)


facileverse/FacileData documentation built on Feb. 24, 2024, 7:59 a.m.