Description Usage Arguments Value Examples
View source: R/post.processing.R
A wrapper for Rtsne that takes final SCONE output, and runs tSNE on it after subsampling. This is specifically for SCONE runs that contain large numbers of cells that tSNE would either be too time-consuming or messy for. Regarding the latter, tSNE typically appears less clean in the range of 10^5 cells
1 | SubsampleAndTsne(dat, input, numcells)
|
dat |
tibble of original input data, and scone-based additions. |
input |
the markers used in the original knn computation, which are typically surface markers |
numcells |
the number of cells to be downsampled to |
a subsampled tibble that contains tSNE values
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.