calcTGIF | R Documentation |
calcTGIF
function calculates what kind of
cellular patterns and functional patterns are contained in
single-cell RNA-seq data and reportTGIF
function
generates report of analytic result.
calcTGIF(sce, ndim, verbose=FALSE, droplet=TRUE)
sce |
A object generated by instantization of SingleCellExperiment-class. |
ndim |
The number of low-dimension of joint NMF algorithm. |
verbose |
The verbose parameter for nnTensor::jNMF (Default: FALSE). |
droplet |
Whether Droplet-based single-cell RNA-Seq or not (Default: TRUE). |
The result is saved to metadata slot of SingleCellExperiment object.
NA
showMethods("calcTGIF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.