forked from vplagnol/ExomeDepth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
17 lines (17 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: ExomeDepth
Type: Package
Title: Calls Copy Number Variants from Targeted Sequence Data
Version: 1.1.16
Date: 2022-10-14
Encoding: UTF-8
Depends: R (>= 3.4.0)
Imports: Biostrings, IRanges, Rsamtools, GenomicRanges (>= 1.23.0), aod, VGAM (>= 0.8.4), methods, GenomicAlignments, dplyr, magrittr
Suggests: knitr
VignetteBuilder: knitr
Authors@R: c(person("Vincent", "Plagnol", role = c("aut", "cre"), email = "[email protected]"),
person("Gerard", "Jungman", role = "ctb", comment = "Author of included GSL fragments"),
person("Brian", "Gough", role = "ctb", comment = "Author of included GSL fragments"),
person(c("Jorma", "O"), "Tahtinen", role = "ctb", comment = "Author of included GSL fragments"),
person("Gert", "Van den Eynde", role = "ctb", comment = "Author of included GSL fragments"))
Description: Calls copy number variants (CNVs) from targeted sequence data, typically exome sequencing experiments designed to identify the genetic basis of Mendelian disorders. The method is presented in details in Plagnol et al (2012) <https://pubmed.ncbi.nlm.nih.gov/22942019/>.
License: GPL-3