-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.23 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
Package: RAREsim
Version: 0.99.4
Date: 2020-08-01
Title: Simulation of Rare Variant Genetic Data
Description: Haplotype simulations of rare variant genetic data that emulates real data can be performed with RAREsim. RAREsim uses the expected number of variants in MAC bins - either as provided by default parameters or estimated from target data - and an abundance of rare variants as simulated HAPGEN2 to probabilistically prune variants. RAREsim produces haplotypes that emulate real sequencing data with respect to the total number of variants, allele frequency spectrum, haplotype structure, and variant annotation.
Authors@R: c(person(given = "Megan", family = "Null", role = "aut", email = "mnull@collegeofidaho.edu"),
person(given = "Ryan", family = "Barnard", role = "cre", email = "rbarnard1107@gmail.com"))
URL: https://github.com/meganmichelle/RAREsim
BugReports: https://github.com/meganmichelle/RAREsim/issues
License: GPL-3
LazyData: FALSE
biocViews: Genetics, Software, VariantAnnotation, Sequencing
RoxygenNote: 7.1.2
Encoding: UTF-8
VignetteBuilder: knitr
Depends:
R (>= 4.1.0)
Imports:
nloptr
Suggests:
markdown,
ggplot2,
BiocStyle,
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3