View source: R/cross_validation.R
cross_validation | R Documentation |
10 fold cross validation
cross_validation( spRNA, scRNA, fold = 10, correct.spRNA = TRUE, correct.scRNA = FALSE )
spRNA |
seurat object of spatial transcriptome |
scRNA |
seurat object of scRNA-seq |
fold |
number of X fold crossing validation |
correct.spRNA |
Whether to stabilize expression in spRNA. |
correct.scRNA |
Whether to stabilize expression in scRNA. |
correlation between inferred spatial expression and ground true.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.