-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
67 lines (67 loc) · 1.88 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
Package: cogeqc
Title: Systematic quality checks on comparative genomics analyses
Version: 1.7.2
Date: 2022-01-26
Authors@R:
c(
person(given = "Fabrício",
family = "Almeida-Silva",
role = c("aut", "cre"),
email = "fabricio_almeidasilva@hotmail.com",
comment = c(ORCID = "0000-0002-5314-2964")),
person(given = "Yves",
family = "Van de Peer",
role = "aut",
email = "yves.vandepeer@psb.vib-ugent.be",
comment = c(ORCID = "0000-0003-4327-3730"))
)
Description: cogeqc aims to facilitate systematic quality checks on
standard comparative genomics analyses to help researchers detect issues
and select the most suitable parameters for each data set. cogeqc can
be used to asses: i. genome assembly and annotation quality with BUSCOs
and comparisons of statistics with publicly available genomes on the NCBI;
ii. orthogroup inference using a protein domain-based approach and;
iii. synteny detection using synteny network properties. There are also
data visualization functions to explore QC summary statistics.
License: GPL-3
URL: https://github.com/almeidasilvaf/cogeqc
BugReports: https://support.bioconductor.org/t/cogeqc
biocViews:
Software,
GenomeAssembly,
ComparativeGenomics,
FunctionalGenomics,
Phylogenetics,
QualityControl,
Network
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: BUSCO (>= 5.1.3) <https://busco.ezlab.org/>
Imports:
utils,
graphics,
stats,
methods,
reshape2,
ggplot2,
scales,
ggtree,
patchwork,
igraph,
rlang,
ggbeeswarm,
jsonlite,
Biostrings
Depends:
R (>= 4.2.0)
Suggests:
testthat (>= 3.0.0),
sessioninfo,
knitr,
BiocStyle,
rmarkdown,
covr
Config/testthat/edition: 3
VignetteBuilder: knitr