getFeatWindows | R Documentation |
This function generates feature windows for a given feature and groups in a Seurat object.
getFeatWindows(SerObj, feat, group.by)
SerObj |
A Seurat object. |
feat |
A character vector representing the feature name. |
group.by |
A character vector representing the group to use for grouping the data. |
A list with two elements:
A table with the counts of cells falling into each window, for each group.
A numeric vector with the vertical lines representing the boundaries of each window.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.