featureModuleTable {celda}R Documentation

Outputting a feature module table

Description

Creates a table that contains the list of features in each feature module.

Usage

featureModuleTable(counts, celdaMod, outputFile = NULL)

Arguments

counts

Integer matrix. Rows represent features and columns represent cells.

celdaMod

Celda object of class "celda_G" or "celda_CG".

outputFile

File name for feature module table. If NULL, file will not be created. Default NULL.

Value

Matrix. Contains a list of features per each column (feature module)

Examples

data(celdaCGSim, celdaCGMod)
featureModuleTable(celdaCGSim$counts, celdaCGMod, outputFile = NULL)

[Package celda version 1.0.1 Index]