-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
73 lines (73 loc) · 1.98 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Package: echotabix
Type: Package
Title: echoverse module: automated creation and querying of tabix files
Version: 0.99.10
Authors@R:
c(person(given = "Brian",
family = "Schilder",
role = c("cre"),
email = "brian_schilder@alumni.brown.edu",
comment = c(ORCID = "0000-0001-5949-2191")),
person(given = "Jack",
family = "Humphrey",
role = c("aut"),
email = "Jack.Humphrey@mssm.edu",
comment = c(ORCID = "0000-0002-6274-6620")),
person(given = "Towfique",
family = "Raj",
role = c("aut"),
email = "towfique.raj@mssm.edu",
comment = c(ORCID = "0000-0002-9355-5704"))
)
Description: Converts genomic data files to tabix format
(including liftover, sorting, compression, and indexing steps)
with a single function. Retrieves local or remote tabix VCF/tabular files
with helper functions for creating queries from subsets of genomic data
(e.g GWAS/QTL loci, genomic ranges). Multiple methods available
at each step, including wrapper functions for an up-to-date,
`conda`-based installation of `htslib` tools.
URL: https://github.com/RajLabMSSM/echotabix
BugReports: https://github.com/RajLabMSSM/echotabix/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1)
SystemRequirements: Python (>= 3.7.0)
biocViews:
Imports:
echodata,
echoconda,
utils,
R.utils,
tools,
dplyr,
methods,
data.table,
GenomeInfoDb,
IRanges,
GenomicRanges,
Biostrings,
VariantAnnotation,
Rsamtools,
rtracklayer,
MungeSumstats (>= 1.3.14),
BiocManager,
BiocGenerics
Suggests:
markdown,
rmarkdown,
knitr,
BiocStyle,
covr,
testthat (>= 3.0.0),
remotes,
parallel,
badger,
seqminer,
GenomicFiles
Remotes:
github::RajLabMSSM/echodata,
github::RajLabMSSM/echoconda
RoxygenNote: 7.2.3
VignetteBuilder: knitr
License: GPL (>= 3)
Config/testthat/edition: 3