forked from eastgenomics/TSO500R
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.23 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
Package: tso500R
Type: Package
Title: Parser For TSO500 Analysis Output Files
Version: 0.1.0
Authors@R:
c(person("Christopher", "Mohr", email = "[email protected]", role = c("aut", "cre")),
person("Alexander", "Peltzer", email = "[email protected]", role = c("ctb")),
person("Sophie", "Paul", email = "[email protected]", role = c("aut")))
Description: TSO500R(eader) is an R package developed for Illumina TSO500 data. It can be used for importing and processing of files produced by the Illumina TSO500 DRAGEN analysis pipeline and the LocalApp.
The package provides different functions for parsing the various output files produced by the Illumina pipelines. This includes the quality control files as well as the analysis outputs. Besides, it offers functionality to integrate the different result types, e.g. small variants and amplifications.
Other features include functions for basic plotting and export functionality for writing `RData` objects or to generate DRAGEN analysis pipeline samplesheets.
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
dplyr,
ggplot2,
janitor,
magrittr,
openxlsx,
purrr,
readr,
stringr,
tidyr