StoreTop25Markers | R Documentation |
Stores the top 25 markers for each cluster identified in a Seurat object, based on
the avg_log2FC
from the output table of FindAllMarkers()
. The result is saved under @misc$df.markers$res...
,
rounding insignificant digits to three decimal places.
StoreTop25Markers(obj = combined.obj, df_markers = df.markers, res = 0.5)
obj |
Seurat object to update with top 25 markers information. Default: |
df_markers |
Data frame containing results from differential gene expression analysis
via |
res |
Clustering resolution at which the markers were identified. Default: 0.5. |
FindAllMarkers
, top_n
## Not run:
if (interactive()) {
combined.obj <- StoreTop25Markers(obj = combined.obj, df_markers = df.markers, res = 0.5)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.