View source: R/get_first_clustering.R
get_first_clustering | R Documentation |
Generates an S4 clustering
class storing information related to
the clustering of reads aligned to the user's Reference Genome #1.
get_first_clustering(first_directory, reference_resolution, dims)
first_directory |
The file path to the user's local directory containing the (1) barcodes/cell IDs, (2) features/gene IDs, and (3) count matrix outputted by the alignment of reads to Reference Genome #1. |
reference_resolution |
The resolution at which to cluster the reads. |
dims |
(optional) The dimensions of reduction with which to cluster the reads. If not selected by the user, this parameter is set to 30 by default. |
An S4 clustering
class storing information related to the
user's Reference Genome #1 clustering.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.