Description Usage Arguments Value
The function generates several t-SNE coordinates based on given perplexity and ranges of PCs. Final number of t-SNE plots is length(PCs)*length(perplexities) It writes coordinates in "dataDirectory/tsnes" subfolder.
| 1 2 3 | generateTSNECoordinates(sceObject, dataDirectory, experimentName,
  randomSeed = 42, cores = 14, PCs = c(4, 6, 8, 10, 20, 40, 50),
  perplexities = c(30, 40))
 | 
| sceObject | a SingleCellExperiment object with your experiment. | 
| dataDirectory | output directory for CONCLUS (supposed to be the same for one experiment during the workflow). | 
| experimentName | name of the experiment which will appear in filenames (supposed to be the same for one experiment during the workflow). | 
| randomSeed | random seed for reproducibility. | 
| cores | maximum number of jobs that CONCLUS can run in parallel. | 
| PCs | a vector of first principal components. For example, to take ranges 1:5 and 1:10 write c(5, 10). | 
| perplexities | a vector of perplexity (t-SNE parameter). | 
An object with t-SNE results (coordinates for each plot).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.