GrScoreUMAP | R Documentation |
This function applies thresholding to granule scores within a specified object and column, inverts the thresholding if a specific miscellaneous name is provided, and then calls clUMAP for plotting based on the thresholded values.
GrScoreUMAP(
obj = combined.obj,
colname = "RNA_snn_res.6.reassigned_cl.av_GO:0042063",
miscname = "thresh.stress.ident1",
auto = TRUE,
...
)
obj |
An object containing the data and miscellaneous threshold information.
Default is |
colname |
Name of the column containing granule scores.
Default is |
miscname |
Name of the miscellaneous threshold information within |
auto |
Automatically flip filtering |
... |
Additional arguments to be passed to |
# Assuming combined.obj is available and properly formatted
customClUMAPWrapper(
combined.obj,
"RNA_snn_res.6.reassigned_cl.av_GO:0042063",
"thresh.stress.ident1"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.