merge_ex_sc: This will merge pData and fData

Description Usage Arguments Details Examples

View source: R/merge_ex_sc.R

Description

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

Usage

1
merge_ex_sc(input, subset_input, merge_key)

Arguments

input

the expression set to merge into

subset_input

the expression set to be merged (contains a SUBSET of input1)

merge_key

this key will be appended to the colnames of x,y, and cluster

include

defaults to all

Details

If you have subsetted data and want to merge the tSNE coordinates and cluster information into the master data, this will do so.

Examples

1
merged_ex_sc <- merge_ex_sc(input1, input2, merge_key)

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