Name Mode Size
..
add_embeddings2scelist.Rd 100644 1 kb
all_are.Rd 100644 1 kb
biplot_corral.Rd 100644 2 kb
compsvd.Rd 100644 1 kb
corral.Rd 100644 5 kb
corral_preproc.Rd 100644 2 kb
corralm.Rd 100644 6 kb
earthmover_dist.Rd 100644 1 kb
get_pct_var_exp_svd.Rd 100644 1 kb
get_weights.Rd 100644 1 kb
list2mat.Rd 100644 1 kb
na2zero.Rd 100644 0 kb
obs2probs.Rd 100644 1 kb
pairwise_rv.Rd 100644 1 kb
plot_embedding.Rd 100644 3 kb
plot_embedding_sce.Rd 100644 3 kb
rv.Rd 100644 1 kb
scal_var.Rd 100644 1 kb
scal_var_mat.Rd 100644 1 kb
sce2matlist.Rd 100644 1 kb
trim_matdist.Rd 100644 1 kb
var_stabilize.Rd 100644 1 kb
README.md
<p align="center"> <img src="corral_sticker.png" width="180"/> </p> # corral *Dimensionality reduction and batch integration methods for single cell data* corral is a package to perform correspondence analysis on count data, particularly for single-cell (e.g., RNA-seq). It can be used on a single table for dimensionality reduction, or it can be used for integration across batches, samples, and modes. To install the dev version: `devtools::install_github('laurenhsu1/corral')` Or it can be installed with `BiocManager::install("laurenhsu1/corral", dependencies = TRUE)` # How to The package contains two main function calls: 1. `corral` for dimensionality reduction on a single table 2. `corralm` for alignment and batch integration of multiple tables See the vignettes for details on outputs and how to plot.