featureModuleLookup.celda_C: Lookup the module of a feature

Description Usage Arguments Value

View source: R/celda_C.R

Description

Finds the module assignments of given features in a 'celda_C()' model

Usage

1
2
## S3 method for class 'celda_C'
featureModuleLookup(counts, celda.mod, feature, exact.match)

Arguments

counts

Integer matrix. Rows represent features and columns represent cells. This matrix should be the same as the one used to generate 'celda.mod'.

celda.mod

Model of class 'celda_C'.

feature

Character vector. The module assignemnts will be found for feature names in this vector.

exact.match

Logical. Whether an exact match or a partial match using 'grep()' is required to look up the feature in the rownames of the counts matrix. Default TRUE.

Value

List. Each element contains the module of the provided feature.


compbiomed/celda documentation built on May 25, 2019, 3:58 a.m.