forked from ropensci-archive/infx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.68 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
Package: infx
Title: OpenBIS API Access to the InfectX Data Repository
Version: 0.1.0
Authors@R: person("Nicolas", "Bennett",
email = "nicolas.bennett@stat.math.ethz.ch",
role = c("aut", "cre"))
Description: The Open Source Biology Information System (openBIS) is a general purpose framework for management, annotation and publication of large data sets that arise from biological experiments. By making the JSON-RPC based openBIS API available to R, image-based high throughput screening data as generated by the InfectX/TargetInfectX projects can be browsed, searched and downloaded directly from R. Currently, several kinome-wide RNA interference screens performed on HeLa cells in presence of a selection of bacterial and viral pathogens and using oligo libraries form multiple vendors are available. Further genome-wide screens are forthcoming. The full data obtained from these experiments is accessible, including raw microscopy images, object segmentation masks, single cell feature data generated by CellProfiler and infection scoring data, alongside rich meta data and quality control data.
URL:
https://docs.ropensci.org/infx,
http://www.infectx.ch,
https://www.targetinfectx.ch,
https://labnotebook.ch
BugReports: https://github.com/ropensci/infx/issues
Depends:
R (>= 3.1.0)
Imports:
R.matlab,
jsonlite,
assertthat,
curl,
progress,
crayon,
magick,
base64enc
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 2.0.0),
rlang,
knitr,
rmarkdown,
rvest,
tibble,
ggplot2,
RColorBrewer
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
VignetteBuilder: knitr