calcTGIF: Function for connecting cellular patterns and functional...

Description Usage Arguments Value Author(s) Examples

Description

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.

Usage

1
calcTGIF(sce, ndim, verbose=FALSE, droplet=TRUE)

Arguments

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).

Value

The result is saved to metadata slot of SingleCellExperiment object.

Author(s)

Koki Tsuyuzaki [aut, cre]

Examples

1
showMethods("calcTGIF")

scTGIF documentation built on Nov. 8, 2020, 5:24 p.m.