-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·52 lines (52 loc) · 1.43 KB
/
DESCRIPTION
File metadata and controls
executable file
·52 lines (52 loc) · 1.43 KB
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
Type: Package
Package: misha
Title: Toolkit for Analysis of Genomic Data
Version: 5.6.16
Authors@R: c(
person("Misha", "Hoichman", , "misha@hoichman.com", role = "aut"),
person("Aviezer", "Lifshitz", , "aviezer.lifshitz@weizmann.ac.il", role = c("aut", "cre")),
person("Eitan", "Yaffe", , "eitan.yaffe@weizmann.ac.il", role = "aut"),
person("Amos", "Tanay", , "amos.tanay@weizmann.ac.il", role = "aut"),
person("Weizmann Institute of Science", role="cph")
)
Description: A toolkit for analysis of genomic data. The 'misha' package
implements an efficient data structure for storing genomic data, and
provides a set of functions for data extraction, manipulation and
analysis. Some of the 2D genome algorithms were described in Yaffe and Tanay
(2011) <doi:10.1038/ng.947>.
License: MIT + file LICENSE
URL: https://tanaylab.github.io/misha/, https://github.com/tanaylab/misha
BugReports: https://github.com/tanaylab/misha/issues
Depends:
R (>= 3.0.0)
Imports:
magrittr,
curl,
digest,
ps,
parallel,
utils,
tools,
yaml
Suggests:
data.table,
dplyr,
glue,
knitr,
readr,
rmarkdown,
spelling,
stats,
stringr,
testthat (>= 3.0.0),
tibble,
withr
Config/testthat/edition: 3
Config/testthat/start-first: liftover, multifasta-import
Encoding: UTF-8
Language: en-US
LazyLoad: yes
NeedsCompilation: yes
OS_type: unix
RoxygenNote: 7.3.3
VignetteBuilder: knitr