The scAI object is created from a paired single-cell transcriptomic and epigenomic data. It takes a list of two digital data matrices as input. Genes/loci should be in rows and cells in columns. rownames and colnames should be included. The class provides functions for data preprocessing, integrative analysis, and visualization.
The key slots used in the scAI object are described below.
raw.data
List of raw data matrices, one per dataset (Genes/loci should be in rows and cells in columns)
norm.data
List of normalized matrices (genes/loci by cells)
agg.data
Aggregated epigenomic data within similar cells
scale.data
List of scaled matrices
pData
data frame storing the information associated with each cell
var.features
List of informative features to be used, one giving informative genes and the other giving informative loci
fit
List of inferred low-rank matrices, including W1, W2, H, Z, R
fit.variedK
List of inferred low-rank matrices when varying the rank K
embed
List of the reduced 2D coordinates, one per method, e.g., t-SNE/FIt-SNE/umap
identity
a factor defining the cell identity
cluster
List of consensus clustering results
options
List of parameters used throughout analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.