Description Usage Arguments Examples
View source: R/plotFunctions.R
tSNE plot for the combined dataset
| 1 | plotAlltSNE(scesMerge, scolors = NULL, pointSize = 0.8)
 | 
| scesMerge | SingleCellExperiment object; this object contains the combined data and reduced dimensions using PCA and tSNE;(results from  | 
| scolors | a vector of color | 
| pointSize | integer; size of point | 
| 1 2 3 4 5 | library(scRNABatchQC)
sces<-Process_scRNAseq(inputfile=c("https://github.com/liuqivandy/scRNABatchQC/raw/master/bioplar1.csv.gz",
                                   "https://github.com/liuqivandy/scRNABatchQC/raw/master/bioplar5.csv.gz"))
scesMerge<-Combine_scRNAseq(sces)
plotAlltSNE(scesMerge)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.