-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
57 lines (57 loc) · 1.18 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
56
57
Package: sigurd
Type: Package
Title: Single cell Genotyping Using RNA Data
Version: 0.3.8
Authors@R: c(
person(given = "Martin",
family = "Grasshoff",
role = c("aut", "cre"),
email = "mgrasshoff@ukaachen.de"),
person(given = "Ivan",
family = "Costa",
role = c("aut"),
email = "ivan.costa@rwth-aachen.de",
comment = c(ORCID = "0000-0003-2890-8697")))
Maintainer: Martin Grasshoff <mgrasshoff@ukaachen.de>
Description: Using single cell genotype data, the cells are annotated and analysed.
URL: https://costalab.github.io/sigurd/
License: MIT
Encoding: UTF-8
LazyData: true
Imports:
archive,
BiocGenerics,
ComplexHeatmap,
circlize,
data.table,
dplyr,
DropletUtils,
GenomeInfoDb,
grid,
Matrix,
methods,
parallel,
S4Vectors,
Seurat,
SummarizedExperiment,
scales,
tibble,
VariantAnnotation,
vegan
RoxygenNote: 7.3.2
Suggests:
GenomicRanges,
fastmatch,
ggplot2,
IRanges,
knitr,
magrittr,
MatrixGenerics,
rcompanion,
rmarkdown,
SeuratObject,
testthat (>= 3.0.0),
tidyr,
tidyverse
# VignetteBuilder: knitr
Config/testthat/edition: 3