Description Usage Arguments Value Examples
tsne_plot
1 2 3 4 5 6 7 8 9 10 11 |
data |
The observed matrix, with each column being the uppertriangular of a single cell HiC matrix. |
cell_type |
A vector that indicates cell type. |
dims |
Integer. Output dimentionality. Default=2. |
perplexity |
Numeric; Perplexity parameter (should not be bigger than 3 * perplexity < nrow(X) - 1, see details for interpretation). |
check_duplicates |
Logical; Checks whether duplicates are present. It is best to make sure there are no duplicates present and set this option to FALSE, especially for large datasets (default: TRUE). |
seed |
Random seed. |
title |
Title of the plot. |
ncenters |
Number of clusters in kmeans clustering. |
A stne visualization plot.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.