Skip to contents

Predict cell labels for a data matrix using its given cell labels.

Usage

Run.PGTV.Single.Cycle(
  data,
  group,
  do.cosine = T,
  do.scale = F,
  max.iters = 20,
  thresh = 1e-05
)

Arguments

data

Data matrix.

group

Given labels.

do.cosine

Whether to cosine normalize the data matrices.

do.scale

Stopping threshold for classification agreement metrics.

max.iters

The maximum number of iterations.

thresh

Whether to perform scaling.