forked from mrc-ide/mipmapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 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
Package: mipmapper
Type: Package
Title: Filtering and analysis of MIP panel genetic datasets
Version: 0.1.0
Authors@R: c(
person("Bob", "Verity", role=c("aut","cre"),
email = "[email protected]"),
person("OJ", "Watson", role="aut"))
Maintainer: Bob Verity <[email protected]>
URL: https://mrc-ide.github.io/mipmapper/
BugReports: https://github.com/mrc-ide/mipmapper/issues
Description: Molecular inversion probes (MIPs) are a tool for genomic
partitioning, which result in datasets of SNP genotypes. mipmapper
is a package to help assist in filtering the raw output from these
sequencing efforts, and conducting population genetic analyses.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
Imports:
data.table,
dplyr,
plotly,
RColorBrewer
RoxygenNote: 6.0.1
Suggests:
covr,
knitr,
testthat
VignetteBuilder: knitr