Learn R Programming

scITD (version 1.0.4)

project_new_data: 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)

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.

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.