subset_ex_sc: This will setset your expression set by some variable in...

Description Usage Arguments Details Examples

View source: R/subset_ex_sc.R

Description

This function will take an input ex_sc and produce a subsetted one preserving all metadata

Usage

1
subset_ex_sc(input, variable, select)

Arguments

input

the input ex_sc

variable

the variable of pData to select on

select

the value or values to subset

Details

By providing both a variable, and a selecting argument, only cells of of a certain condition will be selected

Examples

1
subset_ex_sc(ex_sc_example, variable = "Cluster", select = c("Cluster1"))

kgellatl/SignallingSingleCell documentation built on Dec. 29, 2021, 4:12 p.m.