RuntSNE.Matrix | R Documentation |
This function to run tsne on matrix
RuntSNE.Matrix(
myMat,
save_path = NULL,
tsnepp,
tSNE_n.iter,
num_threads = 8,
check_duplicates = F,
selectFeats = NULL,
overwrite = F
)
myMat |
SDA score matrix where cols are the comps and rows are cells |
save_path |
default NULL ignores saving, or set path to save the tsne rds obj |
tsnepp |
tSNE preplexity |
tSNE_n.iter |
N iter for tSNE |
num_threads |
number of threads |
check_duplicates |
check for dup rows |
selectFeats |
select Features from Matrix to run the tSNE |
A list of two vector text of enrichments, one for pos one for neg scored cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.