Plot_SDAScoresPerFeature_ser | R Documentation |
THis fx makes a heatmap tabulating SDA scores within a seurat obj metadata
Plot_SDAScoresPerFeature_ser(
SerObj,
componentNames,
direction = "Both",
doASINH = F,
sdThr = 0.2
)
SerObj |
A Seurat object containing SDA scores to use for the reduction. |
componentNames |
a vector of meta features, the first is the tabulation meta the rest are sda scores... e.g. componentNames = c("ClusterNames_0.4", sdaComps[1:10]) |
direction |
direction to inspect |
doASINH |
boolean to do asinh transformation of residuals or not default F |
sdThr |
threshold to show sd on col labs default 0.2 |
a complex heatmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.