-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
57 lines (57 loc) · 2.37 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
Package: lineagespot
Title: Detection of SARS-CoV-2 lineages in wastewater samples using
next-generation sequencing
Version: 0.99.8
Date: 2021-03-24
Authors@R: c(
person(given = "Nikolaos",
family = "Pechlivanis",
role = c("aut", "cre"),
email = "nikosp41@gmail.com",
comment = c(ORCID = "0000-0003-2502-612X")),
person("Maria", "Tsagiopoulou", email = "-", role = "aut"),
person("Maria Christina", "Maniou", email = "-", role = "aut"),
person("Anastasis", "Togkousidis", email = "-", role = "aut"),
person("Evangelia", "Mouchtaropoulou", email = "-", role = "aut"),
person("Taxiarchis", "Chassalevris", email = "-", role = "aut"),
person("Serafeim", "Chaintoutis", email = "-", role = "aut"),
person("Chrysostomos", "Dovas", email = "-", role = "aut"),
person("Maria", "Petala", email = "-", role = "aut"),
person("Margaritis", "Kostoglou", email = "-", role = "aut"),
person("Thodoris", "Karapantsios", email = "-", role = "aut"),
person("Stamatia", "Laidou", email = "-", role = "aut"),
person("Elisavet", "Vlachonikola", email = "-", role = "aut"),
person("Anastasia", "Chatzidimitriou", email = "-", role = "aut"),
person("Agis", "Papadopoulos", email = "-", role = "aut"),
person("Nikolaos", "Papaioannou", email = "-", role = "aut"),
person("Anagnostis", "Argiriou", email = "-", role = "aut"),
person("Fotis E.", "Psomopoulos", email = "-", role = "aut")
)
Description: Lineagespot is a framework written in R, and aims to identify
SARS-CoV-2 related mutations based on a single (or a list) of variant(s)
file(s) (i.e., variant calling format). The method can facilitate the
detection of SARS-CoV-2 lineages in wastewater samples using next
generation sequencing, and attempts to infer the potential distribution
of the SARS-CoV-2 lineages.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
biocViews: VariantDetection, VariantAnnotation, Sequencing
Imports:
VariantAnnotation,
MatrixGenerics,
SummarizedExperiment,
data.table,
stringr,
httr
Suggests:
BiocStyle,
RefManageR,
rmarkdown,
knitr
URL: https://github.com/BiodataAnalysisGroup/lineagespot
BugReports: https://github.com/BiodataAnalysisGroup/lineagespot/issues
BiocType: Software
VignetteBuilder: knitr