[4a0329]: / man / getEmbeddings.Rd

Download this file

24 lines (19 with data), 731 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/scAI_model.R
\name{getEmbeddings}
\alias{getEmbeddings}
\title{compute the 2D coordinates of embeded cells, genes, loci and factors using VscAI visualization}
\usage{
getEmbeddings(object, genes.embed = NULL, loci.embed = NULL,
alpha.embed = 1.9, snn.embed = 5)
}
\arguments{
\item{object}{scAI object}
\item{genes.embed}{A vector of genes to be embedded}
\item{loci.embed}{A vector of loci to be embedded}
\item{alpha.embed}{Parameter controlling the distance between the cells and the factors}
\item{snn.embed}{Number of neighbors}
}
\description{
compute the 2D coordinates of embeded cells, genes, loci and factors using VscAI visualization
}