-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.38 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
Package: MouseFM
Type: Package
Title: In-silico methods for genetic finemapping in inbred mice
Version: 1.15.5
Authors@R: c(person("Matthias", "Munz", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-4728-3357")),
person("Inken", "Wohlers", role = c("aut"),
email = "[email protected]", comment = c(ORCID = "0000-0003-4004-0464")),
person("Hauke", "Busch", role = c("aut"),
email = "[email protected]", comment = c(ORCID = "0000-0003-4763-4521"))
)
Description: This package provides methods for genetic finemapping
in inbred mice by taking advantage of their very high homozygosity rate (>95%).
Encoding: UTF-8
LazyData: false
BugReports: https://github.com/matmu/MouseFM/issues
Depends: R (>= 4.0.0)
License: GPL-3
VignetteBuilder: knitr
biocViews:
Genetics,
SNP,
GeneTarget,
VariantAnnotation,
GenomicVariation,
MultipleComparison,
SystemsBiology,
MathematicalBiology,
PatternLogic,
GenePrediction,
BiomedicalInformatics,
FunctionalGenomics
Suggests:
BiocStyle,
testthat,
knitr,
rmarkdown
Imports:
httr,
curl,
GenomicRanges,
dplyr,
ggplot2,
reshape2,
scales,
gtools,
tidyr,
data.table,
jsonlite,
rlist,
GenomeInfoDb,
methods,
biomaRt,
stats,
IRanges
RoxygenNote: 7.3.2