R/CoFAST.R
    coembedding_umap.RdCalculate UMAP projections for coembedding of cells and features
coembedding_umap(
  seu,
  reduction,
  reduction.name,
  gene.set = NULL,
  slot = "data",
  assay = "RNA",
  seed = 1
)a Seurat object with coembedding in the reductions slot wiht component name reduction.
a string, specify the reduction component that denotes coembedding.
a string, specify the reduction name for the obtained UMAP projection.
a string vector, specify the features (genes) in calculating the UMAP projection, default as all features.
an optional string, specify the slot in the assay, default as `data`.
an optional string, specify the assay name in the Seurat object when adding the UMAP projection.
an optional integer, specify the random seed for reproducibility.
return a revised Seurat object by adding a new reduction component named `reduction.name`.
None
None
None