Description Usage Arguments Value
This function generates a single clustering iteration of CONCLUS to check whether chosen parameters for dbscan are suitable for your data.
| 1 2 3 | 
| sceObject | a SingleCellExperiment object with your experiment. | 
| dataDirectory | output directory (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). | 
| dbscanEpsilon | a parameter of fpc::dbscan() function. | 
| minPts | a parameter of fpc::dbscan() function. | 
| perplexities | vector of perplexities (t-SNE parameter). | 
| PCs | a vector of PCs for plotting. | 
| randomSeed | random seed for reproducibility. | 
| width | plot width. | 
| height | plot height. | 
| ... | other pdf() arguments. | 
t-SNE results, a distance graph plot, a t-SNE plot colored by test clustering solution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.