css_project.default | R Documentation |
Calculate CSS representation using a given model. It is used to project new data to the existing reference atlas which is already represented by CSS
## Default S3 method:
css_project(object, model, use_fast_rank = TRUE)
## S3 method for class 'Seurat'
css_project(
object,
model,
use_fast_rank = TRUE,
reduction.name = "css_proj",
reduction.key = "CSSPROJ_"
)
css_project(object, ...)
object |
An object |
model |
Calculation model of the reference CSS representation |
use_fast_rank |
When the presto package is available, use its rank_matrix function to rank sparse matrix |
reduction.name |
Reduction name of the projected CSS representation in the returned Seurat object |
reduction.key |
Reduction key of the projected CSS representation in the returned Seurat object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.