project_new_data {scITD} | R 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.
[Package scITD version 1.0.4 Index]