-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.63 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
Package: LDheatmap
Version: 1.0-5
Date: 2022-05-03
Title: Graphical Display of Pairwise Linkage Disequilibria Between SNPs
Authors@R: c(person("Ji-Hyung","Shin",email="[email protected]", role="aut"),
person("Sigal","Blay", email="[email protected]",role="aut"),
person("Nicholas","Lewin-Koh",email="[email protected]", role="ctb"),
person("Brad","McNeney",email="[email protected]",role=c("aut","cre")),
person("Gloria","Yang",email="[email protected]",role="ctb"),
person("Matthew","Reyers",email="[email protected]",role="ctb"),
person("Youwei","Yan",email="[email protected]",role="ctb"),
person("Jinko","Graham",email="[email protected]",role="aut"))
Maintainer: Brad McNeney <[email protected]>
Depends: R (>= 4.0)
Imports: grid, genetics, snpStats, Rcpp
Suggests: rtracklayer, GenomicRanges, GenomeInfoDb, IRanges, lattice, ggplot2, vcfR, RColorBrewer
Description: Produces a graphical display, as a heat map, of measures
of pairwise linkage disequilibria between single nucleotide polymorphisms (SNPs). Users may
optionally include the physical locations or genetic map
distances of each SNP on the plot. The methods are described in
Shin et al. (2006) <doi:10.18637/jss.v016.c03>. Users should note that the
imported package 'snpStats' and the suggested packages
'rtracklayer', 'GenomicRanges', 'GenomInfoDb' and 'IRanges' are all
BioConductor packages <https://bioconductor.org>.
License: GPL-3
URL: https://sfustatgen.github.io/LDheatmap/
Repository: CRAN
Date/Publication: 2010-01-11 19:57:39
RoxygenNote: 7.1.2
LinkingTo: Rcpp