-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
44 lines (44 loc) · 2.61 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
Package: seqminer
Type: Package
Title: Efficiently Read Sequence Data (VCF Format, BCF Format, METAL
Format and BGEN Format) into R
Version: 9.7
Date: 2024-09-30
Authors@R: c(person("Xiaowei", "Zhan", email = "[email protected]", role = c("aut", "cre")),
person("Dajiang", "Liu", email = "[email protected]", role = "aut"),
person("Attractive Chaos", email = "[email protected]", role = "cph", comment = "We have used the following software and made minimal necessary changes: Tabix, Heng Li <[email protected]> (MIT license). We removed standard IO related functions, e.g. printf, fprintf ; also changed its un-safe pointer arithmetics."),
person("Broad Institute / Massachusetts Institute of Technology", role = "cph"),
person("Genome Research Ltd (GRL)", role = "cph"),
person("Facebook, Inc", role = "cph"),
person("D. Richard Hipp", role = "cph"))
Maintainer: Xiaowei Zhan <[email protected]>
Description: Integrate sequencing data (Variant call format, e.g. VCF or BCF) or meta-analysis results in R. This package can help you (1) read VCF/BCF/BGEN files by chromosomal ranges (e.g. 1:100-200); (2) read RareMETAL summary statistics files; (3) read tables from a tabix-indexed files; (4) annotate VCF/BCF files; (5) create customized workflow based on Makefile.
Copyright: We have used the following software and made minimal
necessary changes: tabix, Heng Li <[email protected]> (MIT
license), SQLite (Public Domain), Zstandard (BSD license). For
tabix, we removed standard IO related functions, e.g. printf,
fprintf ; also changed its un-safe pointer arithmetics. For
zstandard, we removed compiler (clang, MSVC) specific
preprocessing flags.
License: GPL | file LICENSE
URL: http://zhanxw.github.io/seqminer/
BugReports: https://github.com/zhanxw/seqminer/issues
Packaged: 2023-11-28 06:37:59 UTC; zhanxw
Repository: CRAN
Suggests: testthat, SKAT
SystemRequirements: C++17, zlib headers and libraries, GNU make,
optionally also bzip2 and POSIX-compliant regex functions.
NeedsCompilation: yes
RoxygenNote: 7.2.3
Encoding: UTF-8
Author: Xiaowei Zhan [aut, cre],
Dajiang Liu [aut],
Attractive Chaos [cph] (We have used the following software and made
minimal necessary changes: Tabix, Heng Li <[email protected]> (MIT
license). We removed standard IO related functions, e.g. printf,
fprintf ; also changed its un-safe pointer arithmetics.),
Broad Institute / Massachusetts Institute of Technology [cph],
Genome Research Ltd (GRL) [cph],
Facebook, Inc [cph],
D. Richard Hipp [cph]
Date/Publication: 2023-11-28 09:10:02 UTC