View source: R/run_tucker_ica.R
project_new_data | R Documentation |
Project multicellular patterns to get scores on new data
project_new_data(new_container, old_container)
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.