SimSickleJrSmall | R Documentation |
SimData
data object. Contains the completed analysis from the
'Getting Started' vignette for a small subset of 10 cells with 150 genes and
700 peaks. The clusters derived from this dataset are not accurate; this dataset
is intended for use with code examples.A small SickleJr object containing a subset of data from the
SimData
data object. Contains the completed analysis from the
'Getting Started' vignette for a small subset of 10 cells with 150 genes and
700 peaks. The clusters derived from this dataset are not accurate; this dataset
is intended for use with code examples.
data(SimSickleJrSmall)
A SickleJr object containing a completed analysis using jrSiCKLSNMF
Contains a list of 2 sparse matrices, each containing a different simulated omics modality measured on the same set of single cells
The normalized versions of the count matrices
contained in slot count.matrices
A list of sparse matrices containing the graph Laplacians corresponding to the KNN feature-feature similarity graphs constructed for each omics modality
A string indicating the row regularization: here it
is set to "None"
A string specifying the function to measure the discrepancy between the normalized data and the fitted matrices: here, it is set to "klp" for the Poisson Kullback-Leibler divergence
A list holding the graph regularization parameters: here, they are 10 and 50
A numeric indicating the value for the sparsity parameter. Here it is equals 500
A list holding the fitted \mathbf{W}^v
matrices
A matrix holding \mathbf{H}
A list of initial values for \mathbf{W}^v
and \mathbf{H}
A vector containing a subset on which to calculate the loss
A data frame holding the loss and the number of latent factor that is used for diagnostic plots
A Boolean indicating whether or not to use the mini-batch algorithm: FALSE
here
Diagnostic plots and results
A list holding the "kmeans"
clustering results
A list holding metadata; here this is just cell type information
A list holding a vector called "Loss"
A list holding various UMAP approximations
A list holding ggplots corresponding to different diagnostics and visualizations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.