-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1008 Bytes
/
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
Package: isaeditor
Title: Tools to Manipulate ISA-Tab Files
Version: 0.1.1
Authors@R:
person(given = "January",
family = "Weiner",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1438-7819"))
Description:
ISA-Tab (Investigation/Study/Assay (ISA) tab-delimited (TAB) format) is a
general purpose framework for storing complex metadata in omics
applications. It is notoriously hard to manipulate due to the fact that
it is a graph rather than a tab-delimited data frame. The 'isaeditor' package is meant
to facilitate reading, writing, displaying, manipulating, modifying and populating
ISA-Tab files in R.
License: GPL (>= 3)
URL: https://github.com/bihealth/isaeditor/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
colorDF,
crayon,
tibble,
dplyr,
glue,
tidyr,
readr,
magrittr,
methods,
rlang
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3