SOVI | R Documentation |
This function generates scatterplot of observed versus imputed for nonzero observed counts.
SOVI(obsvec, impvec)
obsvec |
A vector of observed single cell. |
impvec |
A vector of imputed single cell. |
The scatterplot of observed versus imputed.
data("GSE117874_imp") data("GSE117874_chr1_wo_diag") SOVI(obsvec = GSE117874_chr1_wo_diag[,1], impvec = GSE117874_imp[,1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.