View source: R/helperFunctions.R
getTSNE | R Documentation |
Function to provide tSNE of projection
getTSNE(projection, axis = 2, ...)
projection |
martrix, a projection generated from projectR |
axis |
integer, either 1 umap of projection or 2 for umap of transpose of projection |
... |
addtional arguments passed to tsne |
projection <- projectR(data=p.ESepiGen4c1l$mRNA.Seq,loadings=AP.RNAseq6l3c3t$Amean,
dataNames = map.ESepiGen4c1l[["GeneSymbols"]], full = TRUE)
projectionTSNE <- getTSNE(projection)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.