ImputeSDA2SerV3 | R Documentation |
This function to add imputed scores from gene loading, V3 is one component at a time selecting topN genes
ImputeSDA2SerV3(
SerObj,
sda_loadings,
keepComps = NULL,
sdaObjID = "",
plot = F,
doAsinh = T,
TopNpos = 20,
TopNneg = 20,
MetaExtraName = ""
)
SerObj |
A seurat Object, with assay RNA and slot data |
sda_loadings |
matrix of sda loadings |
keepComps |
if NULL all else numeric or char vec |
sdaObjID |
id name to apped to comp names |
plot |
to plot or not |
seurat obj with new SDA score comps in metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.