-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
14 lines (14 loc) · 1008 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Package: EpiGene
Title: EASY HANDLING OF GENOMES
Version: 1.0
Author@R: person("Furqan", "Awan", email = "[email protected]", role = "aut")
Description: Epi Gene can cluster the whole genomes into 3 categories of core, accessory and unique genes. It can build two types of panmatrixes (i) Binary Panmatrix based on absence and presence of genes. (ii) Panmatrix based on the identity of the sequences. Binary pan-matrix will be used to build a UPMGA tree and heatmap to further describe an evolutionary relationship. While the pan-matrix based on sequence identity can be used for further quantitative analyses.
Depends: R (>= 3.0.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports: tidyr (>= 0.8.1), dplyr (>= 0.7.8), reshape2 (>= 1.4.3), data.table (>= 1.11.8)
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Authors@R: c(person("Furqan", "Awan", email = "[email protected]", role = "cre"), person("Yongjie", "Liu", email = "[email protected]", role = "aut"))