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.dataList of raw data matrices, one per dataset (Genes/loci should be in rows and cells in columns)
norm.dataList of normalized matrices (genes/loci by cells)
agg.dataAggregated epigenomic data within similar cells
scale.dataList of scaled matrices
pDatadata frame storing the information associated with each cell
var.featuresList of informative features to be used, one giving informative genes and the other giving informative loci
fitList of inferred low-rank matrices, including W1, W2, H, Z, R
fit.variedKList of inferred low-rank matrices when varying the rank K
embedList of the reduced 2D coordinates, one per method, e.g., t-SNE/FIt-SNE/umap
identitya factor defining the cell identity
clusterList of consensus clustering results
optionsList of parameters used throughout analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.