-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
55 lines (55 loc) · 1.87 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
44
45
46
47
48
49
50
51
52
53
54
55
Package: scmap
Type: Package
Title: A tool for unsupervised projection of single cell RNA-seq data
Version: 1.9.3
Author: Vladimir Kiselev
Maintainer: Vladimir Kiselev <[email protected]>
Authors@R: c(person("Vladimir", "Kiselev",
email = "[email protected]",
role=c("cre", "aut")),
person("Andrew", "Yiu",
role=c("ctb")),
person("Martin", "Hemberg",
role=c("aut")))
Description: Single-cell RNA-seq (scRNA-seq) is widely used to investigate the
composition of complex tissues since the technology allows researchers to
define cell-types using unsupervised clustering of the transcriptome.
However, due to differences in experimental methods and computational
analyses, it is often challenging to directly compare the cells identified
in two different experiments. scmap is a method for projecting cells
from a scRNA-seq experiment on to the cell-types or individual cells
identified in a different experiment.
License: GPL-3
Imports:
Biobase,
SingleCellExperiment,
SummarizedExperiment,
BiocGenerics,
S4Vectors,
dplyr,
reshape2,
matrixStats,
proxy,
utils,
googleVis,
ggplot2,
methods,
stats,
e1071,
randomForest,
Rcpp (>= 0.12.12)
Depends: R(>= 3.4)
LinkingTo: Rcpp, RcppArmadillo
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
biocViews: ImmunoOncology, SingleCell, Software, Classification,
SupportVectorMachine, RNASeq, Visualization, Transcriptomics,
DataRepresentation, Transcription, Sequencing,
Preprocessing, GeneExpression, DataImport
NeedsCompilation: no
URL: https://github.com/hemberg-lab/scmap
BugReports: https://support.bioconductor.org/t/scmap/