expression2List | R Documentation |
Allows users to perform more fundamental measures of clonotype analysis using the meta data from the Seurat object. For Seurat objects the active identity is automatically added as "cluster". Remaining grouping parameters or Seurat objects must appear in the meta data.
expression2List(Combined, group.by)
Combined |
a |
group.by |
The column header to group the new list. NULL will return clusters. |
list derived from the meta data of seurat object with elements divided by the group.by parameter
Combined <- getCombinedDataSet(TCR, Mice.sub2)
newList <- expression2List(Combined, group.by = "seurat_clusters")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.