-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 882 Bytes
/
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
Package: genRelateR
Title: Global Genomic Relatedness Explorer
Version: 0.1.0
Authors@R:
person("Kobi", "Schmalenberg", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Analyzes global human genomic relatedness across populations, enhancing existing workflows in bioinformatics.
License: MIT + file LICENSE
Depends: R (>= 4.4.2)
Encoding: UTF-8
LazyData: true
Imports:
shiny,
shinydashboard,
shinythemes,
shinyjs,
Rsamtools,
DT,
data.table,
ggplot2,
maps,
viridis,
tidyverse,
readr,
dplyr,
tidyr,
testthat,
stringr,
ggrepel,
igraph,
RColorBrewer,
plotly,
VariantAnnotation,
GenomicRanges,
biocViews
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr