settingTGIF | R Documentation |
All parameters is saved to metadata slot of SingleCellExperiment object.
settingTGIF(sce, gmt, reducedDimNames, assayNames="counts", nbins=40)
sce |
A object generated by instantization of SingleCellExperiment-class. |
gmt |
Object generated from GSEABase::getGmt function. GMT file can be downloaded from MSigDB web (site http://software.broadinstitute.org/gsea/login.jsp#msigdb). Please confirm that the gmt file contains Human Entrez Gene ID, not gene symbol. Also confirm that the DataMatrix has Human Entrez Gene ID. |
reducedDimNames |
The names of reducedDim(sce) that user want use in scTGIF. |
assayNames |
The unit of gene expression for using scTGIF (e.g. normcounts, cpm...etc) (Default: "counts"). |
nbins |
The number of bins of schex (Default: 40). |
The result is saved to metadata slot of SingleCellExperiment object.
NA
showMethods("settingTGIF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.