Skip to contents

Predict cell labels using group technial effects.

Usage

Run.PGTV.Single(ref_data, ref_group, query_data, do.cosine = T, do.scale = F)

Arguments

ref_data

Reference data matrix.

ref_group

Reference labels.

query_data

Query data matrix.

do.cosine

Whether to cosine normalize the data matrices.

do.scale

Whether to perform scaling.