add_clustering_markers | R Documentation |
Add the clustering markers as a row attribute to the given .loom file handler.
add_clustering_markers( loom, clustering.id, clustering.markers, marker.metric.accessors = NULL, marker.metric.names = NULL, marker.metric.descriptions = NULL )
loom |
The loom file handler. |
clustering.id |
The clustering id that the given clustering.markers are specific for. |
clustering.markers |
A list of markers of each cluster found for the given clustering.id. |
marker.metric.accessors |
A list of the column names of the metrics to extract from the cluster marker data.frame in the given clustering.markers. |
marker.metric.names |
A list of names to attribute to the given marker.metric.accessor. |
marker.metric.descriptions |
A list of description to attribute to the given marker.metric.accessor. |
dgem |
A matrix of the gene expression with M genes as rows and N cells as columns. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.