-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.28 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: MORFEE
Title: Mutation on Open Reading FramE annotation
Version: 0.0.20201124
Authors@R: c(
person(given = "Dylan",
family = "Aïssi",
role = c("aut", "cre"),
email = "dylan.aissi@u-bordeaux.fr",
comment = c(ORCID = "0000-0002-5858-6468")),
person(given = "Omar",
family = "Soukarieh",
role = "aut",
email = "omar.soukarieh@inserm.fr",
comment = c(ORCID = "0000-0003-4923-4353")),
person(given = "David-Alexandre",
family = "Trégouët",
role = "aut",
email = "david-alexandre.tregouet@inserm.fr",
comment = c(ORCID = "0000-0001-9084-7800")))
Description: Annotation of mutation which generate new ATG
From a VCF file annotated by ANNOVAR, MORFEE annotates mutation
which generate new potential start codon (i.e. ATG).
Depends: R (>= 3.6)
License: GPL (>=3)
URL: https://daissi.github.io/MORFEE/
BugReports: https://github.com/daissi/MORFEE/issues
Encoding: UTF-8
LazyData: true
Imports:
stringr,
stringi,
data.table,
VariantAnnotation (>= 1.32.0),
rtracklayer,
Biostrings,
writexl,
readODS,
foreach,
DelayedArray,
R.utils,
GenomicScores,
GenomicRanges
RoxygenNote: 7.1.1
biocViews: GenomeAnnotation