Project multicellular patterns to get scores on new data
project_new_data(new_container, old_container)
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.
environment A project container with new data to project scores for. The form_tensor() function should be run.
environment The original project container that has the multicellular gene expression patterns already extracted. These patterns will be projected onto the new data.