liftover_projection | R Documentation |
This function transfers labels from a projector to a projectee
liftover_projection(projection, projector, projectee, projector_col = NULL)
projection |
projection object created by project_data function |
projector |
cell_data_set object with a reduced dimension matrix (currently LSI supported) as specified in reduced_dim argument and a model used to create a low dimensional embedding |
projectee |
a SummarizedExperiment type object (cell_data_set currently supported) to be projected using the models contained in the projector |
projector_col |
column name of projector to color cells by using nearest neighbor |
projectee_col |
column name of projectee to color cells by |
colors |
color palatte of projectee_col cells |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.