-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zenodo.json
56 lines (56 loc) · 1.71 KB
/
.zenodo.json
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
{
"title": "drugsens: Automated Analysis of QuPath Output Data and Metadata Extraction",
"description": "A comprehensive R package for analyzing microscopy data output from QuPath software, specifically designed for drug sensitivity analysis in patient-derived cancer models. The package implements the methodology described in Labrosse et al. (2024) for quantifying drug sensitivity in 3D patient-derived ovarian cancer models.",
"upload_type": "software",
"publication_date": "2024-01-27",
"version": "0.1.0",
"language": "eng",
"keywords": [
"R",
"image-analysis",
"microscopy",
"QuPath",
"drug-sensitivity",
"cancer-research",
"ovarian-cancer",
"patient-derived-models",
"bioinformatics",
"data-analysis"
],
"license": "MIT",
"access_right": "open",
"creators": [
{
"name": "Lombardo, Flavio",
"affiliation": "University of Basel & University Hospital Basel",
"orcid": "0000-0002-4853-6838"
}
],
"contributors": [
{
"name": "Coelho, Ricardo",
"type": "Researcher",
"affiliation": "University of Basel & University Hospital Basel"
}
],
"references": [
"Labrosse et al. (2024). Protocol for quantifying drug sensitivity in 3D patient-derived ovarian cancer models. STAR Protocols. doi:10.1016/j.xpro.2024.103274"
],
"related_identifiers": [
{
"identifier": "10.1016/j.xpro.2024.103274",
"relation": "isImplementedBy",
"resource_type": "publication-article"
},
{
"identifier": "https://CRAN.R-project.org/package=drugsens",
"relation": "isSupplementTo",
"resource_type": "software"
}
],
"communities": [
{
"identifier": "ovarian-cancer-research"
}
]
}