-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcodemeta.json
42 lines (42 loc) · 2.09 KB
/
codemeta.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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "0000-0001-7595-1722",
"@type": "Person",
"email": "opasic@evolbio.mpg.de ",
"name": "Luka Opasic",
"affiliation": "Max-Planck-Institute for Evolutionary Biology, Plön, Germany"
},
{
"@id": "0000-0003-2971-7673",
"@type": "Person",
"affiliation": "Cleveland Clinic: Cleveland, OH, US",
"name": "Jacob G. Scott"
},
{
"@id": "0000-0002-0669-5267",
"@type": "Person",
"affiliation": "Max-Planck-Institute for Evolutionary Biology, Plön, Germany",
"name": "Arne Traulsen"
},
{
"@id": "0000-0002-2579-5546",
"@type": "Person",
"email": "carsten.fortmann-grote@evolbio.mpg.de",
"name": "Carsten Fortmann-Grote",
"affiliation": "Max-Planck-Institute for Evolutionary Biology, Plön, Germany"
}
],
"identifier": "",
"codeRepository": "https://github.com/mpievolbio-scicomp/cancer_sim",
"datePublished": "2020-03-16",
"dateModified": "2020-03-16",
"dateCreated": "2020-03-16",
"description": "Here, we present CancerSim, a software that simulates somatic evolution of tumours. The software produces virtual spatial tumours with variable extent of intratumour genetic heterogeneity and realistic mutational profiles. Simulated tumours can be subjected to multi-region sampling to obtain mutation profiles that are realistic representation of the sequencing data. This makes the software useful for studying various sampling strategies in clinical cancer diagnostics. An early version of this cancer evolution model was used to simulate tumours subjected to sampling for classification of mutations based on their abundance [@Opasic2019]. Target users are scientists working in the field of mathematical oncology and students with interest in studying somatic evolution of cancer.",
"keywords": "stochastic simulation, tumour growth, tumour sampling, cancer biology",
"license": "MIT",
"title": "CancerSim",
"version": "v2.0.1"
}