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