project_new_data: Project multicellular patterns to get scores on new data

View source: R/run_tucker_ica.R

project_new_dataR Documentation

Project multicellular patterns to get scores on new data

Description

Project multicellular patterns to get scores on new data

Usage

project_new_data(new_container, old_container)

Arguments

new_container

environment A project container with new data to project scores for. The form_tensor() function should be run.

old_container

environment The original project container that has the multicellular gene expression patterns already extracted. These patterns will be projected onto the new data.

Value

The new container environment object with projected scores in new_container$projected_scores. The factors will be ordered the same as the factors in old_container.


scITD documentation built on Sept. 8, 2023, 5:11 p.m.