build_fem: build a 'fem-class' object

View source: R/object-builder.R

build_femR Documentation

build a fem-class object

Description

build a fem-class object

Usage

build_fem(
  Class = "fem",
  x_fem,
  features = character(),
  counts = numeric(),
  Dimnames = list()
)

Arguments

Class

defines the class of this object (fixed)

x_fem

a dgCMatrix class matrix

features

features used in computing the embeddings

counts

counts of features used in computing embeddings

Dimnames

row (features) and columns (NULL) names


conText documentation built on Feb. 16, 2023, 7:32 p.m.