Description Usage Arguments Details Examples
This function will take an input ex_sc and produce a subsetted one preserving all metadata
1 | merge_ex_sc(input, subset_input, merge_key)
|
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 |
If you have subsetted data and want to merge the tSNE coordinates and cluster information into the master data, this will do so.
1 | merged_ex_sc <- merge_ex_sc(input1, input2, merge_key)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.