SEVI | R Documentation |
This function generates scatterplot of expected versus imputed.
SEVI(obsvec, expvec, impvec)
obsvec |
A vector of observed single cell. |
expvec |
A vector of expected single cell. |
impvec |
A vector of imputed single cell. |
The scatterplot of expected versus imputed, with read dots being the observed zero pairs.
SEVI(obsvec=K562_T1_7k[,1], expvec=K562_1_true[,1], impvec=T1_7k_imp[,1] )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.