| scINSIGHT-class | R Documentation |
The scINSIGHT object is created from two or more single cell datasets. To construct a scINSIGHT object, the user needs to provide at least two normalized expression (or another single-cell modality) matrices and the condition vector.
The key slots used in the scINSIGHT object are described below.
norm.dataList of normalized expression matrices (genes by cells). Each matrix should have the same number and name of genes.
conditionVector specifying each sample's condition name.
W_1List of W_{\ell1} estimated by scINSIGHT, names correspond to sample names.
W_2List of W_{\ell2} estimated by scINSIGHT, names correspond to sample names.
HList of H estimated by scINSIGHT, names correspond to condition names.
VMatrix V estimated by scINSIGHT.
norm.W_2List of W_{\ell2} after normalization. Recommended for downstream analysis.
clustersList of cluster results.
parametersList of selected parameters, including K and λ.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.