-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
43 lines (43 loc) · 1.45 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: novoSpaRc
Type: Package
Title: Spatial Reconstruction of Tissues from scRNA-seq Data
Version: 0.99.0
Author: Lambda Moses
Maintainer: Lambda Moses <[email protected]>
Description: While single cell RNA-seq (scRNA-seq) provides biological insights
at the single cell resolution, dissociation of cells from tissues is
required for this procedure, thereby destroying spatial context of cells and
gene expression. Various methods have been devised to reconstruct the lost
spatial context by integrating scRNA-seq data and an in situ atlas that has
spatial information but for fewer landmark genes. This package is based on
the method developed in the biorxiv paper Charting a tissue from single-cell
transcriptomes by Nitzan et al., 2018 (https://doi.org/10.1101/456350),
which uses optimal transport to reconstruct the spatial context with or
without an in situ atlas. This method is called de novo Spatial
Reconstruction (novoSpaRc), and is originally implemented in Python by the
authors of the paper. This package is an R implementation of novoSpaRc.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
Barycenter,
BiocNeighbors,
BiocParallel,
RBGL,
graph,
methods,
ggplot2,
plotly,
dplyr,
tidyr,
magrittr,
Matrix
biocViews:
SingleCell,
Transcriptomics
RoxygenNote: 6.1.1
Suggests:
knitr,
rmarkdown,
BiocStyle
Depends: R (>= 3.5.0)
VignetteBuilder: knitr