<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>RegulatoryScienceData.EU</title>
<link>https://regulatorysciencedata.eu/</link>
<atom:link href="https://regulatorysciencedata.eu/index.xml" rel="self" type="application/rss+xml"/>
<description>Introductory description</description>
<generator>quarto-1.9.37</generator>
<lastBuildDate>Sat, 10 Jan 2026 23:00:00 GMT</lastBuildDate>
<item>
  <title>Regulatory documents as Markdown files</title>
  <dc:creator>Ralf Herold</dc:creator>
  <link>https://regulatorysciencedata.eu/posts/emamds/</link>
  <description><![CDATA[ <section id="overview" class="level2" data-number="1"><h2 data-number="1" class="anchored" data-anchor-id="overview">
<span class="header-section-number">1</span> Overview</h2>
<p>Markdown corresponds to semi-structured data, here on medicines, their development and their regulatory assessment. Such data are organised yet not in tabular format and are suitable for applying analysis methods for text and numbers.</p>
<p>This offering contains Markdown files that are continually generated from currently the following types of regulatory documents, automatically obtained at least once a week from <a href="https://www.ema.europa.eu/" class="uri">https://www.ema.europa.eu/</a>:</p>
<ul>
<li>EPAR webpages of all medicinal products for human use</li>
<li>PDF files of all medicinal products for human use
<ul>
<li>Summary of product characteristics</li>
<li>Initial assessment reports</li>
<li>Variation assessment reports</li>
<li>Referral assessment reports</li>
<li>Scientific discussions or conclusions</li>
<li>All authorised presentations</li>
<li>Steps after authorisation</li>
</ul>
</li>
</ul>
<p>To overcome challenges with PDF files (visual markup, sections split over pages, bitmap images), files are converted to Markdown so as to reflect structural markup and to include text recognised in images (OCR). Markdown files are versatile input for various analyses, see examples.</p>
<section id="credits" class="level3" data-number="1.1"><h3 data-number="1.1" class="anchored" data-anchor-id="credits">
<span class="header-section-number">1.1</span> Credits</h3>
<p>The <a href="https://www.ema.europa.eu/en/medicines">EMA</a> is acknowledged as a source of information used here and should also be acknowledged by users.</p>
</section><section id="disclaimer" class="level3" data-number="1.2"><h3 data-number="1.2" class="anchored" data-anchor-id="disclaimer">
<span class="header-section-number">1.2</span> Disclaimer</h3>
<p>The correctness of information in the Markdown files is not guaranteed to be correct. Conversion of and extraction from PDF files and webpages can have errors. Users have to verify the information they use.</p>
<p>When using any Markdown file from this repository or offering, please include the source credits and the citation</p>
<blockquote class="blockquote">
<p>Herold, R. (2026). Regulatory documents as Markdown files [Data set]. https://github.com/rfhb/emamds</p>
</blockquote>
<p>Contact me for additional types of regulatory documents (e.g., nationally authorised medicinal products, paediatric investigation plans, medicines supply shortages, orphan designation), with the use case of interest.</p>
</section></section><section id="repository" class="level2" data-number="2"><h2 data-number="2" class="anchored" data-anchor-id="repository">
<span class="header-section-number">2</span> Repository</h2>
<p>The repository is located at <a href="https://github.com/rfhb/emamds" class="uri">https://github.com/rfhb/emamds</a>. It contains <a href="https://en.wikipedia.org/wiki/Markdown">Markdown files</a> and (in the future) helper scripts. The files in the repository are versioned using <code>git</code>. Users can create a local copy of the repository (<code>git clone ...</code>) and efficiently keep it updated (<code>git pull</code>). The size of the repository is about 1.8 GB, compressed 350 MB, for the more than 15,000 included files. Note the following folder structure of the repository.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode sh code-with-copy"><code class="sourceCode bash"><span id="cb1-1"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">user@machine:~/localdir$</span> tree <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-d</span> emamds</span>
<span id="cb1-2"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">emamds</span></span>
<span id="cb1-3"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">└──</span> en</span>
<span id="cb1-4">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">├──</span> documents</span>
<span id="cb1-5">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── all-authorised-presentations</span>
<span id="cb1-6">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── assessment-report</span>
<span id="cb1-7">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── procedural-steps</span>
<span id="cb1-8">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── procedural-steps-after</span>
<span id="cb1-9">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── product-information</span>
<span id="cb1-10">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── referral</span>
<span id="cb1-11">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── scientific-conclusion</span>
<span id="cb1-12">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── scientific-discussion</span>
<span id="cb1-13">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── scientific-discussion-variation</span>
<span id="cb1-14">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── steps-after-cutoff</span>
<span id="cb1-15">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> └── variation-report</span>
<span id="cb1-16">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">└──</span> medicines</span>
<span id="cb1-17">        <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">└──</span> human</span>
<span id="cb1-18">            <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">└──</span> EPAR</span></code></pre></div></div>
</div>
</section><section id="use-cases" class="level2" data-number="3"><h2 data-number="3" class="anchored" data-anchor-id="use-cases">
<span class="header-section-number">3</span> Use cases</h2>
<p>Here is a first set of example use cases for Markdown files from regulatory documents. The use cases show how to extract sections of interest from Markdown files. These can then be used for aggregations and further analyses.</p>
<p>Such use cases and analyses can be part of regulatory science research based on regulatory documents <span class="citation" data-cites="barbier_new_2025 ladanie_how_2018 papathanasiou_transparency_2016">(Barbier et al. 2025; Ladanie et al. 2018; Papathanasiou et al. 2016)</span>.</p>
<p>The examples also showcase command line tools which allow rapid processing of a large number of documents.</p>
<section id="effects-tables" class="level3" data-number="3.1"><h3 data-number="3.1" class="anchored" data-anchor-id="effects-tables">
<span class="header-section-number">3.1</span> Effects tables</h3>
<p>Get the Effects tables from assessment reports of medicinal products for human use; the result can be saved as a NDJSON file. This example uses <a href="https://github.com/yshavit/mdq/wiki/" class="uri">https://github.com/yshavit/mdq/wiki/</a> and <a href="https://jqlang.org/" class="uri">https://jqlang.org/</a> in shell functions and operations.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb2" style="background: #f1f3f5;"><pre class="sourceCode sh code-with-copy"><code class="sourceCode bash"><span id="cb2-1"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mdqJq()</span> <span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">{</span></span>
<span id="cb2-2">  <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">mdq</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--output</span> json <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'# Effects Table | :-: * :-: '</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">${1}</span> <span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">|</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb2-3">  <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">jq</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--compact-output</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--arg</span> FN <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">${1}</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'{fn: $FN, tbl: [.items[].table.rows[]]}'</span></span>
<span id="cb2-4"><span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">}</span></span>
<span id="cb2-5"><span class="bu" style="color: null;
background-color: null;
font-style: inherit;">export</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-f</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">mdqJq</span></span>
<span id="cb2-6"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">find</span> . <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-name</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'*-assessment-report*_en.md'</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-exec</span> sh <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-c</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'mdqJq "$0"'</span> {} <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\;</span></span></code></pre></div></div>
<div class="cell-output cell-output-stdout">
<pre><code>{"fn":"./zynteglo-epar-public-assessment-report_en.md","tbl":[["Effect","Short Description","Unit","Treatment","Control","Uncertainties/ Strength of evidence","References"],["Favourable Effects","Favourable Effects","Favourable Effects","Favourable Effects","Favourable Effects","Favourable Effects","Favourable Effects"],["Transfusion Independence (TI) for evaluable non- β 0 /β 0 patients","Proportion of patients with a weighted average haemoglobin (Hb) ≥ 9 g/dL without any pRBC transfusions for a continuous period of ≥ 12 months at any time during the study after Zynteglo infusion","n/N (%)","15/19 (79%; 95% CI: 54% to 94%)","NA","longer authorised The single patient in Study HGB-207 who has not achieved TI exhibited a substantial decline from DP VCN to PB VCN, resulting in low HbA T87Q production Study HGB-205 was performed with the base manufacturing process, HGB-204 with the original manufacturing process, HGB-207 with the refined or commercial manufacturing process.","Studies HGB-204, HGB-205, HGB-207, LTF-303."],["Observed duration of TI for non- β 0 /β 0 patients","","min, max","no 12.0+ to 56.3+ months. * median duration of TI not reached","","All non- β 0 /β 0 patients who have achieved TI at any time have maintained their TI status through all Hb assessments. True duration of TI is unknown as follow up time is limited.","Studies HGB-204, HGB-205, HGB-207, LTF-303."],["Transfusion Reduction (TR) in non- β 0 /β 0 patients that did not achieve TI at any time (n=4)","Medicinal % change in annualized transfusion volume from the period from 6 months post- DPI through Month 24 as compared to annualized baseline pretreatment transfusion requirements","%","product -26.8%, -71.4% -86.9%, -100%","NA","Small number of patients","Studies HGB-204, HGB-205, HGB-207."],["Unfavourable Effects","Unfavourable Effects","Unfavourable Effects","Unfavourable Effects","Unfavourable Effects","Unfavourable Effects","Unfavourable Effects"],["AE for all patients with TDT (ITT)","Patients with at Least 1 AE","% (n)","98.2% (n=56)","NA","Limited safety database, contribution of Zynteglo to the overall safety profile cannot be distinguished from that of concomitant treatment/HSCT procedure",""],["Effect","Short Description","Unit","Treatment","Control","Uncertainties/ Strength of evidence","References"],["SAE for all patients with TDT (ITT)","Patients with at Least 1 SAE","% (n)","50.9% (n=29)","NA","Limited safety database, one AE was assessed as possibly related",""],["Common AE for all patients with TDT (ITT)","AEs occurring in at least 50% of patients","%","Thrombocytopenia (82.5%), Anaemia (71.9%), Stomatitis (64.9%), Vomiting (50.9.%), Neutropenia (57.9%), Alopecia (52.6%)","NA","authorised to drug product Limited safety database, contribution of Zynteglo to the overall safety profile cannot be distinguished from that of concomitant treatment/HSCT procedure",""],["Delayed platelet engraftment for all patients with TDT","Time to platelet values ≥ 20 ×10 9 /L on 3 consecutive days","Median, days","41.5 (min 19, max 191).","&lt; 30 days","contribution of Zynteglo to the delayed platelet engraftment remains unexplained",""]]}
{"fn":"./kalydeco-h-c-002494-x-0114-g-epar-assessment-report-extension_en.md","tbl":[["Effect","Short Description","Unit","Treatment ELX/TEZ/IVA","Control -","Uncertainties/ Strength of evidence","References"],["Favourable Effects","Favourable Effects","Favourable Effects","Favourable Effects","Favourable Effects","Favourable Effects","Favourable Effects"],["SwCl","Change 0-24 wks LS mean (95% CI) from baseline","Mmol/l","-57.9 (-61.3, - 54.6)","-","Unc : open-label, single-arm trial","Study 111"],["LCI2.5","Change 0-24 wks LS mean (95% CI) from baseline","number","-0.83 (-1.02, - 0.66)","","Unc : open-label, single-arm trial","Study 111"],["PEx","Event rate/year","number","0.32","-","Unc : open-label, single-arm trial Unc : 24 week trial","Study 111"],["Unfavourable Effects","Unfavourable Effects","Unfavourable Effects","Unfavourable Effects","Unfavourable Effects","Unfavourable Effects","Unfavourable Effects"],["Elevated Transaminase Events","Events of increased transaminases (Part B)","%","10.7%","-","Unc : Open-label, single arm study,","Study 111"],["Rash","Events (Part B)","%","20.0%","-","Unc : Open-label, single arm study","Study 111"]]}
{"fn":"./abecma-epar-public-assessment-report_en.md","tbl":[["Effect","Short Description","Treatment","Result","Uncertainties/ Strength of evidence"],["Favourable effects","Favourable effects","Favourable effects","Favourable effects","Favourable effects"],["ORR (%)","Percentage of subjects who achieved PR or better as assessed by an IRC according to IMWG uniform response criteria for multiple myeloma.","150 x 10 6 CAR+T cells n=4 300 x 10 6 CAR+T cells n=70 450 x 10 6 CAR+T cells n=54 150-450 x 10 6 CAR+T cells n=128 Ide-cel treated pop. Enrolled pop. n= 140","2 (50.0%) 48 (68.6%) 44 (81.5%) 94 (73.4%) (95% CI: 65.8, 81.1) * 94 (67.1%) (95% CI: 59.4, 74.9)","No control arm. Patients were not randomised to the different dose cohorts. *p &lt; 0.0001, 1- sample binomial test rejecting the null hypothesis of ≤ 50% for ORR [and ≤ 10% for CR rate]"],["CR (%)","Percentage of subjects who achieved CR or sCR as assessed by an IRC according to IMWG uniform response criteria for multiple myeloma.","150-450 x 106 CAR+T cells n=128 Ide-cel treated pop. Enrolled pop.","42 (32.8%)* (95% CI 24.7, 40.9) 42 (30.0%)",""],["DOR, (median, months) -EMA censoring","Time from first documentation of response of PR or better to first documentation of disease progression or death from any cause, whichever occurred first.","150-450 x 10 6 CAR+T cells n=128 Idecel treated pop. Enrolled pop. n= 140","10.6 (95% CI 8.0, 11.4) 10.6 (95% CI 8.0, 11.4)",""],["Effect","Short Description","Treatment","Result","Uncertainties/ Strength of evidence"],["Favourable effects","Favourable effects","Favourable effects","Favourable effects","Favourable effects"],["CRS","","150 - 450 x 10 6 CAR+T cells N=184","81.0% Grade ≥ 5.4 %","Few subjects with dose 150 x 10 6 CAR+T cells"],["Neurologic toxicity - 'focused'","","150 x 450 10 6 CAR+T cells N=184","41.8%","Few subjects with dose 150 x 10 6 CAR+T cells"],["Neurologic toxicity - 'broad'","","150-450 x 10 6 CAR+T cells N=184","73.4%","Two other ways of recording neurotoxicity have been used"],["Cytopenias","","150 - 450 x 10 6 CAR+T cells n=184","95.7% Grade ≥ 3: 95.1%","Few subjects with dose 150 x 10 6 CAR+T cells"],["Infections","","150 - 450 x 10 6 CAR+T cells n=184","71.2% Grade ≥ 3: 23.4%","Few subjects with dose 150 x 10 6 CAR+T cells"],["Secondary malignancy","","150 - 450 x 10 6 CAR+T cells n=184","8.7%",""]]}</code></pre>
</div>
</div>
<p>The output can directly be converted into tables and be analysed (not shown).</p>
</section><section id="indications" class="level3" data-number="3.2"><h3 data-number="3.2" class="anchored" data-anchor-id="indications">
<span class="header-section-number">3.2</span> Indications</h3>
<p>Get the therapeutic indications in Summary of product characteristics. The example uses <a href="https://mqlang.org/" class="uri">https://mqlang.org/</a> and <a href="https://jqlang.org/" class="uri">https://jqlang.org/</a> in shell functions and operations.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb4" style="background: #f1f3f5;"><pre class="sourceCode sh code-with-copy"><code class="sourceCode bash"><span id="cb4-1"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">mq</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--aggregate</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'</span></span>
<span id="cb4-2"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">import "section"</span></span>
<span id="cb4-3"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">| nodes | section::split(1) + section::split(2) + section::split(3)</span></span>
<span id="cb4-4"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">| section::title_match("herapeutic indic")</span></span>
<span id="cb4-5"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">| self[0]["children"]</span></span>
<span id="cb4-6"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">| try: join(self, "\\n\\n") catch: ""</span></span>
<span id="cb4-7"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">| gsub(self, "&lt;div style=\\\\\"page-break-after: always\\\\\"&gt;&lt;/div&gt;", "")</span></span>
<span id="cb4-8"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">| let pn = gsub(s"${__FILE__}", "-epar-product-information_en[.]md", "")</span></span>
<span id="cb4-9"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">| s"\{ \"productName\": \"${pn}\", \"section41\": \"${self}\" \}"</span></span>
<span id="cb4-10"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'</span> <span class="pp" style="color: #AD0000;
background-color: null;
font-style: inherit;">*</span>-epar-product-information_en<span class="pp" style="color: #AD0000;
background-color: null;
font-style: inherit;">[</span><span class="ss" style="color: #20794D;
background-color: null;
font-style: inherit;">.</span><span class="pp" style="color: #AD0000;
background-color: null;
font-style: inherit;">]</span>md <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb4-11"><span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">|</span> <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">jq</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--compact-output</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'.'</span></span></code></pre></div></div>
<div class="cell-output cell-output-stdout">
<pre><code>{"productName":"abevmy","section41":"Abevmy in combination with fluoropyrimidine-based chemotherapy is indicated for treatment of adult patients with metastatic carcinoma of the colon or rectum.\n\nAbevmy in combination with paclitaxel is indicated for first-line treatment of adult patients with metastatic breast cancer. For further information as to human epidermal growth factor receptor 2 (HER2) status, please refer to section 5.1.\n\nAbevmy in combination with capecitabine is indicated for first-line treatment of adult patients with metastatic breast cancer in whom treatment with other chemotherapy options including taxanes or anthracyclines is not considered appropriate. Patients who have received taxane and anthracyclinecontaining regimens in the adjuvant setting within the last 12 months should be excluded from treatment with Abevmy in combination with capecitabine. For further information as to HER2 status, please refer to section 5.1.\n\nAbevmy, in addition to platinum-based chemotherapy, is indicated for first-line treatment of adult patients with unresectable advanced, metastatic or recurrent non-small cell lung cancer other than predominantly squamous cell histology.\n\n\n\nAbevmy, in combination with erlotinib, is indicated for first-line treatment of adult patients with unresectable advanced, metastatic or recurrent non-squamous non-small cell lung cancer with Epidermal Growth Factor Receptor (EGFR) activating mutations (see section 5.1).\n\nAbevmy in combination with interferon alfa-2a is indicated for first line treatment of adult patients with advanced and/or metastatic renal cell cancer.\n\nAbevmy, in combination with carboplatin and paclitaxel is indicated for the front-line treatment of adult patients with advanced (International Federation of Gynecology and Obstetrics [FIGO] stages III B, III C and IV) epithelial ovarian, fallopian tube, or primary peritoneal cancer (see section 5.1).\n\nAbevmy, in combination with carboplatin and gemcitabine or in combination with carboplatin and paclitaxel, is indicated for treatment of adult patients with first recurrence of platinum-sensitive epithelial ovarian, fallopian tube or primary peritoneal cancer who have not received prior therapy with bevacizumab or other VEGF inhibitors or VEGF receptor -targeted agents.\n\nAbevmy in combination with paclitaxel, topotecan, or pegylated liposomal doxorubicin is indicated for the treatment of adult patients with platinum-resistant recurrent epithelial ovarian, fallopian tube, or primary peritoneal cancer who received no more than two prior chemotherapy regimens and who have not received prior therapy with bevacizumab or other VEGF inhibitors or VEGF receptor -targeted agents (see section 5.1).\n\nAbevmy, in combination with paclitaxel and cisplatin or, alternatively, paclitaxel and topotecan in patients who cannot receive platinum therapy, is indicated for the treatment of adult patients with persistent, recurrent, or metastatic carcinoma of the cervix (see section 5.1)."}
{"productName":"zytiga","section41":"ZYTIGA is indicated with prednisone or prednisolone for:\n\n-  the treatment of newly diagnosed high risk metastatic hormone sensitive prostate cancer (mHSPC) in adult men in combination with androgen deprivation therapy (ADT) (see section 5.1)\n\n-  the treatment of metastatic castration resistant prostate cancer (mCRPC) in adult men who are asymptomatic or mildly symptomatic after failure of androgen deprivation therapy in whom chemotherapy is not yet clinically indicated (see section 5.1)\n\n-  the treatment of mCRPC in adult men whose disease has progressed on or after a docetaxel-based chemotherapy regimen."}</code></pre>
</div>
</div>
<p>The output can be written as a NDJSON file and could be used for an RAG approach, for example (not shown).</p>
</section><section id="clinical-efficacy" class="level3" data-number="3.3"><h3 data-number="3.3" class="anchored" data-anchor-id="clinical-efficacy">
<span class="header-section-number">3.3</span> Clinical efficacy</h3>
<p>Get the description and discussion of data on clinical efficacy, working here around the issue that heading levels cannot be readily identified automatically in assessment reports, in particular in older reports or where visual instead of structural markup has been used in reports. Thus, starting from the section <em>Clinical efficacy</em>, all sections up to and excluding the <em>Clinical safety</em> section are extracted; these two section headers have been stable over time.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb6" style="background: #f1f3f5;"><pre class="sourceCode sh code-with-copy"><code class="sourceCode bash"><span id="cb6-1"><span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">for</span> thisMd <span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">in</span> <span class="pp" style="color: #AD0000;
background-color: null;
font-style: inherit;">*</span>-assessment-report<span class="pp" style="color: #AD0000;
background-color: null;
font-style: inherit;">*</span>_en.md<span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">;</span> <span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">do</span></span>
<span id="cb6-2">  <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">mq</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'</span></span>
<span id="cb6-3"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">    import "section"</span></span>
<span id="cb6-4"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">    | nodes </span></span>
<span id="cb6-5"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">    | var scts = section::split(1) + section::split(2)</span></span>
<span id="cb6-6"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">    | var out = []</span></span>
<span id="cb6-7"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">    | foreach (sct, scts): </span></span>
<span id="cb6-8"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">        var stt = section::title(sct) |</span></span>
<span id="cb6-9"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">        if (test(stt, "Clinical safety")): break</span></span>
<span id="cb6-10"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">        if (or(test(stt, "Clinical efficacy"), out != [])): out = out + sct</span></span>
<span id="cb6-11"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">    end</span></span>
<span id="cb6-12"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">    section::collect(out)</span></span>
<span id="cb6-13"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  '</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">${thisMd}</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb6-14">  <span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">|</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">sed</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'s/\s*&lt;div style=\\"page-break-after: always\\"&gt;&lt;\/div&gt;//g'</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb6-15">  <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&gt;</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">${thisMd</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">%</span>-epar(|-public)-assessment-report<span class="pp" style="color: #AD0000;
background-color: null;
font-style: inherit;">*</span>_en.md<span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">}</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">_clinical_efficacy.md"</span> </span>
<span id="cb6-16"><span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">done</span></span>
<span id="cb6-17"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">wc</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-l</span> <span class="pp" style="color: #AD0000;
background-color: null;
font-style: inherit;">*</span>_clinical_efficacy.md</span></code></pre></div></div>
<div class="cell-output cell-output-stdout">
<pre><code>    1514 abecma-epar-public-assessment-report_en.md_clinical_efficacy.md
     835 kalydeco-h-c-002494-x-0114-g-epar-assessment-report-extension_en.md_clinical_efficacy.md
     989 zynteglo-epar-public-assessment-report_en.md_clinical_efficacy.md
    3338 total</code></pre>
</div>
</div>
<p>The extract is written into new Markdown files, which can be used as input to language models. The example uses <a href="https://mqlang.org/" class="uri">https://mqlang.org/</a> in shell operations.</p>
</section><section id="metadata-analysis" class="level3" data-number="3.4"><h3 data-number="3.4" class="anchored" data-anchor-id="metadata-analysis">
<span class="header-section-number">3.4</span> Metadata analysis</h3>
<p>Explore metadata about regulatory documents. The example uses <a href="https://mikefarah.gitbook.io/yq" class="uri">https://mikefarah.gitbook.io/yq</a> and <a href="https://www.r-project.org/" class="uri">https://www.r-project.org/</a>, and it models the number of pages per second of time needed for their conversion.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb8" style="background: #f1f3f5;"><pre class="sourceCode sh code-with-copy"><code class="sourceCode bash"><span id="cb8-1"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">find</span> . <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-type</span> f <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-name</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"*report*md"</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-exec</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb8-2">yq <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--front-matter</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"extract"</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--indent</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span>0 <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--output-format</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"json"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb8-3">  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'{"time": .processing_time, "pages": .document_pages}'</span> {} <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\;</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb8-4">  <span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">|</span> <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">Rscript</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-e</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb8-5">  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"jsonlite::stream_in(file('stdin'), verbose = FALSE) |&gt; lm()"</span></span></code></pre></div></div>
<div class="cell-output cell-output-stdout">
<pre><code>
Call:
lm(formula = jsonlite::stream_in(file("stdin"), verbose = FALSE))

Coefficients:
(Intercept)        pages  
    -126.75         1.96  </code></pre>
</div>
</div>
</section></section><section id="technical-aspects" class="level2" data-number="4"><h2 data-number="4" class="anchored" data-anchor-id="technical-aspects">
<span class="header-section-number">4</span> Technical aspects</h2>
<p>This offering is based on consecutive steps:</p>
<ul>
<li>obtaining medicines spreadsheet, select links to recent updates</li>
<li>mirroring efficiently with <code>wget2</code> PDF files and webpages</li>
<li>setting file dates and times of webpages from their metadata</li>
<li>converting updates using <code>docling</code> to Markdown</li>
<li>adding YAML with metadata to Markdown files</li>
<li>adding, committing and pushing into the repository</li>
</ul>
<section id="mirror-using-wget2" class="level3" data-number="4.1"><h3 data-number="4.1" class="anchored" data-anchor-id="mirror-using-wget2">
<span class="header-section-number">4.1</span> Mirror using wget2</h3>
<p>File ‘emaepars.links’ contains one hyperlink per line, one for each EPAR webpage; the links can be obtained from <a href="https://www.ema.europa.eu/en/medicines/download-medicine-data#medicines-69047">EMA</a>.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb10" style="background: #f1f3f5;"><pre class="sourceCode sh code-with-copy"><code class="sourceCode bash"><span id="cb10-1"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">wget2</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-2">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--accept-regex</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'^.+/en/documents/(all-auth|scientific-[dc]|steps|assessment|procedur|variation|referral|product).+_en[.]pdf$'</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-3">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--adjust-extension</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-4">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--filter-urls</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-5">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--header</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Accept: text/html"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-6">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--ignore-tags</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span>img,link,script <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-7">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--input-file</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'emaepars.links'</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-8">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--max-threads</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span>10 <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-9">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--mirror</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-10">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--no-follow-sitemaps</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-11">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--random-wait</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-12">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--retry-on-http-error</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span>429 <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-13">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--robots</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-14">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--stats-site</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span>csv:emaeparsstats.csv <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-15">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--tries</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span>20 <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-16">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--wait</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span>3 <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb10-17">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">--waitretry</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span>150</span></code></pre></div></div>
</div>
<p>This will create the folder “www.ema.europa.eu” with the following subfolder structure.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb11" style="background: #f1f3f5;"><pre class="sourceCode sh code-with-copy"><code class="sourceCode bash"><span id="cb11-1"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">user@machine:~/localdir$</span> tree <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-d</span> www<span class="pp" style="color: #AD0000;
background-color: null;
font-style: inherit;">*</span></span>
<span id="cb11-2"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">www.ema.europa.eu</span></span>
<span id="cb11-3"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">└──</span> en</span>
<span id="cb11-4">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">├──</span> documents</span>
<span id="cb11-5">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── all-authorised-presentations</span>
<span id="cb11-6">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── assessment-report</span>
<span id="cb11-7">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── procedural-steps</span>
<span id="cb11-8">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── procedural-steps-after</span>
<span id="cb11-9">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── product-information</span>
<span id="cb11-10">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── referral</span>
<span id="cb11-11">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── scientific-conclusion</span>
<span id="cb11-12">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── scientific-discussion</span>
<span id="cb11-13">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── scientific-discussion-variation</span>
<span id="cb11-14">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> ├── steps-after-cutoff</span>
<span id="cb11-15">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">│&nbsp;&nbsp;</span> └── variation-report</span>
<span id="cb11-16">    <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">└──</span> medicines</span>
<span id="cb11-17">        <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">└──</span> human</span>
<span id="cb11-18">            <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">└──</span> EPAR</span></code></pre></div></div>
</div>
</section><section id="correcting-timestamps" class="level3" data-number="4.2"><h3 data-number="4.2" class="anchored" data-anchor-id="correcting-timestamps">
<span class="header-section-number">4.2</span> Correcting timestamps</h3>
<p>Above, <code>wget2</code> saves HTML files from EPAR webpages, but timestamps these to the time of saving, which prevents using times for identifying recent updates for conversion. Thus, the following R pseudo-code shows how to get metadata and use it to set the file timestamp.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb12" style="background: #f1f3f5;"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># find HTML files</span></span>
<span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/list.files.html">dir</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>  path <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">mirrorPrefix</span>,</span>
<span>  pattern <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"[.]html$"</span>,</span>
<span>  recursive <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">TRUE</span>,</span>
<span>  full.names <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">TRUE</span></span>
<span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># get content modification time from HTML files</span></span>
<span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">rvest</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="http://xml2.r-lib.org/reference/read_xml.html">read_html</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">rvest</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rvest.tidyverse.org/reference/html_element.html">html_elements</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    xpath <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'/html/head/meta[@property="article:modified_time"]'</span></span>
<span>    <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># for some, not-yet-modified HTML files use</span></span>
<span>    <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># '/html/head/meta[@property="article:published_time"]'</span></span>
<span>  <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">rvest</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rvest.tidyverse.org/reference/html_attr.html">html_attr</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"content"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># e.g. "2017-09-20T13:54:00+0200"</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">lubridate</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://lubridate.tidyverse.org/reference/as_date.html">as_datetime</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># set date and time of files</span></span>
<span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/Sys.setFileTime.html">Sys.setFileTime</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span></code></pre></div></div>
</div>
</section><section id="convert-with-docling" class="level3" data-number="4.3"><h3 data-number="4.3" class="anchored" data-anchor-id="convert-with-docling">
<span class="header-section-number">4.3</span> Convert with docling</h3>
<p>For docling, see <a href="https://docling-project.github.io/docling/" class="uri">https://docling-project.github.io/docling/</a>; for the docling API server details, see <a href="https://github.com/docling-project/docling-serve/blob/main/docs/configuration.md" class="uri">https://github.com/docling-project/docling-serve/blob/main/docs/configuration.md</a>. These settings were used on Apple Silicon.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb13" style="background: #f1f3f5;"><pre class="sourceCode sh code-with-copy"><code class="sourceCode bash"><span id="cb13-1"><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">DOCLING_SERVE_MAX_SYNC_WAIT</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span>600 <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb13-2"><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">DOCLING_NUM_THREADS</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span>16 <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb13-3"><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">DOCLING_PERF_PAGE_BATCH_SIZE</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span>8 <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb13-4"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">docling-serve</span> run</span></code></pre></div></div>
</div>
<p>For client use of the docling API, see <a href="https://github.com/docling-project/docling-serve/blob/main/docs/usage.md" class="uri">https://github.com/docling-project/docling-serve/blob/main/docs/usage.md</a>. Note the source and target file and folder specifications. Also note that “emamds” is the folder that contains the repository <a href="https://github.com/rfhb/emamds" class="uri">https://github.com/rfhb/emamds</a> as created using <code>git clone ...</code> (see repository and the output of <code>tree</code> above).</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb14" style="background: #f1f3f5;"><pre class="sourceCode sh code-with-copy"><code class="sourceCode bash"><span id="cb14-1"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">curl</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-sS</span> <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-X</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'POST'</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-2">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-F</span> files=<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"@www.ema.europa.eu/en/documents/assessment-report/tepezza-epar-public-assessment-report_en.pdf"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-3">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-F</span> do_ocr=<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"true"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-4">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-F</span> do_table_structure=<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"true"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-5">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-F</span> force_ocr=<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"false"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-6">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-F</span> image_export_mode=<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"placeholder"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-7">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-F</span> include_images=<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"true"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-8">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-F</span> md_page_break_placeholder=<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'&lt;div style="page-break-after: always"&gt;&lt;/div&gt;'</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-9">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-F</span> ocr_engine=<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"rapidocr"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-10">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-F</span> ocr_lang=<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"en"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-11">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-F</span> pdf_backend=<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"dlparse_v4"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-12">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-F</span> pipeline=<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"standard"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-13">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-F</span> table_mode=<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"accurate"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-14">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-F</span> table_cell_matching=<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"true"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-15">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">-F</span> to_formats=<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"md"</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\</span></span>
<span id="cb14-16">  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'http://localhost:5001/v1/convert/file'</span> <span class="dt" style="color: #AD0000;
background-color: null;
font-style: inherit;">\ </span></span>
<span id="cb14-17"><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&gt;</span> emamds/en/documents/assessment-report/tepezza-epar-public-assessment-report_en.md</span></code></pre></div></div>
</div>
</section><section id="add-yaml-header" class="level3" data-number="4.4"><h3 data-number="4.4" class="anchored" data-anchor-id="add-yaml-header">
<span class="header-section-number">4.4</span> Add YAML header</h3>
<p>Markdown files need to be started with a YAML header that includes the following information. The <code>docling_version</code> list is obtained from the API endpoint <code>http://localhost:5001/version</code>.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb15" style="background: #f1f3f5;"><pre class="sourceCode sh code-with-copy"><code class="sourceCode bash"><span id="cb15-1"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">document_datetime:</span> 2026-01-10 11:55:33.574005</span>
<span id="cb15-2"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">document_pages:</span> 33</span>
<span id="cb15-3"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">document_pathfilename:</span> www.ema.europa.eu/en/documents/procedural-steps-after/foclivia-epar-procedural-steps-taken-scientific-information-after-authorisation-archive_en.pdf</span>
<span id="cb15-4"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">document_name:</span> foclivia-epar-procedural-steps-taken-scientific-information-after-authorisation-archive_en.pdf</span>
<span id="cb15-5"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">version:</span> success</span>
<span id="cb15-6"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">processing_time:</span> 17.5662868</span>
<span id="cb15-7"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">conversion_datetime:</span> 2026-01-10 11:57:58.57619</span>
<span id="cb15-8"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">docling_version:</span></span>
<span id="cb15-9">  <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">docling-serve:</span> 1.9.0</span>
<span id="cb15-10">  <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">docling-jobkit:</span> 1.8.1</span>
<span id="cb15-11">  <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">docling:</span> 2.67.0</span>
<span id="cb15-12">  <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">docling-core:</span> 2.58.0</span>
<span id="cb15-13">  <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">docling-ibm-models:</span> 3.10.3</span>
<span id="cb15-14">  <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">docling-parse:</span> 4.7.2</span>
<span id="cb15-15">  <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">python:</span> cpython-313 <span class="er" style="color: #AD0000;
background-color: null;
font-style: inherit;">(</span><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">3.13.11</span><span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">)</span></span>
<span id="cb15-16">  <span class="ex" style="color: null;
background-color: null;
font-style: inherit;">plaform:</span> macOS-26.2-arm64-arm-64bit-Mach-O</span></code></pre></div></div>
</div>
</section><section id="update-repository" class="level3" data-number="4.5"><h3 data-number="4.5" class="anchored" data-anchor-id="update-repository">
<span class="header-section-number">4.5</span> Update repository</h3>
<p>Use conventional commands to update a user’s copy of the source repository. Preferably one commit corresponds to one Markdown file added or updated.</p>
<ul>
<li><code>git add &lt;single Markdown file&gt;</code></li>
<li><code>git commit -m "fileName: &lt;...&gt;\nfileDateTime: &lt;...&gt;</code></li>
<li><code>git push</code></li>
</ul></section></section><section id="contributing" class="level2" data-number="5"><h2 data-number="5" class="anchored" data-anchor-id="contributing">
<span class="header-section-number">5</span> Contributing</h2>
<p>In the future, to update the source repository, <code>pull</code> requests (PRs) may be accepted if users generate Markdown files following the guidance as per the technical aspects described above; scripts that users can use for these steps will be added to the repository shortly.</p>
<!--
### Linting (optional) {.numbered}

Not done 

See <https://github.com/markdownlint/markdownlint/blob/main/docs/configuration.md>
and <https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md>


::: {.cell}

```{.r .cell-code}
# markdownlint --fix --disable MD013 MD024 MD029 -- tepezza.md
```
:::

-->



</section><div id="quarto-appendix"><section class="quarto-appendix-contents" id="quarto-bibliography"><h2 class="anchored quarto-appendix-heading">References</h2><div id="refs" class="references csl-bib-body hanging-indent">
<div id="ref-barbier_new_2025" class="csl-entry">
Barbier, Liese, Pierpaolo Moscariello, Hubert G. Leufkens, Ralf Herold, and Anna Maria Gerdina Pasmooij. 2025. <span>“A New <span>European</span> Platform for Advancing Regulatory Science Research.”</span> <em>Nature Reviews Drug Discovery</em>, ahead of print, February. <a href="https://doi.org/10.1038/d41573-025-00024-y">https://doi.org/10.1038/d41573-025-00024-y</a>.
</div>
<div id="ref-ladanie_how_2018" class="csl-entry">
Ladanie, Aviv, Hannah Ewald, Benjamin Kasenda, and Lars G. Hemkens. 2018. <span>“How to Use <span>FDA</span> Drug Approval Documents for Evidence Syntheses.”</span> <em>BMJ</em> 362 (July): k2815. <a href="https://doi.org/10.1136/bmj.k2815">https://doi.org/10.1136/bmj.k2815</a>.
</div>
<div id="ref-papathanasiou_transparency_2016" class="csl-entry">
Papathanasiou, Peter, Laurent Brassart, Paul Blake, et al. 2016. <span>“Transparency in Drug Regulation: Public Assessment Reports in <span>Europe</span> and <span>Australia</span>.”</span> <em>Drug Discovery Today</em> 21 (11): 1806–13. <a href="https://doi.org/10.1016/j.drudis.2016.06.025">https://doi.org/10.1016/j.drudis.2016.06.025</a>.
</div>
</div></section></div> ]]></description>
  <category>procedures</category>
  <category>documents</category>
  <category>code</category>
  <guid>https://regulatorysciencedata.eu/posts/emamds/</guid>
  <pubDate>Sat, 10 Jan 2026 23:00:00 GMT</pubDate>
  <media:content url="https://regulatorysciencedata.eu/posts/emamds/emamds.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>Inspect data of a clinical trial</title>
  <dc:creator>Ralf Herold</dc:creator>
  <link>https://regulatorysciencedata.eu/posts/trialdata/</link>
  <description><![CDATA[ 






<section id="overview" class="level2">
<h2 class="anchored" data-anchor-id="overview">Overview</h2>
<p>This webapp serves to explore the structure, field names and values of a <em>single</em> trial from one of the registers. It is based on function <code>ctrShowOneTrial()</code> in the <code>R</code> package <a href="../../posts/ctrdata/">ctrdata</a>, which provides an interactive widget such as below. In the webapp, any trial identifier can be specified in the text box or as parameter <code>id</code> such as in <a href="https://regulatorysciencedata.eu/shiny/clinicaltrials/?id=2023-508397-29-00" class="uri">https://regulatorysciencedata.eu/shiny/clinicaltrials/?id=2023-508397-29-00</a>.</p>
<p>The search covers both field names and field values. However, only those fields are shown which are retrievable from the register at the time; that is, fields without a value for the particular trial cannot be retrieved and are not shown. For many trials, registers acquire further data over time, including results. On historic versions, see <a href="https://rfhb.github.io/ctrdata/articles/ctrdata_summarise.html?q=historic#historic-versions-of-trial-records-and-changes-in-sample-sizes">here</a>.</p>
</section>
<section id="webapp" class="level2">
<h2 class="anchored" data-anchor-id="webapp">Webapp</h2>
<p><a href="../../shiny/clinicaltrials/">Maximise</a></p>
<div class="iframebg"><iframe src="../../shiny/clinicaltrials/" style="border: none; width: 100%; height: 800px" frameborder="0">
</iframe></div>


</section>

 ]]></description>
  <category>trials</category>
  <category>tools</category>
  <guid>https://regulatorysciencedata.eu/posts/trialdata/</guid>
  <pubDate>Sat, 11 Oct 2025 22:00:00 GMT</pubDate>
  <media:content url="https://regulatorysciencedata.eu/posts/trialdata/ctrdata-ctrshowonetrial.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>Cancer medicines for children</title>
  <dc:creator>Ralf Herold</dc:creator>
  <link>https://regulatorysciencedata.eu/posts/cancermedicineschildren/</link>
  <description><![CDATA[ <p>This list is limited to anti-cancer medicines that are centrally authorised in the European Union for children with a cancer (or a progressive neoplastic disease), see <a href="https://www.ema.europa.eu/en/search?sort_bef_combine=field_ema_computed_date_field_DESC&amp;f%5B0%5D=ema_medicine_bundle%3Aema_medicine&amp;f%5B1%5D=ema_search_categories%3A83">EMA</a>. At this time, no comment is provided here on the degree of innovation, on the clinical utility, on treatment guidelines or on how often the medicines are used to treat children with cancer.</p>
<p>For cancer and other medicines that may be authorised for children, see our automatically updated webapp <a href="../../shiny/emaepars/?_state_id_=065b0a41ced67ca3">here</a>. For FDA-approved medicines for the treatment of paediatric cancers, see this <a href="https://www.fda.gov/about-fda/oncology-center-excellence/pediatric-oncology-drug-approvals">FDA page</a> (98 medicines as of 2025-10-12). For trials in children of cancer medicines authorised in adults, see the analysis in our <a href="../../posts/cancertrialschildren/">post</a>.</p>
<p>Table last updated: 2025-10-18 (39 rows). Not included: nationally authorised and supportive medicines (such as Pedmarqsi, authorised on 2023-05-26, indication: prevention of ototoxicity induced by cisplatin chemotherapy in patients 1 month to less than 18 years of age with a localised, non-metastatic, solid tumour).</p>
<div class="cell">
<div class="cell-output-display">
<div class="datatables html-widget html-fill-item" id="htmlwidget-769d41170e1ee8c8028a" style="width:100%;height:auto;"></div>
<script type="application/json" data-for="htmlwidget-769d41170e1ee8c8028a">{"x":{"style":"bootstrap4","filter":"none","vertical":false,"extensions":["Buttons"],"data":[["39","38","37","36","35","34","33","32","31","30","29","28","27","26","25","24","23","22","21","20","19","18","17","16","15","14","13","12","11","10","9","8","7","6","5","4","3","2","1"],["vorasidenib","mirdametinib","repotrectinib","bosutinib","trametinib (Spexotras)","dabrafenib","crisantaspase","nivolumab","tabelecleucel","crizotinib","relatlimab / nivolumab","selumetinib","pembrolizumab","selpercatinib","melphalan","entrectinib","rituximab","larotrectinib","treosulfan","blinatumomab","tisagenlecleucel","dasatinib","gemtuzumab ozogamicin","ipilimumab","nilotinib","dinutuximab beta","methotrexate","vandetanib","recombinant asparaginase","pegaspargase","denosumab","mercaptopurine","thiotepa","mifamurtide","nelarabine","imatinib","clofarabine","busulfan","temozolomide"],["2025-09-17","2025-07-17","2025-01-13","2013-03-27","2024-01-05","2023-11-15","2023-09-15","2015-06-19","2022-12-16","2012-10-23","2022-09-15","2021-06-17","2015-07-17","2021-02-11","2020-11-16","2020-07-31","1998-06-02","2019-09-19","2019-06-20 (Trecandi)","2015-11-22","2018-08-22","2006-11-20","2018-04-18","2011-07-13","2007-11-19","2017-05-08","2017-03-28","2012-02-17","2016-01-14","2016-01-14","2011-07-13","2012-08-03","2010-03-15","2009-06-03","2007-08-22","2001-11-07","2006-05-29","2003-07-09","1999-01-26"],["2025-09-17","2025-07-17","2025-01-13","2025-06-02","2024-01-05","2023-11-15","2023-09-15","2023-08-21","2022-12-16","2022-10-28","2022-09-15","2021-06-17","2021-03-09","2021-02-11","2020-11-16","2020-07-31","2020-03-03","2019-09-19","2019-06-20","2018-08-23","2018-08-22","2018-07-02 (CML)\n2018-12-13 (ALL)","2018-04-18","2018-01-18","2017-11-15","2017-05-08","2017-03-28","2016-12-16","2016-01-14","2016-01-14","2014-07-24","2012-08-03","2010-03-15","2009-06-03","2007-08-22","2006-09-13 (CML)\n2013-06-27 (ALL)","2006-05-29","2005-07-27","1999-01-26"],["Voranigo as monotherapy is indicated for the treatment of predominantly non-enhancing Grade 2 astrocytoma or oligodendroglioma with an IDH1 R132 or IDH2 R172 mutation in adult and adolescent patients aged 12 years and older and weighing at least 40 kg who only had surgical intervention and are not in immediate need of radiotherapy or chemotherapy (see section 5.1).","Ezmekly as monotherapy is indicated for the treatment of symptomatic, inoperable plexiform neurofibromas (PN) in paediatric and adult patients with neurofibromatosis type 1 (NF1) aged 2 years and above.","AUGTYRO as monotherapy is indicated for the treatment of adult and paediatric patients 12 years of age and older with advanced solid tumours expressing a NTRK gene fusion, and who have received a prior NTRK inhibitor, or have not received a prior NTRK inhibitor and treatment options not targeting NTRK provide limited clinical benefit, or have been exhausted (see sections 4.4 and 5.1).","Bosulif is indicated for the treatment of: Adult and paediatric patients aged 6 years and older with newly-diagnosed (ND) chronic phase (CP) Philadelphia chromosome-positive chronic myelogenous leukaemia (Ph+ CML).  Adult and paediatric patients aged 6 years and older with CP Ph+ CML previously treated with one or more tyrosine kinase inhibitor(s) [TKI(s)] and for whom imatinib, nilotinib and dasatinib are not considered appropriate treatment options. ","Low-grade glioma: Spexotras in combination with dabrafenib is indicated for the treatment of paediatric patients aged 1 year and older with low-grade glioma (LGG) with a BRAF V600E mutation who require systemic therapy. High-grade glioma: Spexotras in combination with dabrafenib is indicated for the treatment of paediatric patients aged 1 year and older with high-grade glioma (HGG) with a BRAF V600E mutation who have received at least one prior radiation and/or chemotherapy treatment.","Finlee in combination with trametinib is indicated for the treatment of paediatric patients aged 1 year and older with low-grade glioma (LGG) with a BRAF V600E mutation who require systemic therapy. Finlee in combination with trametinib is indicated for the treatment of paediatric patients aged 1 year and older with high-grade glioma (HGG) with a BRAF V600E mutation who have received at least one prior radiation and/or chemotherapy treatment.","Enrylaze is indicated as a component of a multi-agent chemotherapeutic regimen for the treatment of acute lymphoblastic leukaemia (ALL) and lymphoblastic lymphoma (LBL) in adult and paediatric patients (1 month and older) who developed hypersensitivity or silent inactivation to E. coli-derived asparaginase.","Melanoma OPDIVO as monotherapy is indicated for the adjuvant treatment of adults and adolescents 12 years of age and older with Stage IIB or IIC melanoma, or melanoma with involvement of lymph nodes or metastatic disease who have undergone complete resection (see section 5.1). OPDIVO as monotherapy or in combination with ipilimumab is indicated for the treatment of advanced (unresectable or metastatic) melanoma in adults and adolescents 12 years of age and older. ","Ebvallo is indicated as monotherapy for treatment of adult and paediatric patients 2 years of age and older with relapsed or refractory Epstein-Barr virus positive post-transplant lymphoproliferative disease (EBV+ PTLD) who have received at least one prior therapy. For solid organ transplant patients, prior therapy includes chemotherapy unless chemotherapy is inappropriate.","XALKORI as monotherapy is indicated for: - The treatment of paediatric patients (age ≥6 to &lt;18 years) with relapsed or refractory systemic anaplastic lymphoma kinase (ALK)-positive anaplastic large cell lymphoma (ALCL). - The treatment of paediatric patients (age ≥6 to &lt;18 years) with recurrent or refractory anaplastic lymphoma kinase (ALK)-positive unresectable inflammatory myofibroblastic tumour (IMT).","Opdualag is indicated for the first-line treatment of advanced (unresectable or metastatic) melanoma in adults and adolescents 12 years of age and older with tumour cell PD-L1 expression &lt; 1%.","Koselugo as monotherapy is indicated for the treatment of symptomatic, inoperable plexiform neurofibromas (PN) in paediatric patients with neurofibromatosis type 1 (NF1) aged 3 years and above.","KEYTRUDA as monotherapy is indicated for the treatment of adult and paediatric patients aged 3 years and older with relapsed or refractory classical Hodgkin lymphoma who have failed autologous stem cell transplant (ASCT) or following at least two prior therapies when ASCT is not a treatment option.","Retsevmo as monotherapy is indicated for the treatment of adults and adolescents 12 years and older with advanced RET-mutant medullary thyroid cancer (MTC) who require systemic therapy following prior treatment with cabozantinib and/or vandetanib.","High-dose of PHELINUN used alone or in combination with other cytotoxic medicinal products and/or total body irradiation is indicated in the treatment of: - multiple myeloma, - malignant lymphoma (Hodgkin, non-Hodgkin lymphoma), - acute lymphoblastic and myeloblastic leukemia, - childhood neuroblastoma, - ovarian cancer, - mammary adenocarcinoma. PHELINUN in combination with other cytotoxic medicinal products is indicated as reduced intensity conditioning (RIC) treatment prior to allogeneic haematopoietic stem cell transplantation (allo-HSCT) in malignant haematological diseases in adults. PHELINUN in combination with other cytotoxic medicinal products is indicated as conditioning regimen prior to allogeneic haematopoietic stem cell transplantation in haematological diseases in the paediatric population as: - Myeloablative conditioning (MAC) treatment in case of malignant haematological diseases - RIC treatment in case of non-malignant haematological diseases.","Rozlytrek as monotherapy is indicated for the treatment of adult and paediatric patients 12 years of age and older with solid tumours expressing a neurotrophic tyrosine receptor kinase (NTRK) gene fusion, - who have a disease that is locally advanced, metastatic or where surgical resection is likely to result in severe morbidity, and - who have not received a prior NTRK inhibitor - who have no satisfactory treatment options (see sections 4.4 and 5.1). ","MabThera in combination with chemotherapy is indicated for the treatment of paediatric patients (aged ≥ 6 months to &lt; 18 years old) with previously untreated advanced stage CD20 positive diffuse large B-cell lymphoma (DLBCL), Burkitt lymphoma (BL)/Burkitt leukaemia (mature B-cell acute leukaemia) (BAL) or Burkitt-like lymphoma (BLL). MabThera, in combination with glucocorticoids, is indicated for the induction of remission in paediatric patients (aged ≥ 2 to &lt; 18 years old) with severe, active GPA (Wegener’s) and MPA.","VITRAKVI as monotherapy is indicated for the treatment of adult and paediatric patients with solid tumours that display a Neurotrophic Tyrosine Receptor Kinase (NTRK) gene fusion, - who have a disease that is locally advanced, metastatic or where surgical resection is likely to result in severe morbidity, and - who have no satisfactory treatment options (see sections 4.4 and 5.1 of the SmPC).","Treosulfan in combination with fludarabine is indicated as part of conditioning treatment prior to allogeneic haematopoietic stem cell transplantation (alloHSCT) in adult patients with malignant and non-malignant diseases, and in paediatric patients older than one month with malignant diseases. ","BLINCYTO is indicated as monotherapy for the treatment of paediatric patients aged 1 year or older with Philadelphia chromosome negative CD19 positive B-cell precursor ALL which is refractory or in relapse after receiving at least two prior therapies or in relapse after receiving prior allogeneic hematopoietic stem cell transplantation.","Kymriah is indicated for the treatment of: Paediatric and young adult patients up to 25 years of age with B-cell acute lymphoblastic leukaemia (ALL) that is refractory, in relapse post-transplant or in second or later relapse.","SPRYCEL is indicated for the treatment of paediatric patients with: - newly diagnosed Ph+ CML in chronic phase (Ph+ CML-CP) or Ph+ CML-CP resistant or intolerant to prior therapy including imatinib. - newly diagnosed Ph+ ALL in combination with chemotherapy","MYLOTARG is indicated for combination therapy with daunorubicin (DNR) and cytarabine (AraC) for the treatment of patients age 15 years and above with previously untreated, de novo CD33-positive acute myeloid leukaemia (AML), except acute promyelocytic leukaemia (APL)","Yervoy is indicated for the treatment of advanced (unresectable or metastatic) melanoma in adults, and adolescents 12 years of age and older.","Tasigna is indicated for the treatment of: -adult and paediatric patients with newly diagnosed Philadelphia chromosome positive chronic myelogenous leukaemia (CML) in the chronic phase [...] Efficacy data in patients with CML in blast crisis are not available, -paediatric patients with chronic phase Philadelphia chromosome positive CML with resistance or intolerance to prior therapy including imatinib.","Qarziba is indicated for the treatment of high-risk neuroblastoma in patients aged 12 months and\nabove, who have previously received induction chemotherapy and achieved at least a partial response, followed by myeloablative therapy and stem cell transplantation, as well as patients with history of relapsed or refractory neuroblastoma, with or without residual disease. Prior to the treatment of relapsed neuroblastoma, any actively progressing disease should be stabilised by other suitable measures. In patients with a history of relapsed/refractory disease and in patients who have not achieved a complete response after first line therapy, Qarziba should be combined with interleukin-2 (IL-2).","Jylamvo is for use in the following indications: In oncology • Maintenance treatment of acute lymphoblastic leukaemia (ALL) in adults, adolescents and children aged 3 years and over.","Caprelsa is indicated for the treatment of aggressive and symptomatic medullary thyroid cancer (MTC) in patients with unresectable locally advanced or metastatic disease. Caprelsa is indicated in adults, children and adolescents aged 5 years and older. For patients in whom re-arranged-during-transfection (RET) mutation is not known or is negative, a possible lower benefit should be taken into account before individual treatment decision.","Spectrila is indicated as a component of antineoplastic combination therapy for the treatment of acute lymphoblastic leukaemia (ALL) in paediatric patients from birth to 18 years and adults.","Oncaspar is indicated as a component of antineoplastic combination therapy in acute lymphoblastic leukaemia (ALL) in paediatric patients from birth to 18 years, and adult patients.","Treatment of adults and skeletally mature adolescents with giant cell tumour of bone that is unresectable or where surgical resection is likely to result in severe morbidity.","Xaluprine is indicated for the treatment of acute lymphoblastic leukaemia (ALL) in adults, adolescents and children.","TEPADINA is indicated, in combination with other chemotherapy medicinal products: with or without total body irradiation (TBI), as conditioning treatment prior to allogeneic or autologous haematopoietic progenitor cell transplantation (HPCT) in haematological diseases in adult and paediatric patients; when high dose chemotherapy with HPCT support is appropriate for the treatment of solid tumours in adult and paediatric patients. It is proposed that Tepadina must be prescribed by physicians experienced in conditioning treatment prior to haematopoietic progenitor cell transplantation.","Mepact is indicated in children, adolescents and young adults for the treatment of high-grade resectable non-metastatic osteosarcoma after macroscopically complete surgical resection. It is used in combination with post-operative multi-agent chemotherapy. Safety and efficacy have been assessed in studies of patients 2 to 30 years of age at initial diagnosis (see section 5.1).","Nelarabine is indicated for the treatment of patients with T-cell acute lymphoblastic leukaemia (T-ALL) and T-cell lymphoblastic lymphoma (T-LBL) whose disease has not responded to or has relapsed following treatment with at least two chemotherapy regimens. Due to the small patient populations in these disease settings, the information to support these indications is based on limited data.","Glivec is indicated for the treatment of • adult and paediatric patients with newly diagnosed Philadelphia chromosome (bcr-abl) positive (Ph+) chronic myeloid leukaemia (CML) for whom bone marrow transplantation is not considered as the first line of treatment. • adult and paediatric patients with Ph+ CML in chronic phase after failure of interferon-alpha therapy, or in accelerated phase or blast crisis. • adult and paediatric patients with newly diagnosed Philadelphia chromosome positive acute\nlymphoblastic leukaemia (Ph+ ALL) integrated with chemotherapy. The effect of Glivec on the outcome of bone marrow transplantation has not been determined. In adult and paediatric patients, the effectiveness of Glivec is based on overall haematological and cytogenetic response rates and progression-free survival in CML, on haematological and cytogenetic response rates in Ph+ ALL, MDS/MPD, on haematological response rates in HES/CEL and on objective response rates in adult patients with unresectable and/or metastatic GIST and DFSP and on recurrence-free survival in adjuvant GIST. The experience with Glivec in patients with MDS/MPD associated with PDGFR gene re-arrangements is very limited (see section 5.1). Except in newly diagnosed chronic phase CML, there are no controlled trials demonstrating a clinical benefit or increased survival for these diseases.","Treatment of acute lymphoblastic leukaemia (ALL) in paediatric patients who have relapsed or are refractory after receiving at least two prior regimens and where there is no other treatment option anticipated to result in a durable response. Safety and efficacy have been assessed in studies of patients ≤ 21 years old at initial diagnosis (see section 5.1).","Busilvex followed by cyclophosphamide (BuCy4) or melphalan (BuMel) is indicated as conditioning treatment prior to conventional haematopoietic progenitor cell transplantation in paediatric patients.","Temodal is indicated for the treatment of: - children from the age of three years, adolescents and adult patients with malignant glioma, such as glioblastoma multiforme or anaplastic astrocytoma, showing recurrence or progression after standard therapy."]],"container":"<table class=\"table table-striped table-hover row-border order-column display\">\n  <thead>\n    <tr>\n      <th>#<\/th>\n      <th>Active substance<\/th>\n      <th>First authorisation<\/th>\n      <th>Authorised for children<\/th>\n      <th>Indication(s) (excerpt concerning paediatric population)<\/th>\n    <\/tr>\n  <\/thead>\n<\/table>","options":{"order":[[0,"desc"]],"pageLength":50,"searchHighlight":true,"dom":"iBft","buttons":["copy","csv","pdf"],"columnDefs":[{"name":"#","targets":0},{"name":"Active substance","targets":1},{"name":"First authorisation","targets":2},{"name":"Authorised for children","targets":3},{"name":"Indication(s) (excerpt concerning paediatric population)","targets":4}],"autoWidth":false,"orderClasses":false}},"evals":[],"jsHooks":[]}</script>
</div>
</div>



 ]]></description>
  <category>analyses</category>
  <guid>https://regulatorysciencedata.eu/posts/cancermedicineschildren/</guid>
  <pubDate>Sat, 13 Sep 2025 22:00:00 GMT</pubDate>
  <media:content url="https://regulatorysciencedata.eu/posts/cancermedicineschildren/cancermedicineschildren.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>EPARs - European public assessment reports</title>
  <dc:creator>Ralf Herold</dc:creator>
  <link>https://regulatorysciencedata.eu/posts/epars/</link>
  <description><![CDATA[ 






<section id="background" class="level2">
<h2 class="anchored" data-anchor-id="background">Background</h2>
<p>The webapp shows information that is automatically extracted at least once a week from information made publicly available by the EMA, European Public Assessment Reports <span class="citation" data-cites="europeanmedicinesagency2012">(European Medicines Agency 2012)</span>. The purpose is to tabulate information and make it more readily searchable. The webapp covers the Summary of Product Characteristics (SmPC), post-authorisation studies, steps after authorisation and the assessment reports (fulltext). The webapp takes a few seconds to fully load. See the “About” tab for how to credit the EMA and for how to cite the webapp. Users can bookmark their filter settings for later retrieval and reproducibility.</p>
</section>
<section id="references" class="level2">
<h2 class="anchored" data-anchor-id="references">References</h2>
<p>This webapp has been used for unpublished work and for:</p>
<ul>
<li><p>Grupstra RJ et al.&nbsp;More Than a Question of Correlation: Characterization of the Evidentiary Basis for Biomarker Surrogates Used in European Marketing Authorizations. Clinical Pharmacology &amp; Therapeutics 2026 <a href="https://doi.org/10.1002/cpt.70229" class="uri">https://doi.org/10.1002/cpt.70229</a></p></li>
<li><p>Ferreira FS. Reporte de redes de investigação nos ensaios clínicos pediátricos registados no EudraCT. Master thesis 2024 <a href="http://hdl.handle.net/10400.5/101030" class="uri">http://hdl.handle.net/10400.5/101030</a></p></li>
<li><p>Klinglmueller F et al.&nbsp;A Review of EMA Public Assessment Reports Where Non-Proportional Hazards Were Identified. arXiv 2024 <a href="https://doi.org/10.48550/arXiv.2406.12492" class="uri">https://doi.org/10.48550/arXiv.2406.12492</a></p></li>
<li><p>Hooker A et al.&nbsp;(CONFIRMS consortium) Uncertainty quantification methods for complex models used in drug development and/or regulatory approval. Presentation 2026 <a href="https://www.ema.europa.eu/en/events/hma-ema-multi-stakeholder-workshop-reporting-qualification-mechanistic-models-regulatory-assessment">event</a></p></li>
</ul>
</section>
<section id="webapp" class="level2">
<h2 class="anchored" data-anchor-id="webapp">Webapp</h2>
<p><a href="../../shiny/emaepars/">Maximise</a></p>
<div class="iframebg"><iframe src="../../shiny/emaepars/" style="border: none; width: 100%; height: 800px" frameborder="0">
</iframe></div>
</section>
<section id="changes" class="level2">
<h2 class="anchored" data-anchor-id="changes">Changes</h2>
<ul>
<li>2026-02-23 revised calculating procedure_number in assessment analysis (thanks for the inquiry)</li>
<li>2026-02-13 post-authorisation studies limited to authorised medicinal products</li>
<li>2025-11-06 improved assessment analysis (thanks for the suggestion), bookmarkable</li>
<li>2025-10-26 preparing major change in update mechanism</li>
<li>2025-10-25 may not be able to update more often than once weekly</li>
<li>2025-10-12 removed adapting to old bookmarks, please bookmark newly</li>
<li>2025-08-08 improve daily ingest and post-authorisation digestion</li>
<li>2025-07-31 add advanced therapy column, correct MeSH mangling</li>
<li>2025-07-26 expand daily data updates</li>
<li>2025-05-11 disable http/2 when retrieving documents from source</li>
<li>2025-04-28 improve restoring old bookmarks</li>
<li>2025-04-21 addressing issues to obtain all source documents</li>
<li>2025-03-30 catering for more than one post-authorisation steps document</li>
<li>2024-08-14 adding querying from URL query string (see https://paediatricdata.eu/emapips/)</li>
<li>2024-05-04 adding document-level assessment analysis (thanks for the suggestion)</li>
<li>2024-03-28 accommodated source XLS file outdated on EMA website</li>
<li>2023-12-10 update to changed EMA website</li>
<li>2023-07-30 correct post-authorisation extraction, improve guessing paediatric indication</li>
<li>2022-10-09 small changes to assessment analysis query syntax (after replacing Lucene with SQLite)</li>
<li>2022-10-08 re-introduced text search in images of SmPCs and assessment reports</li>
<li>2022-10-01 updated paediatric indication algorithm; faster webapp start</li>
<li>2021-10-24 steps after authorisation now finds most assessment reports</li>
<li>2021-10-03 new: steps after authorisation (further functions in the works)</li>
<li>2021-09-14 correct MeSH root term finding</li>
<li>2021-05-17 correct indexing PDF files (tab “Assessment analysis”)</li>
<li>2021-05-04 start OCRing images in PDF files (- 2021-09-25 temporarily disabled)</li>
<li>2021-05-04 delete remnants renamed products</li>
<li>2021-04-22 fix when several SmPCs are found for one product</li>
<li>2020-09-26 state now authorised, withdrawn, suspended, refused</li>
<li>2020-09-09 adding fulltext assessment report query</li>
<li>2020-05-17 improved paediatric indication detection</li>
<li>2020-05-10 fix indication extraction</li>
<li>2020-03-14 speed up</li>
<li>2020-02-20 only show indications from SmPC PDF</li>
<li>2019-12-03 enable regex filtering on empty columns</li>
<li>2019-11-17 adding calculating paediatric indication (in testing; uses section 4.1 information)</li>
<li>2019-09-14 adding imposed post-authorisation studies</li>
<li>2019-08-31 more indications from PDF, MeSH</li>
<li>2019-06-21 improve user interface functions and bookmarking</li>
<li>2019-06-11 generate MeSH trees and root terms for each medicine (see new column)</li>
<li>2018-10-31 initial release</li>
</ul>



</section>

<div id="quarto-appendix"><section class="quarto-appendix-contents" id="quarto-bibliography"><h2 class="anchored quarto-appendix-heading">References</h2><div id="refs" class="references csl-bib-body hanging-indent">
<div id="ref-europeanmedicinesagency2012" class="csl-entry">
European Medicines Agency. 2012. <em>European Public Assessment Reports: Background and Context</em>. <a href="https://www.ema.europa.eu/en/medicines/what-we-publish-medicines-when/european-public-assessment-reports-background-context">https://www.ema.europa.eu/en/medicines/what-we-publish-medicines-when/european-public-assessment-reports-background-context</a>.
</div>
</div></section></div> ]]></description>
  <category>dataset</category>
  <category>procedures</category>
  <category>analyses</category>
  <guid>https://regulatorysciencedata.eu/posts/epars/</guid>
  <pubDate>Sat, 10 May 2025 22:00:00 GMT</pubDate>
  <media:content url="https://regulatorysciencedata.eu/posts/epars/epars.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>Clinical trials analyses: ctrdata, a tool for leveraging register data</title>
  <dc:creator>Ralf Herold</dc:creator>
  <link>https://regulatorysciencedata.eu/posts/ctrdata/</link>
  <description><![CDATA[ <section id="overview" class="level2"><h2 class="anchored" data-anchor-id="overview">Overview</h2>
<p>Our package ctrdata is continually developed and offered for the R system since 2015. It facilitates investigating and understanding trends in design and conduct of trials, their availability for participants and using their protocols and results for research and meta-analyses. The package can be used with information and documents available in the</p>
<ul>
<li>EU Clinical Trials Register (“EUCTR”, <a href="https://www.clinicaltrialsregister.eu/" class="uri">https://www.clinicaltrialsregister.eu/</a>)</li>
<li>EU Clinical Trials Information System (“CTIS”, <a href="https://euclinicaltrials.eu/" class="uri">https://euclinicaltrials.eu/</a>)</li>
<li>ClinicalTrials.gov (“CTGOV2”, <a href="https://www.clinicaltrials.gov/" class="uri">https://www.clinicaltrials.gov/</a>)</li>
<li>ISRCTN Registry (“ISRCTN”, <a href="https://www.isrctn.com/" class="uri">https://www.isrctn.com/</a>)</li>
</ul>
<p>Its features include,</p>
<ul>
<li>Trials and studies can easily be searched and found across the four registers in one go</li>
<li>Structured protocol- and results-related trial information is readily downloaded, including documents available from registers</li>
<li>Information is stored as JSON in a document database (DuckDB, PostgreSQL, RSQLite or MongoDB), for fast offline access</li>
<li>Trial concepts are pre-defined for readily analysing them across different registers; unique (de-duplicated) records can be identified; deeply-nested fields such as in results can easily be accessed</li>
</ul>
<p>An introduction together with worked examples and technical explanations has recently been published:</p>
<ul>
<li>Herold R. Aggregating and analysing clinical trials data from multiple public registers using R package ctrdata. Research Synthesis Methods. 2026;17(3):624-656. <a href="https://doi.org/10.1017/rsm.2025.10061">doi:10.1017/rsm.2025.10061</a> (<a href="https://static.cambridge.org/content/id/urn%3Acambridge.org%3Aid%3Aarticle%3AS1759287925100616/resource/name/S1759287925100616sup001.zip">code</a>)</li>
</ul></section><section id="getting-started" class="level2"><h2 class="anchored" data-anchor-id="getting-started">Getting started</h2>
<p>Package ctrdata is on CRAN: <a href="https://cran.r-project.org/package=ctrdata" class="uri">https://cran.r-project.org/package=ctrdata</a>. Within R, package ctrdata can be installed with <code>install.packages("ctrdata")</code>. See code below for how to install the latest working development version. The documentation shows a full simple workflow and has articles with detailed trial analysis, see <a href="https://rfhb.github.io/ctrdata/" class="uri">https://rfhb.github.io/ctrdata/</a>. Issues, feature requests and bugs reports are most welcome at <a href="https://github.com/rfhb/ctrdata/issues" class="uri">https://github.com/rfhb/ctrdata/issues</a> or through links in the top right corner of this page.</p>
</section><section id="milestones" class="level2"><h2 class="anchored" data-anchor-id="milestones">Milestones</h2>
<ul>
<li>January 2026, more robustly throttle and retry downloading of data and documents</li>
<li>July 2025: save EUCTR documents into folders by trial, and optionally load just one protocol of multi-country trials</li>
<li>Version 1.23.0 got a technology upgrade with speed-ups including for EUCTR with its much structured results data</li>
<li>March 2025: new functions for <a href="https://rfhb.github.io/ctrdata/reference/ctrdata-trial-concepts.html">easy analyses of trial concepts</a> across registers and <a href="https://rfhb.github.io/ctrdata/reference/ctrGenerateQueries.html">finding trials from simple input</a>
</li>
<li>In November 2024, accelerated database and trial data functions by contributions to <a href="https://github.com/r-dbi/RSQLite/pull/517">RSQLite 2.3.8</a> and <a href="https://github.com/ropensci/nodbi">nodbi 0.11.0</a>
</li>
<li>Since 2024-06-30, support for CTIS as relaunched on 2024-06-17 and translation of queries to classic CTGOV (retired 2024-06-25) to the current CTGOV2</li>
<li>Version 1.18.0 of 2024-05-13 retrieves historic versions of studies as structured data from CTGOV2 (<a href="https://rfhb.github.io/ctrdata/articles/ctrdata_summarise.html?q=historic#historic-versions-of-trial-records-and-changes-in-sample-sizes">example</a>)</li>
<li>By November 2023, removed all dependencies on command line tools of the operating system</li>
<li>The European Union’s new Clinical Trials Information System (CTIS) is supported since March 2023</li>
<li>Since 2019, ctrdata supports several databases (through package <a href="https://cran.r-project.org/package=nodbi">nodbi</a>, now maintained by the same author)</li>
<li>Results data are supported from the EU Clinical Trials Register since 2017, from ClinicalTrials.Gov since 2015</li>
<li>On 15 September 2015, package ctrdata was first published on <a href="https://cran.r-project.org/package=ctrdata">CRAN.</a>
</li>
</ul></section><section id="disclaimer" class="level2"><h2 class="anchored" data-anchor-id="disclaimer">Disclaimer</h2>
<p>When using package ctrdata, the registers’ terms and conditions need to be respected and are shown with <code>ctrOpenSearchPagesInBrowser(copyright = TRUE)</code>. Please cite the package (<code>citation("ctrdata"), style = "text")</code>) in any publication as:</p>
<blockquote class="blockquote">
<p>Herold R (2026). “Aggregating and analysing clinical trials data from multiple public registers using R package ctrdata.” Research Synthesis Methods. 17(3):624-656. <a href="https://doi.org/10.1017/rsm.2025.10061" class="uri">https://doi.org/10.1017/rsm.2025.10061</a> or Herold R (2025). ctrdata: Retrieve and Analyze Clinical Trials Data from Public Registers. <a href="https://doi.org/10.32614/CRAN.package.ctrdata">doi:10.32614/CRAN.package.ctrdata</a>, R package version 1.25.1, <a href="https://CRAN.R-project.org/package=ctrdata" class="uri">https://CRAN.R-project.org/package=ctrdata</a></p>
</blockquote>
</section><section id="references" class="level2"><h2 class="anchored" data-anchor-id="references">References</h2>
<p>Package ctrdata has been used for unpublished work and for:</p>
<!--
- van Zwet E, Gelman A, Więcek W (2026) A Statistical Case for Qualified Scientific Optimism <https://sites.stat.columbia.edu/gelman/research/unpublished/A_statistical_case_for_qualified_scientific_optimism.pdf>
-->
<ul>
<li>Machado et al.&nbsp;(2026) The road for developing new pharmacological therapies for Parkinson’s disease: Current trends and targets in clinical trials <a href="https://doi.org/10.1177/1877718X251412671" class="uri">https://doi.org/10.1177/1877718X251412671</a>
</li>
<li>Jong et al.&nbsp;(2025) Experiences with Low-Intervention Clinical Trials – the New Category under the European Union Clinical Trials Regulation <a href="https://doi.org/10.1177/17407745241309293" class="uri">https://doi.org/10.1177/17407745241309293</a>
</li>
<li>Lopez-Rey et al.&nbsp;(2025) Use of Bayesian Approaches in Oncology Clinical Trials: A Cross-Sectional Analysis <a href="https://doi.org/10.3389/fphar.2025.1548997" class="uri">https://doi.org/10.3389/fphar.2025.1548997</a>
</li>
<li>Russek et al.&nbsp;(2025) Supplementing Single-Arm Trials with External Control Arms—Evaluation of German Real-World Data <a href="https://doi.org/10.1002/cpt.3684" class="uri">https://doi.org/10.1002/cpt.3684</a>
</li>
<li>Clinical Studies Sweden (2025) National Summary of Clinical Trials in Human Medicines Based on CTIS Data <a href="https://www.kliniskastudier.se/english/news-archive/news-archive/2025-11-27-national-summary-of-clinical-trials-in-human-medicines-based-on-ctis-data">link</a>
</li>
<li>Alzheimer’s disease Horizon Scanning Report (2024) <a href="https://www.ema.europa.eu/en/documents/report/alzheimers-disease-eu-horizon-scanning-report_en.pdf">link</a>
</li>
<li>Kundu et al.&nbsp;(2024) Analysis of Factors Influencing Enrollment Success in Hematology Malignancy Cancer Clinical Trials (2008-2023) <a href="https://doi.org/10.1182/blood-2024-207446" class="uri">https://doi.org/10.1182/blood-2024-207446</a>
</li>
<li>Sood et al.&nbsp;(2022) Managing the evidence infodemic: Automation approaches used for developing NICE COVID-19 living guidelines <a href="https://doi.org/10.1101/2022.06.13.22276242" class="uri">https://doi.org/10.1101/2022.06.13.22276242</a>
</li>
<li>Lasch et al.&nbsp;(2022) The Impact of COVID‐19 on the Initiation of Clinical Trials in Europe and the United States <a href="https://doi.org/10.1002/cpt.2534" class="uri">https://doi.org/10.1002/cpt.2534</a>
</li>
<li>Blog post (2018) Innovation coming to paediatric research <a href="https://paediatricdata.eu/innovation-coming-to-paediatric-research/" class="uri">https://paediatricdata.eu/innovation-coming-to-paediatric-research/</a>
</li>
<li>Cancer Research UK (2017) The impact of collaboration: The value of UK medical research to EU science and health <a href="https://www.ukri.org/wp-content/uploads/2023/02/MRC-150223-Theimpactofcollaboraton-ThevalueofUK-medicalresearchtoEUscienceandhealth.pdf">link</a>
</li>
<li>EMA (2017) Results of juvenile animal studies (JAS) and impact on anti-cancer medicine development and use in children <a href="https://www.ema.europa.eu/en/documents/scientific-guideline/results-juvenile-animal-studies-jas-and-impact-anti-cancer-medicine-development-and-use-children_en.pdf#page=34">PDF file, p 34</a>
</li>
</ul>
<!--

Not included as reference: 

- TrialGPT <https://trialgpt.app/>

- Borchert et al. (2021) Knowledge bases and software support for variant interpretation in precision oncology. Brief Bioinform. <https://doi.org/10.1093/bib/bbab134>

- Sciannameo et al. (2024) Information extraction from medical case reports using OpenAI InstructGPT. <https://doi.org/10.1016/j.cmpb.2024.108326>

- Ferreira. (2024) Reporte de redes de investigação nos ensaios clínicos pediátricos registados no EudraCT <http://hdl.handle.net/10400.5/101030>

- García López-Rey (2025) Bayesian designs: scientific efficiency and regulatory acceptability in oncology drug developments <http://hdl.handle.net/10803/695773>

--></section><section id="code-example" class="level2 page-columns page-full"><h2 class="anchored" data-anchor-id="code-example">Code example</h2>
<p>This covers how to obtain information of trials of interest from all supported registers, for plotting their start and completion over time. For more sophisticated examples, see the articles above.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb1" style="background: #f1f3f5;"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Install our package ctrdata into the library</span></span>
<span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"ctrdata"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Connect to (or newly create) an SQLite database.</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># See vignette("nodbi-overview") for how to store in</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># the file system and for connecting other databases</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">db</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">nodbi</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://docs.ropensci.org/nodbi/reference/src_sqlite.html">src_sqlite</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span>collection <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"some_collection_name"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Define queries</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">qs</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ctrdata</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rfhb.github.io/ctrdata/reference/ctrGenerateQueries.html">ctrGenerateQueries</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>  condition <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"neuroblastoma"</span>,</span>
<span>  phase <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"phase 2"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Load trials from all 4 registers in one go</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">lt</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/lapply.html">lapply</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">qs</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">[</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/c.html">c</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"CTIS"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"EUCTR"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"CTGOV2"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"ISRCTN"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">]</span>, </span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ctrdata</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;"><a href="https://rfhb.github.io/ctrdata/reference/ctrLoadQueryIntoDb.html">ctrLoadQueryIntoDb</a></span>, </span>
<span>  con <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">db</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Calculate concepts across registers</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">ct</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ctrdata</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rfhb.github.io/ctrdata/reference/dbGetFieldsIntoDf.html">dbGetFieldsIntoDf</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>  fields <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"ctrname"</span>,</span>
<span>  calculate <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/c.html">c</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"f.startDate"</span>,</span>
<span>    <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"f.statusRecruitment"</span>,</span>
<span>    <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"f.isUniqueTrial"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>,</span>
<span>  con <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">db</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Select unique trials</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">ct</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">ct</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">[</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">ct</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">.isUniqueTrial</span>, <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">]</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Inspect data frame</span></span>
<span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/names.html">names</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">ct</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># [1] "_id"</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># [2] "ctrname"</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># [3] ".startDate"</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># [4] ".statusRecruitment"</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># [5] ".isUniqueTrial"</span></span>
<span></span>
<span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/table.html">table</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">ct</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">ctrname</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># CTGOV2  CTIS  EUCTR</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">#    243     2     53</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Example plot</span></span>
<span><span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;"><a href="https://rdrr.io/r/base/library.html">library</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org">ggplot2</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org/reference/ggplot.html">ggplot</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">ct</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org/reference/stat_ecdf.html">stat_ecdf</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org/reference/aes.html">aes</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>  x <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">.startDate</span>,</span>
<span>  colour <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">.statusRecruitment</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org/reference/labs.html">labs</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>  title <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Conduct of therapeutic-exploratory neuroblastoma trials"</span>,</span>
<span>  subtitle <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/paste.html">paste0</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Data from "</span>, <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/paste.html">paste0</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/names.html">names</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">tt</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>, collapse <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">", "</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>,</span>
<span>  x <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Date of start (proposed or realised)"</span>,</span>
<span>  y <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Cumulative proportion of trials"</span>,</span>
<span>  colour <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Current status"</span>,</span>
<span>  caption <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/Sys.time.html">Sys.Date</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org/reference/ggsave.html">ggsave</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"ctrdata-codeexample.svg"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span></code></pre></div></div>
</div>
<div class="quarto-figure quarto-figure-center page-columns page-full">
<figure class="figure page-columns page-full"><p><img src="https://regulatorysciencedata.eu/posts/ctrdata/ctrdata-codeexample.svg" class="img-fluid figure-img"></p>
<figcaption class="margin-caption">Graph from ctrdata code example above</figcaption></figure>
</div>
</section><section id="data-models" class="level2 page-columns page-full"><h2 class="anchored" data-anchor-id="data-models">Data models</h2>
<p>Package ctrdata uses the data models that are implicit in data retrieved from the different registers.</p>
<p>For EUCTR, CTGOV and ISRCTN, the trial information retrieved by ctrdata corresponds to a documented data model of the respective register, see table row “Definitions of fields” on <code>help(ctrdata-registers)</code>. However, for CTIS, the data retrieved is the structured information with which the CTIS webapp is populated, and this information is merged by ctrdata into a data model that is reasonable and useful but does not (cannot be expected to) correspond to the (unknown) data model of this register. The approach is further explained <a href="https://rfhb.github.io/ctrdata/#data-model-of-ctrdata">here</a>.</p>
<p>A possible future development is to provide a mapping to a canonical data model, which however does not exist at the moment and will require an international approach and collaboration. At this time, ctrdata already provides <a href="https://rfhb.github.io/ctrdata/reference/ctrdata-trial-concepts.html">functions for easy analysis of a trial concept(s)</a> across registers and their data models.</p>
<p>An example of how to match fields to elements of the CTIS web interface is discussed in this <a href="https://github.com/rfhb/ctrdata/issues/60">issue</a>.</p>
<p>To explore the data structure, field names and field values of a single trial from one of the registers, use function <code>ctrShowOneTrial()</code> in package ctrdata or see this <a href="../../posts/trialdata/">post</a>, which provides an interactive widget such as below. To find all fields or specific fields of interest in all trials in the database collection, use <code>dbFindFields()</code>.</p>
<div class="quarto-figure quarto-figure-center page-columns page-full">
<figure class="figure page-columns page-full"><p><img src="https://regulatorysciencedata.eu/posts/ctrdata/ctrdata-ctrshowonetrial.jpg" class="img-fluid figure-img"></p>
<figcaption class="margin-caption">ctrdata function ctrShowOneTrial</figcaption></figure>
</div>


</section> ]]></description>
  <category>tools</category>
  <category>code</category>
  <category>trials</category>
  <guid>https://regulatorysciencedata.eu/posts/ctrdata/</guid>
  <pubDate>Sat, 26 Apr 2025 22:00:00 GMT</pubDate>
  <media:content url="https://regulatorysciencedata.eu/posts/ctrdata/ctrdata-code.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>Regulatory science, Drug development tools (DDTs)</title>
  <dc:creator>Ralf Herold</dc:creator>
  <link>https://regulatorysciencedata.eu/posts/ddts/</link>
  <description><![CDATA[ 






<section id="background" class="level2">
<h2 class="anchored" data-anchor-id="background">Background</h2>
<p>This webapp has an overview on Regulatory science and Drug development tools (DDTs), in different stages of their development and based on information made publicly available by the EMA and FDA. Developers of such tools include academia, public-private consortia and for-profit entities. Public information on the stage of research and development of these tools and methodologies serves the broader community of developers and researchers to use the tools for their activities and may lead to investigate expanding their use. The tools in this webapp include:</p>
<ul>
<li><a href="https://www.ema.europa.eu/en/human-regulatory-overview/research-development/scientific-advice-protocol-assistance/opinions-letters-support-qualification-novel-methodologies-medicine-development">EMA Letters of support for Novel methodologies</a></li>
<li><a href="https://www.ema.europa.eu/en/human-regulatory-overview/research-development/scientific-advice-protocol-assistance/opinions-letters-support-qualification-novel-methodologies-medicine-development">EMA Qualification opinions for Novel methodologies</a></li>
<li><a href="https://www.fda.gov/drugs/development-approval-process-drugs/drug-development-tool-ddt-qualification-programs">FDA CDER &amp; CBER Drug Development Tool Qualification</a></li>
<li><a href="https://cdrh-rst.fda.gov/">FDA CDRH Regulatory Science Tools Catalog</a></li>
<li><a href="https://www.fda.gov/drugs/development-resources/table-surrogate-endpoints-were-basis-drug-approval-or-licensure">FDA CBER CDER Surrogate endpoints</a></li>
<li><a href="https://www.fda.gov/drugs/development-approval-process-drugs/drug-development-tools-fit-purpose-initiative">FDA CBER CDER Fit for purpose</a></li>
<li><a href="https://www.fda.gov/medical-devices/medical-device-development-tools-mddt">FDA Qualified Medical Device Development Tools (MDDTs)</a></li>
</ul>
</section>
<section id="webapp" class="level2">
<h2 class="anchored" data-anchor-id="webapp">Webapp</h2>
<p><a href="../../shiny/regsci/">Maximise</a></p>
<div class="iframebg"><iframe src="../../shiny/regsci/" style="border: none; width: 100%; height: 800px" frameborder="0">
</iframe></div>
</section>
<section id="changes" class="level2">
<h2 class="anchored" data-anchor-id="changes">Changes</h2>
<ul>
<li>2026-01-14 expanded links to EMA documents and case section</li>
<li>2025-10-26 mechanism to update at least once weekly</li>
<li>2025-10-18 added FDA’s Qualified Medical Device Development Tools (MDDTs)</li>
<li>2025-06-22 added FDA’s CDRH peer-reviewed regulatory science tools catalogue</li>
<li>2025-04-21 implement more robust approach</li>
<li>2025-03-16 added explanations and latest FDA status</li>
<li>2025-01-13 updated to changes on FDA and EMA websites</li>
<li>2024-05-05 updated to changed FDA website</li>
<li>2023-12-07 updated to new EMA website</li>
<li>2023-11-18 add proposers for EMA, complete for FDA</li>
<li>2023-09-23 list all DDT document types</li>
<li>2023-08-20 added FDA’s Fit for purpose outputs</li>
<li>2023-05-13 initial release, covering five different sourceTypes</li>
</ul>


</section>

 ]]></description>
  <category>dataset</category>
  <category>procedures</category>
  <guid>https://regulatorysciencedata.eu/posts/ddts/</guid>
  <pubDate>Sat, 26 Apr 2025 22:00:00 GMT</pubDate>
  <media:content url="https://regulatorysciencedata.eu/posts/ddts/ddts.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>PIPs – Paediatric medicines investigations</title>
  <dc:creator>Ralf Herold</dc:creator>
  <link>https://regulatorysciencedata.eu/posts/pips/</link>
  <description><![CDATA[ 






<section id="background" class="level2">
<h2 class="anchored" data-anchor-id="background">Background</h2>
<p>The development and authorisation of medicines for children is regulated and incentivised in Europe. Paediatric investigation plans (PIPs) reflect the studies required by the Paediatric Committee (PDCO) of the European Medicines Agency (EMA). The studies may need to involve newborns <span class="citation" data-cites="bax2015">(Bax and Tomasi 2015)</span>, infants, children and / or adolescents <span class="citation" data-cites="penkov2017">(Penkov et al. 2017)</span>, for scientific and medical reasons.</p>
<p>These plans evolve during execution and development <span class="citation" data-cites="mentzer2014">(Mentzer et al. 2014)</span>, and tracking the agreement and progress of PIPs (for example, see webapp tab “Completion”) is an indicator of medicines planned to become available for children <span class="citation" data-cites="europeancommission2017">(European Commission 2017)</span>. A recent study reports on the progress of pediatric studies required in the US <span class="citation" data-cites="mcgonigle2025">(McGonigle et al. 2025)</span>.</p>
</section>
<section id="methods" class="level2">
<h2 class="anchored" data-anchor-id="methods">Methods</h2>
<p>The webapp shows information that is automatically extracted at least once a week from decisions made publicly available by the EMA. Users can track PIPs of interest to be presented in tables and visualisations. Available information concerns study designs, progress to completion, discontinuations, overall timelines, modifications, therapeutic area, indications, compliance opinions, links to search for paediatric data in marketing authorisations.</p>
<p>For more insights and technical access, an application programming interface (API) can be provided upon request. The webapp takes several seconds to fully load. See the “About” tab for how to credit the EMA and for how to cite the webapp.</p>
</section>
<section id="webapp" class="level2">
<h2 class="anchored" data-anchor-id="webapp">Webapp</h2>
<p><a href="../../shiny/emapips/">Maximise</a></p>
<div class="iframebg"><iframe src="../../shiny/emapips/" style="border: none; width: 100%; height: 800px" frameborder="0">
</iframe></div>
</section>
<section id="changes" class="level2">
<h2 class="anchored" data-anchor-id="changes">Changes</h2>
<ul>
<li>2026-03-17 removed rare duplicate decisions (thanks for anonymous notifications)</li>
<li>2026-01-14 address some aberrant source documents</li>
<li>2025-11-08 further adaptation to new numbering</li>
<li>2025-10-18 first adaptation to new numbering (EMA/PE/…, EMADOC-…)</li>
<li>2025-04-18 adapt to EMA webserver change</li>
<li>2025-02-02 update to EMA website changes</li>
<li>2024-08-14 added searching EPARs for PIP Decision numbers</li>
<li>2024-08-14 added cases missing due to partial information</li>
<li>2024-03-28 accommodated source XLS file outdated on EMA website</li>
<li>2023-12-10 updated to new EMA website</li>
<li>2023-07-13 mitigate PDF metadata errors</li>
<li>2023-05-13 system update</li>
<li>2022-10-01 faster webapp start</li>
<li>2021-06-11 better aligning conditions and indications</li>
<li>2021-05-30 harmonised PIP completion plots</li>
<li>2020-04-26 updated to EMA website changes</li>
<li>2019-12-07 improved discontinuation date detection</li>
<li>2019-06-29 improved user interface</li>
<li>2019-06-06 improved extracting PDF contents</li>
<li>2018-11-25 revised into Shiny app</li>
<li>2018-11-01 adapted to revised source website</li>
<li>2018-09-09 divided by condition, column selection</li>
<li>2018-08-15 added access to decision files</li>
<li>2018-08-12 added summary and completion tabs</li>
<li>2018-07-11 show studies by modification</li>
<li>2018-07-07 show applicant</li>
<li>2018-01-07 initial release</li>
</ul>



</section>

<div id="quarto-appendix"><section class="quarto-appendix-contents" id="quarto-bibliography"><h2 class="anchored quarto-appendix-heading">References</h2><div id="refs" class="references csl-bib-body hanging-indent">
<div id="ref-bax2015" class="csl-entry">
Bax, Ralph, and Paolo Tomasi. 2015. <span>“Neonatal Pharmacotherapy: Legal and Regulatory Issues.”</span> <em>Neonatal Pharmacology and Nutrition Update</em> 18: 108–23. <a href="https://doi.org/10.1159/000365035">https://doi.org/10.1159/000365035</a>.
</div>
<div id="ref-europeancommission2017" class="csl-entry">
European Commission. 2017. <em>State of Paediatric Medicines in the EU - 10 Years of the EU Paediatric Regulation</em>. <a href="https://ec.europa.eu/health/sites/health/files/files/paediatrics/docs/2017_childrensmedicines_report_en.pdf">https://ec.europa.eu/health/sites/health/files/files/paediatrics/docs/2017_childrensmedicines_report_en.pdf</a>.
</div>
<div id="ref-mcgonigle2025" class="csl-entry">
McGonigle, Rylee, Huseyin Naci, Maximilian Siebert, et al. 2025. <span>“Pediatric Studies and Labeling Additions Required by the u.s. FDA for Novel Drugs Approved from 2011 to 2023: A Retrospective Cohort Study.”</span> <em>PLOS Medicine</em> 22 (12): e1004651. <a href="https://doi.org/10.1371/journal.pmed.1004651">https://doi.org/10.1371/journal.pmed.1004651</a>.
</div>
<div id="ref-mentzer2014" class="csl-entry">
Mentzer, Dirk, Emilie Desfontaine, and Paolo A Tomasi. 2014. <span>“The importance and challenge of pediatric trials of hemophilia drugs.”</span> <em>Nature medicine</em> 20 (5): 465. <a href="https://doi.org/10.1038/nm.3546">https://doi.org/10.1038/nm.3546</a>.
</div>
<div id="ref-penkov2017" class="csl-entry">
Penkov, Dobromir, Paolo Tomasi, Irmgard Eichler, Dianne Murphy, Lynne P. Yao, and Jean Temeck. 2017. <span>“Pediatric Medicine Development: An Overview and Comparison of Regulatory Processes in the European Union and United States.”</span> <em>Therapeutic Innovation &amp; Regulatory Science</em> 51 (3): 360–71. <a href="https://doi.org/10.1177/2168479017696265">https://doi.org/10.1177/2168479017696265</a>.
</div>
</div></section></div> ]]></description>
  <category>dataset</category>
  <category>procedures</category>
  <guid>https://regulatorysciencedata.eu/posts/pips/</guid>
  <pubDate>Fri, 25 Apr 2025 22:00:00 GMT</pubDate>
  <media:content url="https://regulatorysciencedata.eu/posts/pips/pips.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>Starting cancer medicine trials with children</title>
  <dc:creator>Ralf Herold</dc:creator>
  <link>https://regulatorysciencedata.eu/posts/cancertrialschildren/</link>
  <description><![CDATA[ <section id="background-and-method" class="level2"><h2 class="anchored" data-anchor-id="background-and-method">Background and method</h2>
<p>Medicines developed and authorised for cancers in adults are often relevant to be investigated for cancers in children <span class="citation" data-cites="jaffee_future_2017">(Jaffee et al. 2017)</span>. Investigating potential cancer medicines in children is recommended to be started early and before authorisation <span class="citation" data-cites="pearson_class_2017">(Pearson et al. 2017)</span>.</p>
<p>This time relation is addressed on this page, to allow inspecting changes over the last decades and to further inform policies. In the U.S., requirements for molecularly targeted paediatric cancer investigations apply from mid-2020 <span class="citation" data-cites="u.s._food_and_drug_administration_fda_2018">(U.S. Food and Drug Administration 2018)</span> and will be tracked in the future.</p>
<p>Information from the EU Clinical Trials Register and ClinicalTrials.Gov was used for this analysis using <a href="../../posts/ctrdata/">ctrdata</a>. Paediatric trials were identified based on the protocol-related information that any of the paediatric age groups was to be included in the trial. Information on cancer medicines authorisations was retrieved from the <a href="http://www.ema.europa.eu/">EMA website</a>. To reproduce the analysis, the R code is included below.</p>
</section><section id="start-of-trials-with-children-in-relation-to-when-medicine-was-authorised-in-europe" class="level2"><h2 class="anchored" data-anchor-id="start-of-trials-with-children-in-relation-to-when-medicine-was-authorised-in-europe">Start of trials with children in relation to when medicine was authorised in Europe</h2>
<p>The figure shows all cancer medicines that are centrally authorised in Europe.</p>
<p>Dots indicate the date of the authorisation. Green dots marks cancer medicines that are authorised for children (<a href="../../posts/cancermedicineschildren/">full list is in another post</a>). Whether the trial is part of a paediatric development plan (PIP) is not visualised here.</p>
<div class="cell">
<details class="code-fold"><summary>Code</summary><div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb1" style="background: #f1f3f5;"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Code by ralf.herold@gmx.net</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># last updates:</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># - 2019-12-31 to match ctrdata 1.1 package</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># - 2022-04-23 to match ctrdata 1.9 package</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># - 2025-10-14 to Quarto document</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># - 2026-01-25 to ctrdata 1.26.0 package</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">### Options for subsequent chunks</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># knitr</span></span>
<span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">knitr</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/pkg/knitr/man/opts_chunk.html">opts_chunk</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">set</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>  dev <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'svglite'</span>, </span>
<span>  fig.width <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">6</span>, </span>
<span>  fig.height <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">12</span>,</span>
<span>  out.width <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'100%'</span>, </span>
<span>  out.height <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'1200px'</span>,</span>
<span>  width <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'100%'</span>,</span>
<span>  eval <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">FALSE</span>,</span>
<span>  echo <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">TRUE</span>, </span>
<span>  results <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"asis"</span>,</span>
<span>  warning <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">FALSE</span>, </span>
<span>  message <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">FALSE</span>,</span>
<span>  cache <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">FALSE</span></span>
<span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Helper function</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">getAnnotationElements</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">function</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span>, <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">element</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"AS"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">{</span></span>
<span>  </span>
<span>  <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># example from annotation.text: </span></span>
<span>  <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># x &lt;- "|AS:tisagenlecleucel| |AS:tisagenlecleucel|"</span></span>
<span>  </span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/strsplit.html">strsplit</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span>x <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span>, split <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"\\|"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/unlist.html">unlist</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">[</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/grep.html">grepl</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/paste.html">paste0</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"^"</span>, <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">element</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">":"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>, <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">]</span></span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/strsplit.html">strsplit</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span>x <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span>, split <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">":"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/unlist.html">unlist</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">[</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">!</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/grep.html">grepl</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"AS"</span>, <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">]</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/sort.html">sort</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/unique.html">unique</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">x</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  </span>
<span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">}</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Initialise</span></span>
<span><span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;"><a href="https://rdrr.io/r/base/library.html">library</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org">ggplot2</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span><span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;"><a href="https://rdrr.io/r/base/library.html">library</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;"><a href="https://stringr.tidyverse.org">stringr</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span><span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;"><a href="https://rdrr.io/r/base/library.html">library</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;"><a href="https://tidyr.tidyverse.org">tidyr</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span><span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;"><a href="https://rdrr.io/r/base/library.html">library</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;"><a href="https://cran.r-project.org/package=ctrdata">ctrdata</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span><span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;"><a href="https://rdrr.io/r/base/library.html">library</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org">dplyr</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span><span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;"><a href="https://rdrr.io/r/base/library.html">library</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;"><a href="https://github.com/quanteda/stopwords">stopwords</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span><span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;"><a href="https://rdrr.io/r/base/library.html">library</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;"><a href="https://glue.tidyverse.org/">glue</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span><span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;"><a href="https://rdrr.io/r/base/library.html">library</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;"><a href="https://davidgohel.github.io/ggiraph/">ggiraph</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span></code></pre></div></div>
</details>
</div>
<details class="code-fold"><summary>Code</summary><div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb2" style="background: #f1f3f5;"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Get centrally authorised medicines</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># https://www.ema.europa.eu/en/about-us/about-website/download-website-data-json-data-format</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaCapsJson</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"https://www.ema.europa.eu/en/documents/report/medicines-output-medicines_json-report_en.json"</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Read and transform</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaCapsList</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> </span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/connections.html">url</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaCapsJson</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">jqr</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://docs.ropensci.org/jqr/reference/jq.html">jq</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span>x <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">_</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">".data"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">jsonlite</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://jeroen.r-universe.dev/jsonlite/reference/fromJSON.html">fromJSON</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://tibble.tidyverse.org/reference/as_tibble.html">as_tibble</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Select cancer medicines</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> </span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaCapsList</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/filter.html">filter</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">category</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">==</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Human"</span>,</span>
<span>    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/grep.html">grepl</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"[Tt]reatment|[Tt]herapy"</span>, <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">therapeutic_indication</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>,</span>
<span>    <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">generic_or_hybrid</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">==</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"No"</span>,</span>
<span>    <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">biosimilar</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">==</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"No"</span>, </span>
<span>    <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/grep.html">grepl</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"ntineoplas"</span>, <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">pharmacotherapeutic_group_human</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span></span>
<span>       <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/grep.html">grepl</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"eoplasms|arcoma|ymphoproliferative"</span>, <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">therapeutic_area_mesh</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Indication includes paediatric population</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> </span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/mutate.html">mutate</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    paediatricIndication <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/grep.html">grepl</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>      <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"children|adolescent|paediatric"</span>,</span>
<span>      <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">therapeutic_indication</span></span>
<span>    <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> </span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Dates to date formats</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> </span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/mutate.html">mutate</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/across.html">across</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>      <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://tidyselect.r-lib.org/reference/starts_with.html">ends_with</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"date"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>, </span>
<span>      <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/as.Date.html">as.Date</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">.x</span>, format <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"%d/%m/%Y"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>    <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> </span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Selectively reword active substance </span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># to more specifically identify trials</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">international_non_proprietary_name_common_name</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">[</span></span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">name_of_medicine</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">==</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Spectrila"</span></span>
<span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">]</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"recombinant asparaginase"</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">international_non_proprietary_name_common_name</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">[</span></span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">name_of_medicine</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">==</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Abraxane"</span></span>
<span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">]</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"nabpaclitaxel"</span></span>
<span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Normalise active substances </span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesToDo</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> </span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/pull.html">pull</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">international_non_proprietary_name_common_name</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">stringi</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/pkg/stringi/man/stri_replace.html">stri_replace_all_regex</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span>str <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">_</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"[();,]"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">" "</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">stringi</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/pkg/stringi/man/stri_replace.html">stri_replace_all_regex</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    str <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">_</span>, pattern <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/paste.html">paste0</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">" "</span>, <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">stopwords</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"en"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"smart"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">" "</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>, </span>
<span>    replacement <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">" "</span>, vectorize_all <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">FALSE</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">stringi</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/pkg/stringi/man/stri_replace.html">stri_replace_all_regex</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span>str <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">_</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">" +"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">" "</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> </span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Keep earliest authorisation</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> </span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/filter.html">filter</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/grep.html">grepl</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Authorised|Opinion"</span>, <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">medicine_status</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/group_by.html">group_by</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesToDo</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/slice.html">slice_min</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">marketing_authorisation_date</span>, n <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1L</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/group_by.html">ungroup</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Extract for search</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesToDo</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> </span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/filter.html">filter</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesToDo</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">!=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">""</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/pull.html">pull</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesToDo</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/unique.html">unique</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/sort.html">sort</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span></code></pre></div></div>
</details><details class="code-fold"><summary>Code</summary><div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb3" style="background: #f1f3f5;"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Connect trial database</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">db</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">nodbi</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">::</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://docs.ropensci.org/nodbi/reference/src_sqlite.html">src_sqlite</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>  <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># dbname = "cancertrials.sqlite",</span></span>
<span>  dbname <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"posts/cancertrialschildren/trials.sqlite"</span>,</span>
<span>  collection <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"emaAntiCancerList"</span></span>
<span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Get any active substances already in </span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># database as per the annotation field</span></span>
<span><span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">if</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/nrow.html">nrow</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rfhb.github.io/ctrdata/reference/dbQueryHistory.html">dbQueryHistory</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">db</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&gt;</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0L</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">{</span></span>
<span>  </span>
<span>  <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># get active substances from annotations  </span></span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">asDone</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rfhb.github.io/ctrdata/reference/dbGetFieldsIntoDf.html">dbGetFieldsIntoDf</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/c.html">c</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"annotation"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>, con <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">db</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">asDone</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">getAnnotationElements</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span>x <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">asDone</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">annotation</span>, element <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"AS"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  </span>
<span>  <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># remove already downloaded active substances</span></span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesToDo</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesToDo</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">[</span></span>
<span>    <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">!</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesToDo</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/match.html">%in%</a></span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">asDone</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">]</span></span>
<span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">}</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Download trials by active substance</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># this will take around 10 seconds per</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># active substance, ca. 30 mins for all</span></span>
<span><span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">for</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">thisAs</span> <span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">in</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesToDo</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">{</span></span>
<span>  </span>
<span>  <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># - user info  </span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/message.html">message</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/rep.html">rep</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"-"</span>, <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">80</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"\n"</span>, <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">thisAs</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  </span>
<span>  <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># - generate queries for all registers</span></span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">query</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rfhb.github.io/ctrdata/reference/ctrGenerateQueries.html">ctrGenerateQueries</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span>intervention <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">thisAs</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  </span>
<span>  <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># - download from relevant registers</span></span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">results</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/message.html">suppressMessages</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/lapply.html">lapply</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">query</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">[</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span><span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">4</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">]</span>, </span>
<span>    <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">ctrLoadQueryIntoDb</span>, </span>
<span>    annotation.text <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/paste.html">paste0</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"|AS:"</span>, <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">thisAs</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"|"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>,</span>
<span>    con <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">db</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  </span>
<span>  <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># - extract from results</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/print.html">print</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/lapply.html">sapply</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">results</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"[["</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"n"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  </span>
<span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">}</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Database size approximately 2.5 GB</span></span></code></pre></div></div>
</details><details class="code-fold"><summary>Code</summary><div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb4" style="background: #f1f3f5;"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># get trials</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">trialsSet</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rfhb.github.io/ctrdata/reference/dbGetFieldsIntoDf.html">dbGetFieldsIntoDf</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>  fields <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/c.html">c</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"annotation"</span></span>
<span>  <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>,</span>
<span>  calculate <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/c.html">c</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"f.startDate"</span>,</span>
<span>    <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"f.trialTitle"</span>,</span>
<span>    <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"f.trialPopulation"</span>,</span>
<span>    <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"f.isUniqueTrial"</span></span>
<span>  <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>, </span>
<span>  con <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">db</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># saveRDS(trialsSet, "trialsSet.rds")</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># trialsSet &lt;- readRDS("trialsSet.rds")</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># deduplicate trials, keep</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># trials with single-agent, </span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># keep earliest trial that</span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># includes paediatric pop</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">trialsSet</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> </span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">trialsSet</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/filter.html">filter</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">.isUniqueTrial</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/filter.html">filter</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/grep.html">grepl</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"P"</span>, <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">.trialPopulationAgeGroup</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/rowwise.html">rowwise</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/mutate.html">mutate</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    activeSubstancesToDo <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/list.html">list</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">getAnnotationElements</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">annotation</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>,</span>
<span>    activeSubstancesNumber <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/length.html">length</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesToDo</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>  <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/filter.html">filter</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesNumber</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">==</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1L</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/mutate.html">mutate</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span>activeSubstancesToDo <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/unlist.html">unlist</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesToDo</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/group_by.html">group_by</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesToDo</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/slice.html">slice_min</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">.startDate</span>, n <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1L</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/group_by.html">ungroup</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> </span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># merge trials and medicines</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">plotSet</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/mutate-joins.html">full_join</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">emaAntiCancerList</span>,</span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">trialsSet</span>,</span>
<span>  multiple <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"all"</span>,</span>
<span>  relationship <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"many-to-many"</span>,</span>
<span>  by <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/join_by.html">join_by</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesToDo</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># inspect and handle duplicate cases</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">plotSet</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> </span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">plotSet</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/filter.html">filter</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">name_of_medicine</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">!=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Evotopin"</span>,</span>
<span>    <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">`_id`</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">!=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"NCT00042354"</span></span>
<span>  <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># format plot data</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">plotSet</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> </span>
<span>  <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">plotSet</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/arrange.html">arrange</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">marketing_authorisation_date</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/mutate.html">mutate</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    activeSubstance <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://stringr.tidyverse.org/reference/str_trunc.html">str_trunc</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>      <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstancesToDo</span>, <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">20L</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>,</span>
<span>    activeSubstance <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/factor.html">factor</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstance</span>, levels <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstance</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>, </span>
<span>    tooltip <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://glue.tidyverse.org/reference/glue.html">glue</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>      <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"{active_substance} ({name_of_medicine}):</span></span>
<span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">       - authorised on: {marketing_authorisation_date}</span></span>
<span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">       - authorised for children: {paediatricIndication}</span></span>
<span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">       - first trial with children start: {.startDate}</span></span>
<span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">       - first trial with children ID: {`_id`}"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>,</span>
<span>    timetrialma <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/difftime.html">difftime</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>      <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">marketing_authorisation_date</span>, </span>
<span>      <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">.startDate</span>, units <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"days"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>,</span>
<span>    dotcolor <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/case-and-replace-when.html">case_when</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>      <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">paediatricIndication</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"green"</span>, </span>
<span>      .default <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"red"</span></span>
<span>    <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>, </span>
<span>    segmentcolor <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://dplyr.tidyverse.org/reference/case-and-replace-when.html">case_when</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>      <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">timetrialma</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&gt;</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">5</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">*</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">365.25</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"green"</span>, </span>
<span>      .default <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"red"</span></span>
<span>    <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span></code></pre></div></div>
</details><details class="code-fold"><summary>Code</summary><div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb5" style="background: #f1f3f5;"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Plot</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">trialMaPlot</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> </span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org/reference/ggplot.html">ggplot</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span>data <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">plotSet</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org/reference/scale_identity.html">scale_color_identity</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> </span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://davidgohel.github.io/ggiraph/reference/geom_point_interactive.html">geom_point_interactive</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org/reference/aes.html">aes</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>      x <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">marketing_authorisation_date</span>, </span>
<span>      y <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstance</span>, </span>
<span>      color <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">dotcolor</span>,</span>
<span>      tooltip <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">tooltip</span>,</span>
<span>      data_id <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstance</span></span>
<span>    <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> </span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org/reference/geom_segment.html">geom_segment</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org/reference/aes.html">aes</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>      x <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">.startDate</span>, </span>
<span>      y <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstance</span>,</span>
<span>      xend <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">marketing_authorisation_date</span>,</span>
<span>      color <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">segmentcolor</span>, </span>
<span>      group <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">activeSubstance</span></span>
<span>    <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org/reference/lims.html">xlim</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/as.Date.html">as.Date</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/c.html">c</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"1988-01-01"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"2030-01-01"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> </span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org/reference/labs.html">labs</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>    title <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Time relation of EU cancer medicines authorisation</span></span>
<span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">             and start of first trial including children with cancer"</span>, </span>
<span>    subtitle <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/paste.html">paste0</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>      <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Data from EUCTR, CTIS, CTOV, ISRCTN\n"</span>, </span>
<span>      <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Line colour green if more than 5 years, otherwise red\n"</span>,</span>
<span>      <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"https://regulatorysciencedata.eu, "</span>, <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/format.html">format</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/Sys.time.html">Sys.Date</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span>, format <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"%Y-%m-%d"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span>  <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://ggplot2.tidyverse.org/reference/ggtheme.html">theme_gray</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span>base_size <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">8L</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Interactive</span></span>
<span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">iaPlot</span> <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://davidgohel.github.io/ggiraph/reference/girafe.html">girafe</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span></span>
<span>  ggobj <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">trialMaPlot</span>, </span>
<span>  height_svg <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">12L</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span>
<span></span>
<span><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Save for later static production</span></span>
<span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/readRDS.html">saveRDS</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span><span class="va" style="color: #111111;
background-color: null;
font-style: inherit;">iaPlot</span>, file <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"./posts/cancertrialschildren/iaPlot.rds"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span></code></pre></div></div>
</details><p>Lines indicate the time of start of a trial of the respective active substance that included the paediatric population (irrespective of subset, such as adolescents or broader paediatric age ranges) to initial marketing authorisation for the active substance. Green lines indicate that this trial was started at least 5 years before the marketing authorisation.</p>
<p>Hover over the symbols to see details.</p>
<details class="code-fold"><summary>Code</summary><div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb6" style="background: #f1f3f5;"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;"><a href="https://rdrr.io/r/base/readRDS.html">readRDS</a></span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">(</span>file <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"iaPlot.rds"</span><span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">)</span></span></code></pre></div></div>
</details><div class="girafe html-widget html-fill-item" id="htmlwidget-3057f4fc7232f73e4f54" style="width:100%;height:1200px;"></div>
<script type="application/json" data-for="htmlwidget-3057f4fc7232f73e4f54">{"x":{"html":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='ggiraph-svg' role='graphics-document' id='svg_28da6e3be7af15e7' viewBox='0 0 432 864'>\n <defs id='svg_28da6e3be7af15e7_defs'>\n  <clipPath id='svg_28da6e3be7af15e7_c1'>\n   <rect x='0' y='0' width='432' height='864'/>\n  <\/clipPath>\n  <clipPath id='svg_28da6e3be7af15e7_c2'>\n   <rect x='83.89' y='47.48' width='344.13' height='793.45'/>\n  <\/clipPath>\n <\/defs>\n <g id='svg_28da6e3be7af15e7_rootg' class='ggiraph-svg-rootg'>\n  <g clip-path='url(#svg_28da6e3be7af15e7_c1)'>\n   <rect x='0' y='0' width='432' height='864' fill='#FFFFFF' fill-opacity='1' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' class='ggiraph-svg-bg'/>\n   <rect x='0' y='0' width='432' height='864' fill='#FFFFFF' fill-opacity='1' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='round'/>\n  <\/g>\n  <g clip-path='url(#svg_28da6e3be7af15e7_c2)'>\n   <rect x='83.89' y='47.48' width='344.13' height='793.45' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <polyline points='151.68,840.93 151.68,47.48' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.39' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='226.16,840.93 226.16,47.48' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.39' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='300.64,840.93 300.64,47.48' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.39' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='375.13,840.93 375.13,47.48' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.39' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,837.67 428.01,837.67' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,832.25 428.01,832.25' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,826.82 428.01,826.82' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,821.39 428.01,821.39' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,815.96 428.01,815.96' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,810.54 428.01,810.54' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,805.11 428.01,805.11' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,799.68 428.01,799.68' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,794.26 428.01,794.26' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,788.83 428.01,788.83' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,783.40 428.01,783.40' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,777.97 428.01,777.97' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,772.55 428.01,772.55' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,767.12 428.01,767.12' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,761.69 428.01,761.69' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,756.27 428.01,756.27' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,750.84 428.01,750.84' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,745.41 428.01,745.41' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,739.98 428.01,739.98' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,734.56 428.01,734.56' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,729.13 428.01,729.13' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,723.70 428.01,723.70' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,718.28 428.01,718.28' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,712.85 428.01,712.85' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,707.42 428.01,707.42' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,701.99 428.01,701.99' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,696.57 428.01,696.57' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,691.14 428.01,691.14' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,685.71 428.01,685.71' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,680.29 428.01,680.29' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,674.86 428.01,674.86' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,669.43 428.01,669.43' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,664.00 428.01,664.00' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,658.58 428.01,658.58' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,653.15 428.01,653.15' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,647.72 428.01,647.72' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,642.30 428.01,642.30' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,636.87 428.01,636.87' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,631.44 428.01,631.44' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,626.01 428.01,626.01' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,620.59 428.01,620.59' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,615.16 428.01,615.16' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,609.73 428.01,609.73' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,604.31 428.01,604.31' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,598.88 428.01,598.88' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,593.45 428.01,593.45' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,588.02 428.01,588.02' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,582.60 428.01,582.60' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,577.17 428.01,577.17' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,571.74 428.01,571.74' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,566.32 428.01,566.32' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,560.89 428.01,560.89' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,555.46 428.01,555.46' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,550.03 428.01,550.03' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,544.61 428.01,544.61' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,539.18 428.01,539.18' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,533.75 428.01,533.75' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,528.33 428.01,528.33' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,522.90 428.01,522.90' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,517.47 428.01,517.47' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,512.04 428.01,512.04' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,506.62 428.01,506.62' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,501.19 428.01,501.19' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,495.76 428.01,495.76' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,490.34 428.01,490.34' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,484.91 428.01,484.91' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,479.48 428.01,479.48' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,474.05 428.01,474.05' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,468.63 428.01,468.63' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,463.20 428.01,463.20' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,457.77 428.01,457.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,452.35 428.01,452.35' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,446.92 428.01,446.92' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,441.49 428.01,441.49' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,436.06 428.01,436.06' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,430.64 428.01,430.64' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,425.21 428.01,425.21' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,419.78 428.01,419.78' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,414.36 428.01,414.36' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,408.93 428.01,408.93' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,403.50 428.01,403.50' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,398.07 428.01,398.07' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,392.65 428.01,392.65' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,387.22 428.01,387.22' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,381.79 428.01,381.79' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,376.36 428.01,376.36' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,370.94 428.01,370.94' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,365.51 428.01,365.51' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,360.08 428.01,360.08' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,354.66 428.01,354.66' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,349.23 428.01,349.23' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,343.80 428.01,343.80' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,338.37 428.01,338.37' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,332.95 428.01,332.95' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,327.52 428.01,327.52' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,322.09 428.01,322.09' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,316.67 428.01,316.67' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,311.24 428.01,311.24' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,305.81 428.01,305.81' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,300.38 428.01,300.38' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,294.96 428.01,294.96' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,289.53 428.01,289.53' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,284.10 428.01,284.10' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,278.68 428.01,278.68' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,273.25 428.01,273.25' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,267.82 428.01,267.82' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,262.39 428.01,262.39' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,256.97 428.01,256.97' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,251.54 428.01,251.54' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,246.11 428.01,246.11' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,240.69 428.01,240.69' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,235.26 428.01,235.26' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,229.83 428.01,229.83' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,224.40 428.01,224.40' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,218.98 428.01,218.98' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,213.55 428.01,213.55' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,208.12 428.01,208.12' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,202.70 428.01,202.70' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,197.27 428.01,197.27' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,191.84 428.01,191.84' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,186.41 428.01,186.41' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,180.99 428.01,180.99' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,175.56 428.01,175.56' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,170.13 428.01,170.13' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,164.71 428.01,164.71' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,159.28 428.01,159.28' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,153.85 428.01,153.85' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,148.42 428.01,148.42' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,143.00 428.01,143.00' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,137.57 428.01,137.57' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,132.14 428.01,132.14' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,126.72 428.01,126.72' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,121.29 428.01,121.29' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,115.86 428.01,115.86' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,110.43 428.01,110.43' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,105.01 428.01,105.01' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,99.58 428.01,99.58' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,94.15 428.01,94.15' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,88.73 428.01,88.73' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,83.30 428.01,83.30' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,77.87 428.01,77.87' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,72.44 428.01,72.44' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,67.02 428.01,67.02' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,61.59 428.01,61.59' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,56.16 428.01,56.16' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='83.89,50.74 428.01,50.74' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='114.44,840.93 114.44,47.48' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='188.91,840.93 188.91,47.48' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='263.41,840.93 263.41,47.48' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='337.88,840.93 337.88,47.48' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='412.37,840.93 412.37,47.48' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <circle id='svg_28da6e3be7af15e7_e1' cx='158.4' cy='837.67' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='docetaxel (Taxotere):&amp;lt;br/&amp;gt;- authorised on: 1995-11-27&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1993-05-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00002544' data-id='docetaxel'/>\n   <circle id='svg_28da6e3be7af15e7_e2' cx='160.02' cy='832.25' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='toremifene (Fareston):&amp;lt;br/&amp;gt;- authorised on: 1996-02-14&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1991-07-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00002595' data-id='toremifene'/>\n   <circle id='svg_28da6e3be7af15e7_e3' cx='162.61' cy='826.82' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='doxorubicin hydrochloride (Caelyx pegylated liposomal):&amp;lt;br/&amp;gt;- authorised on: 1996-06-20&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2006-01-01&amp;lt;br/&amp;gt;- first trial with children ID: 2006-005673-21-IT' data-id='doxorubicin'/>\n   <circle id='svg_28da6e3be7af15e7_e4' cx='162.71' cy='821.39' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='ibandronic acid (Bondronat):&amp;lt;br/&amp;gt;- authorised on: 1996-06-25&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2004-03-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT02598440' data-id='ibandronic acid'/>\n   <circle id='svg_28da6e3be7af15e7_e5' cx='165.56' cy='815.96' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='topotecan (Hycamtin):&amp;lt;br/&amp;gt;- authorised on: 1996-11-12&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1993-02-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00001333' data-id='topotecan'/>\n   <circle id='svg_28da6e3be7af15e7_e6' cx='177.13' cy='810.54' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='rituximab (MabThera):&amp;lt;br/&amp;gt;- authorised on: 1998-06-02&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 1997-11-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00225212' data-id='rituximab'/>\n   <circle id='svg_28da6e3be7af15e7_e7' cx='181.98' cy='805.11' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='temozolomide (Temodal):&amp;lt;br/&amp;gt;- authorised on: 1999-01-26&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 1997-07-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00003062' data-id='temozolomide'/>\n   <circle id='svg_28da6e3be7af15e7_e8' cx='190.3' cy='799.68' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='thyrotropin alfa (Thyrogen):&amp;lt;br/&amp;gt;- authorised on: 2000-03-09&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1997-12-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00001730' data-id='thyrotropin alfa'/>\n   <circle id='svg_28da6e3be7af15e7_e9' cx='193.81' cy='794.26' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='trastuzumab (Herceptin):&amp;lt;br/&amp;gt;- authorised on: 2000-08-28&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1999-09-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00003995' data-id='trastuzumab'/>\n   <circle id='svg_28da6e3be7af15e7_e10' cx='197.03' cy='788.83' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='capecitabine (Xeloda):&amp;lt;br/&amp;gt;- authorised on: 2001-02-02&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1998-12-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00004012' data-id='capecitabine'/>\n   <circle id='svg_28da6e3be7af15e7_e11' cx='198.15' cy='783.4' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='bexarotene (Targretin):&amp;lt;br/&amp;gt;- authorised on: 2001-03-29&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: NA&amp;lt;br/&amp;gt;- first trial with children ID: NCT00050973' data-id='bexarotene'/>\n   <circle id='svg_28da6e3be7af15e7_e12' cx='202.7' cy='777.97' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='imatinib (Glivec):&amp;lt;br/&amp;gt;- authorised on: 2001-11-07&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2000-08-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00006357' data-id='imatinib'/>\n   <circle id='svg_28da6e3be7af15e7_e13' cx='205.1' cy='772.55' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='arsenic trioxide (Trisenox):&amp;lt;br/&amp;gt;- authorised on: 2002-03-05&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1998-04-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00003395' data-id='arsenic trioxide'/>\n   <circle id='svg_28da6e3be7af15e7_e14' cx='220.09' cy='767.12' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='fulvestrant (Faslodex):&amp;lt;br/&amp;gt;- authorised on: 2004-03-09&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1998-11-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00241449' data-id='fulvestrant'/>\n   <circle id='svg_28da6e3be7af15e7_e15' cx='220.83' cy='761.69' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Cladribine (Litak):&amp;lt;br/&amp;gt;- authorised on: 2004-04-14&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1998-03-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00003178' data-id='cladribine'/>\n   <circle id='svg_28da6e3be7af15e7_e16' cx='221.07' cy='756.27' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='bortezomib (Velcade):&amp;lt;br/&amp;gt;- authorised on: 2004-04-26&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2001-04-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00017329' data-id='bortezomib'/>\n   <circle id='svg_28da6e3be7af15e7_e17' cx='222.38' cy='750.84' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='cetuximab (Erbitux):&amp;lt;br/&amp;gt;- authorised on: 2004-06-29&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2003-12-30&amp;lt;br/&amp;gt;- first trial with children ID: NCT00079066' data-id='cetuximab'/>\n   <circle id='svg_28da6e3be7af15e7_e18' cx='224.07' cy='745.41' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='pemetrexed (Alimta):&amp;lt;br/&amp;gt;- authorised on: 2004-09-20&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2003-10-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00070473' data-id='pemetrexed'/>\n   <circle id='svg_28da6e3be7af15e7_e19' cx='224.72' cy='739.98' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='cinacalcet hydrochloride (Mimpara):&amp;lt;br/&amp;gt;- authorised on: 2004-10-22&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2005-06-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00195936' data-id='cinacalcet'/>\n   <circle id='svg_28da6e3be7af15e7_e20' cx='226.39' cy='734.56' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='bevacizumab (Avastin):&amp;lt;br/&amp;gt;- authorised on: 2005-01-12&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1998-02-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00109057' data-id='bevacizumab'/>\n   <circle id='svg_28da6e3be7af15e7_e21' cx='231.49' cy='729.13' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='erlotinib (Tarceva):&amp;lt;br/&amp;gt;- authorised on: 2005-09-19&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2002-03-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00590902' data-id='erlotinib'/>\n   <circle id='svg_28da6e3be7af15e7_e22' cx='236.63' cy='723.7' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='clofarabine (Evoltra):&amp;lt;br/&amp;gt;- authorised on: 2006-05-29&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2002-05-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00042341' data-id='clofarabine'/>\n   <circle id='svg_28da6e3be7af15e7_e23' cx='237.67' cy='718.28' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='sorafenib (Nexavar):&amp;lt;br/&amp;gt;- authorised on: 2006-07-19&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2004-09-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00101114' data-id='sorafenib'/>\n   <circle id='svg_28da6e3be7af15e7_e24' cx='237.67' cy='712.85' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='sunitinib (Sutent):&amp;lt;br/&amp;gt;- authorised on: 2006-07-19&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2006-09-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00338884' data-id='sunitinib'/>\n   <circle id='svg_28da6e3be7af15e7_e25' cx='245.81' cy='707.42' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='nelarabine (Atriance):&amp;lt;br/&amp;gt;- authorised on: 2007-08-22&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1998-08-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00003545' data-id='nelarabine'/>\n   <circle id='svg_28da6e3be7af15e7_e26' cx='246.34' cy='701.99' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='trabectedin (Yondelis):&amp;lt;br/&amp;gt;- authorised on: 2007-09-17&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1999-12-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00005625' data-id='trabectedin'/>\n   <circle id='svg_28da6e3be7af15e7_e27' cx='247.62' cy='696.57' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='nilotinib (Tasigna):&amp;lt;br/&amp;gt;- authorised on: 2007-11-19&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2005-06-27&amp;lt;br/&amp;gt;- first trial with children ID: NCT00129740' data-id='nilotinib'/>\n   <circle id='svg_28da6e3be7af15e7_e28' cx='247.62' cy='691.14' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='temsirolimus (Torisel):&amp;lt;br/&amp;gt;- authorised on: 2007-11-19&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2000-04-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00518375' data-id='temsirolimus'/>\n   <circle id='svg_28da6e3be7af15e7_e29' cx='247.91' cy='685.71' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='panitumumab (Vectibix):&amp;lt;br/&amp;gt;- authorised on: 2007-12-03&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2003-02-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00425035' data-id='panitumumab'/>\n   <circle id='svg_28da6e3be7af15e7_e30' cx='251.78' cy='680.29' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='lapatinib (Tyverb):&amp;lt;br/&amp;gt;- authorised on: 2008-06-10&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2004-10-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00095940' data-id='lapatinib'/>\n   <circle id='svg_28da6e3be7af15e7_e31' cx='255.66' cy='674.86' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='azacitidine (Vidaza):&amp;lt;br/&amp;gt;- authorised on: 2008-12-17&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1999-07-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00004062' data-id='azacitidine'/>\n   <circle id='svg_28da6e3be7af15e7_e32' cx='256.92' cy='669.43' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='degarelix (Firmagon):&amp;lt;br/&amp;gt;- authorised on: 2009-02-17&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2006-03-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00303784' data-id='degarelix'/>\n   <circle id='svg_28da6e3be7af15e7_e33' cx='259.51' cy='664' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='gefitinib (Iressa):&amp;lt;br/&amp;gt;- authorised on: 2009-06-24&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2001-01-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00012337' data-id='gefitinib'/>\n   <circle id='svg_28da6e3be7af15e7_e34' cx='260.31' cy='658.58' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='everolimus (Afinitor):&amp;lt;br/&amp;gt;- authorised on: 2009-08-02&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2000-06-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00098241' data-id='everolimus'/>\n   <circle id='svg_28da6e3be7af15e7_e35' cx='264.89' cy='653.15' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='thiotepa (Tepadina):&amp;lt;br/&amp;gt;- authorised on: 2010-03-15&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 1990-11-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00002508' data-id='thiotepa'/>\n   <circle id='svg_28da6e3be7af15e7_e36' cx='266.75' cy='647.72' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='pazopanib (Votrient):&amp;lt;br/&amp;gt;- authorised on: 2010-06-14&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2009-06-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00929903' data-id='pazopanib'/>\n   <circle id='svg_28da6e3be7af15e7_e37' cx='272.38' cy='642.3' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='cabazitaxel (Jevtana):&amp;lt;br/&amp;gt;- authorised on: 2011-03-17&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2012-08-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT01578655' data-id='cabazitaxel'/>\n   <circle id='svg_28da6e3be7af15e7_e38' cx='272.38' cy='636.87' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Eribulin (Halaven):&amp;lt;br/&amp;gt;- authorised on: 2011-03-17&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2009-03-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT01106248' data-id='eribulin'/>\n   <circle id='svg_28da6e3be7af15e7_e39' cx='274.78' cy='631.44' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='denosumab (Xgeva):&amp;lt;br/&amp;gt;- authorised on: 2011-07-13&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2002-05-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00043186' data-id='denosumab'/>\n   <circle id='svg_28da6e3be7af15e7_e40' cx='274.78' cy='626.01' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Ipilimumab (Yervoy):&amp;lt;br/&amp;gt;- authorised on: 2011-07-13&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2001-10-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00025181' data-id='ipilimumab'/>\n   <circle id='svg_28da6e3be7af15e7_e41' cx='275.89' cy='620.59' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='abiraterone acetate (Zytiga):&amp;lt;br/&amp;gt;- authorised on: 2011-09-05&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2012-01-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT01543776' data-id='abiraterone'/>\n   <circle id='svg_28da6e3be7af15e7_e42' cx='277.9' cy='615.16' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='5-aminolevulinic acid hydrochloride (Ameluz):&amp;lt;br/&amp;gt;- authorised on: 2011-12-13&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1997-02-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00002975' data-id='5-aminolevulinic ...'/>\n   <circle id='svg_28da6e3be7af15e7_e43' cx='279.23' cy='609.73' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='vandetanib (Caprelsa):&amp;lt;br/&amp;gt;- authorised on: 2012-02-16&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2003-05-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00066313' data-id='vandetanib'/>\n   <circle id='svg_28da6e3be7af15e7_e44' cx='279.25' cy='604.31' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='vemurafenib (Zelboraf):&amp;lt;br/&amp;gt;- authorised on: 2012-02-17&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2010-12-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT01248936' data-id='vemurafenib'/>\n   <circle id='svg_28da6e3be7af15e7_e45' cx='279.68' cy='598.88' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='6-mercaptopurine monohydrate (Xaluprine (previously Mercaptopurine Nova Laboratories)):&amp;lt;br/&amp;gt;- authorised on: 2012-03-09&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 1996-08-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00004688' data-id='mercaptopurine'/>\n   <circle id='svg_28da6e3be7af15e7_e46' cx='283.08' cy='593.45' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='ruxolitinib phosphate (Jakavi):&amp;lt;br/&amp;gt;- authorised on: 2012-08-23&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2010-09-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT01164163' data-id='ruxolitinib'/>\n   <circle id='svg_28da6e3be7af15e7_e47' cx='283.66' cy='588.02' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='decitabine (Dacogen):&amp;lt;br/&amp;gt;- authorised on: 2012-09-20&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2021-12-01&amp;lt;br/&amp;gt;- first trial with children ID: NCT05376852' data-id='decitabine'/>\n   <circle id='svg_28da6e3be7af15e7_e48' cx='284.33' cy='582.6' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='crizotinib (Xalkori):&amp;lt;br/&amp;gt;- authorised on: 2012-10-23&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2009-09-21&amp;lt;br/&amp;gt;- first trial with children ID: NCT00939770' data-id='crizotinib'/>\n   <circle id='svg_28da6e3be7af15e7_e49' cx='284.37' cy='577.17' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Brentuximab vedotin (Adcetris):&amp;lt;br/&amp;gt;- authorised on: 2012-10-25&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2008-03-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00649584' data-id='brentuximab vedotin'/>\n   <circle id='svg_28da6e3be7af15e7_e50' cx='286.39' cy='571.74' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='aflibercept (Zaltrap):&amp;lt;br/&amp;gt;- authorised on: 2013-02-01&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2008-04-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00622414' data-id='aflibercept'/>\n   <circle id='svg_28da6e3be7af15e7_e51' cx='287.02' cy='566.32' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='pertuzumab (Perjeta):&amp;lt;br/&amp;gt;- authorised on: 2013-03-04&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2005-05-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00096941' data-id='pertuzumab'/>\n   <circle id='svg_28da6e3be7af15e7_e52' cx='287.49' cy='560.89' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='bosutinib (as monohydrate) (Bosulif):&amp;lt;br/&amp;gt;- authorised on: 2013-03-27&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2020-07-06&amp;lt;br/&amp;gt;- first trial with children ID: NCT04258943' data-id='bosutinib'/>\n   <circle id='svg_28da6e3be7af15e7_e53' cx='289.24' cy='555.46' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='enzalutamide (Xtandi):&amp;lt;br/&amp;gt;- authorised on: 2013-06-21&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2007-07-23&amp;lt;br/&amp;gt;- first trial with children ID: NCT00510718' data-id='enzalutamide'/>\n   <circle id='svg_28da6e3be7af15e7_e54' cx='289.45' cy='550.03' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Ponatinib (Iclusig):&amp;lt;br/&amp;gt;- authorised on: 2013-07-01&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2019-12-02&amp;lt;br/&amp;gt;- first trial with children ID: 2023-509699-41-00' data-id='ponatinib'/>\n   <circle id='svg_28da6e3be7af15e7_e55' cx='289.67' cy='544.61' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='vismodegib (Erivedge):&amp;lt;br/&amp;gt;- authorised on: 2013-07-12&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2009-01-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00822458' data-id='vismodegib'/>\n   <circle id='svg_28da6e3be7af15e7_e56' cx='290.59' cy='539.18' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='dabrafenib mesilate (Tafinlar):&amp;lt;br/&amp;gt;- authorised on: 2013-08-26&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2012-09-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT01682213' data-id='dabrafenib'/>\n   <circle id='svg_28da6e3be7af15e7_e57' cx='290.59' cy='533.75' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='regorafenib (Stivarga):&amp;lt;br/&amp;gt;- authorised on: 2013-08-26&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2014-07-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT02048371' data-id='regorafenib'/>\n   <circle id='svg_28da6e3be7af15e7_e58' cx='291.2' cy='528.33' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='afatinib (Giotrif):&amp;lt;br/&amp;gt;- authorised on: 2013-09-25&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2015-04-29&amp;lt;br/&amp;gt;- first trial with children ID: NCT02372006' data-id='afatinib'/>\n   <circle id='svg_28da6e3be7af15e7_e59' cx='292.2' cy='522.9' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='radium (223Ra) dichloride (Xofigo):&amp;lt;br/&amp;gt;- authorised on: 2013-11-13&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2013-10-16&amp;lt;br/&amp;gt;- first trial with children ID: NCT01833520' data-id='radium Ra223 dich...'/>\n   <circle id='svg_28da6e3be7af15e7_e60' cx='294.81' cy='517.47' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='cabozantinib (Cometriq):&amp;lt;br/&amp;gt;- authorised on: 2014-03-21&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2012-05-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT01599793' data-id='cabozantinib'/>\n   <circle id='svg_28da6e3be7af15e7_e61' cx='296.87' cy='512.04' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='trametinib (Mekinist):&amp;lt;br/&amp;gt;- authorised on: 2014-06-30&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2017-06-20&amp;lt;br/&amp;gt;- first trial with children ID: NCT03148275' data-id='trametinib'/>\n   <circle id='svg_28da6e3be7af15e7_e62' cx='297.32' cy='506.62' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='obinutuzumab (Gazyvaro):&amp;lt;br/&amp;gt;- authorised on: 2014-07-22&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2017-03-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT02750670' data-id='obinutuzumab'/>\n   <circle id='svg_28da6e3be7af15e7_e63' cx='298.5' cy='501.19' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Idelalisib (Zydelig):&amp;lt;br/&amp;gt;- authorised on: 2014-09-18&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2011-09-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT01393106' data-id='idelalisib'/>\n   <circle id='svg_28da6e3be7af15e7_e64' cx='299.17' cy='495.76' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Ibrutinib (Imbruvica):&amp;lt;br/&amp;gt;- authorised on: 2014-10-21&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2017-05-11&amp;lt;br/&amp;gt;- first trial with children ID: NCT02959944' data-id='ibrutinib'/>\n   <circle id='svg_28da6e3be7af15e7_e65' cx='299.81' cy='490.34' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='nintedanib (Vargatef):&amp;lt;br/&amp;gt;- authorised on: 2014-11-21&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2019-12-03&amp;lt;br/&amp;gt;- first trial with children ID: NCT04093024' data-id='nintedanib'/>\n   <circle id='svg_28da6e3be7af15e7_e66' cx='300.32' cy='484.91' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='olaparib (Lynparza):&amp;lt;br/&amp;gt;- authorised on: 2014-12-16&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2017-09-14&amp;lt;br/&amp;gt;- first trial with children ID: NCT03233204' data-id='olaparib'/>\n   <circle id='svg_28da6e3be7af15e7_e67' cx='300.38' cy='479.48' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='ramucirumab (Cyramza):&amp;lt;br/&amp;gt;- authorised on: 2014-12-19&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2006-12-04&amp;lt;br/&amp;gt;- first trial with children ID: NCT00428272' data-id='ramucirumab'/>\n   <circle id='svg_28da6e3be7af15e7_e68' cx='303.19' cy='474.05' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='ceritinib (Zykadia):&amp;lt;br/&amp;gt;- authorised on: 2015-05-06&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2013-08-28&amp;lt;br/&amp;gt;- first trial with children ID: NCT01742286' data-id='ceritinib'/>\n   <circle id='svg_28da6e3be7af15e7_e69' cx='303.62' cy='468.63' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='netupitant;palonosetron hydrochloride (Akynzeo):&amp;lt;br/&amp;gt;- authorised on: 2015-05-27&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2017-08-31&amp;lt;br/&amp;gt;- first trial with children ID: NCT03204279' data-id='netupitant palono...'/>\n   <circle id='svg_28da6e3be7af15e7_e70' cx='303.64' cy='463.2' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='lenvatinib mesilate (Lenvima):&amp;lt;br/&amp;gt;- authorised on: 2015-05-28&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2020-05-02&amp;lt;br/&amp;gt;- first trial with children ID: NCT04319484' data-id='lenvatinib'/>\n   <circle id='svg_28da6e3be7af15e7_e71' cx='304.09' cy='457.77' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='nivolumab (Opdivo):&amp;lt;br/&amp;gt;- authorised on: 2015-06-19&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2010-08-04&amp;lt;br/&amp;gt;- first trial with children ID: NCT01176461' data-id='nivolumab'/>\n   <circle id='svg_28da6e3be7af15e7_e72' cx='304.66' cy='452.35' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='pembrolizumab (Keytruda):&amp;lt;br/&amp;gt;- authorised on: 2015-07-17&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2015-03-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT02301039' data-id='pembrolizumab'/>\n   <circle id='svg_28da6e3be7af15e7_e73' cx='305.23' cy='446.92' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='sonidegib diphosphate (Odomzo):&amp;lt;br/&amp;gt;- authorised on: 2015-08-14&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2011-02-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT01125800' data-id='sonidegib'/>\n   <circle id='svg_28da6e3be7af15e7_e74' cx='305.52' cy='441.49' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='panobinostat lactate anhydrous (Farydak):&amp;lt;br/&amp;gt;- authorised on: 2015-08-28&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2013-06-24&amp;lt;br/&amp;gt;- first trial with children ID: NCT01802879' data-id='panobinostat'/>\n   <circle id='svg_28da6e3be7af15e7_e75' cx='307.23' cy='436.06' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='cobimetinib hemifumarate (Cotellic):&amp;lt;br/&amp;gt;- authorised on: 2015-11-20&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2016-01-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT02649972' data-id='cobimetinib'/>\n   <circle id='svg_28da6e3be7af15e7_e76' cx='307.29' cy='430.64' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='blinatumomab (Blincyto):&amp;lt;br/&amp;gt;- authorised on: 2015-11-23&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2012-01-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT01471782' data-id='blinatumomab'/>\n   <circle id='svg_28da6e3be7af15e7_e77' cx='307.76' cy='425.21' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='talimogene laherparepvec (Imlygic):&amp;lt;br/&amp;gt;- authorised on: 2015-12-16&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2017-08-16&amp;lt;br/&amp;gt;- first trial with children ID: NCT02756845' data-id='talimogene laherp...'/>\n   <circle id='svg_28da6e3be7af15e7_e78' cx='308.35' cy='419.78' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='pegaspargase (Oncaspar):&amp;lt;br/&amp;gt;- authorised on: 2016-01-14&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2011-01-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT01501136' data-id='pegaspargase'/>\n   <circle id='svg_28da6e3be7af15e7_e79' cx='308.72' cy='414.36' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='osimertinib mesilate (Tagrisso):&amp;lt;br/&amp;gt;- authorised on: 2016-02-01&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2024-10-01&amp;lt;br/&amp;gt;- first trial with children ID: NCT06477055' data-id='osimertinib'/>\n   <circle id='svg_28da6e3be7af15e7_e80' cx='310.43' cy='408.93' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='trifluridine;tipiracil hydrochloride (Lonsurf):&amp;lt;br/&amp;gt;- authorised on: 2016-04-25&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2022-03-19&amp;lt;br/&amp;gt;- first trial with children ID: NCT06495463' data-id='trifluridine tipi...'/>\n   <circle id='svg_28da6e3be7af15e7_e81' cx='310.94' cy='403.5' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='daratumumab (Darzalex):&amp;lt;br/&amp;gt;- authorised on: 2016-05-20&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2023-04-17&amp;lt;br/&amp;gt;- first trial with children ID: NCT05832216' data-id='daratumumab'/>\n   <circle id='svg_28da6e3be7af15e7_e82' cx='312.78' cy='398.07' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='methotrexate (Nordimet):&amp;lt;br/&amp;gt;- authorised on: 2016-08-18&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1989-11-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00004748' data-id='methotrexate'/>\n   <circle id='svg_28da6e3be7af15e7_e83' cx='313.94' cy='392.65' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='irinotecan anhydrous free-base (Onivyde pegylated liposomal (previously Onivyde)):&amp;lt;br/&amp;gt;- authorised on: 2016-10-14&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1999-12-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00004919' data-id='irinotecan hydroc...'/>\n   <circle id='svg_28da6e3be7af15e7_e84' cx='314.47' cy='387.22' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Palbociclib (Ibrance):&amp;lt;br/&amp;gt;- authorised on: 2016-11-09&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2014-12-08&amp;lt;br/&amp;gt;- first trial with children ID: NCT02255461' data-id='palbociclib'/>\n   <circle id='svg_28da6e3be7af15e7_e85' cx='314.98' cy='381.79' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='venetoclax (Venclyxto):&amp;lt;br/&amp;gt;- authorised on: 2016-12-04&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2019-09-06&amp;lt;br/&amp;gt;- first trial with children ID: NCT03844048' data-id='venetoclax'/>\n   <circle id='svg_28da6e3be7af15e7_e86' cx='316.49' cy='376.36' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='alectinib hydrochloride (Alecensa):&amp;lt;br/&amp;gt;- authorised on: 2017-02-16&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2021-09-14&amp;lt;br/&amp;gt;- first trial with children ID: NCT04774718' data-id='alectinib'/>\n   <circle id='svg_28da6e3be7af15e7_e87' cx='316.79' cy='370.94' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='chlormethine (Ledaga):&amp;lt;br/&amp;gt;- authorised on: 2017-03-03&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1976-02-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00001155' data-id='chlormethine'/>\n   <circle id='svg_28da6e3be7af15e7_e88' cx='318.4' cy='365.51' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='fluciclovine (18F) (Axumin):&amp;lt;br/&amp;gt;- authorised on: 2017-05-21&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2018-10-02&amp;lt;br/&amp;gt;- first trial with children ID: NCT03707184' data-id='fluciclovine 18F '/>\n   <circle id='svg_28da6e3be7af15e7_e89' cx='319.18' cy='360.08' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Inotuzumab ozogamicin (Besponsa):&amp;lt;br/&amp;gt;- authorised on: 2017-06-28&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2017-07-31&amp;lt;br/&amp;gt;- first trial with children ID: NCT03104491' data-id='inotuzumab ozogam...'/>\n   <circle id='svg_28da6e3be7af15e7_e90' cx='320.3' cy='354.66' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='ribociclib succinate (Kisqali):&amp;lt;br/&amp;gt;- authorised on: 2017-08-22&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2013-05-28&amp;lt;br/&amp;gt;- first trial with children ID: NCT01747876' data-id='ribociclib'/>\n   <circle id='svg_28da6e3be7af15e7_e91' cx='320.85' cy='349.23' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='avelumab (Bavencio):&amp;lt;br/&amp;gt;- authorised on: 2017-09-18&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2017-02-16&amp;lt;br/&amp;gt;- first trial with children ID: NCT03006848' data-id='avelumab'/>\n   <circle id='svg_28da6e3be7af15e7_e92' cx='320.85' cy='343.8' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Midostaurin (Rydapt):&amp;lt;br/&amp;gt;- authorised on: 2017-09-18&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2009-09-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00866281' data-id='midostaurin'/>\n   <circle id='svg_28da6e3be7af15e7_e93' cx='320.89' cy='338.37' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='atezolizumab (Tecentriq):&amp;lt;br/&amp;gt;- authorised on: 2017-09-20&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2015-11-30&amp;lt;br/&amp;gt;- first trial with children ID: NCT02541604' data-id='atezolizumab'/>\n   <circle id='svg_28da6e3be7af15e7_e94' cx='322.05' cy='332.95' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='niraparib (tosilate monohydrate) (Zejula):&amp;lt;br/&amp;gt;- authorised on: 2017-11-16&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2023-05-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT05749211' data-id='niraparib'/>\n   <circle id='svg_28da6e3be7af15e7_e95' cx='325.2' cy='327.52' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='gemtuzumab ozogamicin (Mylotarg):&amp;lt;br/&amp;gt;- authorised on: 2018-04-19&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2004-01-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00476541' data-id='gemtuzumab ozogam...'/>\n   <circle id='svg_28da6e3be7af15e7_e96' cx='325.89' cy='322.09' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Rucaparib camsylate (Rubraca):&amp;lt;br/&amp;gt;- authorised on: 2018-05-23&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2019-04-16&amp;lt;br/&amp;gt;- first trial with children ID: NCT03845296' data-id='rucaparib'/>\n   <circle id='svg_28da6e3be7af15e7_e97' cx='327.76' cy='316.67' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='axicabtagene ciloleucel (Yescarta):&amp;lt;br/&amp;gt;- authorised on: 2018-08-23&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2020-02-07&amp;lt;br/&amp;gt;- first trial with children ID: NCT04071366' data-id='axicabtagene cilo...'/>\n   <circle id='svg_28da6e3be7af15e7_e98' cx='327.76' cy='311.24' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='tisagenlecleucel (Kymriah):&amp;lt;br/&amp;gt;- authorised on: 2018-08-23&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2014-08-14&amp;lt;br/&amp;gt;- first trial with children ID: NCT02228096' data-id='tisagenlecleucel'/>\n   <circle id='svg_28da6e3be7af15e7_e99' cx='327.93' cy='305.81' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='neratinib (Nerlynx):&amp;lt;br/&amp;gt;- authorised on: 2018-08-31&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2016-10-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT02932280' data-id='neratinib'/>\n   <circle id='svg_28da6e3be7af15e7_e100' cx='328.34' cy='300.38' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='binimetinib (Mektovi):&amp;lt;br/&amp;gt;- authorised on: 2018-09-20&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2016-05-04&amp;lt;br/&amp;gt;- first trial with children ID: NCT02285439' data-id='binimetinib'/>\n   <circle id='svg_28da6e3be7af15e7_e101' cx='328.36' cy='294.96' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='durvalumab (Imfinzi):&amp;lt;br/&amp;gt;- authorised on: 2018-09-21&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2016-07-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT02793466' data-id='durvalumab'/>\n   <circle id='svg_28da6e3be7af15e7_e102' cx='328.46' cy='289.53' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='abemaciclib (Verzenios):&amp;lt;br/&amp;gt;- authorised on: 2018-09-26&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2016-02-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT02644460' data-id='abemaciclib'/>\n   <circle id='svg_28da6e3be7af15e7_e103' cx='329.62' cy='284.1' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='brigatinib (Alunbrig):&amp;lt;br/&amp;gt;- authorised on: 2018-11-22&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2020-09-01&amp;lt;br/&amp;gt;- first trial with children ID: NCT04260009' data-id='brigatinib'/>\n   <circle id='svg_28da6e3be7af15e7_e104' cx='333.9' cy='278.68' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='talazoparib (Talzenna):&amp;lt;br/&amp;gt;- authorised on: 2019-06-20&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2017-03-03&amp;lt;br/&amp;gt;- first trial with children ID: NCT03377556' data-id='talazoparib'/>\n   <circle id='svg_28da6e3be7af15e7_e105' cx='333.9' cy='273.25' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='treosulfan (Trecondi):&amp;lt;br/&amp;gt;- authorised on: 2019-06-20&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2005-06-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00253513' data-id='treosulfan'/>\n   <circle id='svg_28da6e3be7af15e7_e106' cx='334.07' cy='267.82' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='cemiplimab (Libtayo):&amp;lt;br/&amp;gt;- authorised on: 2019-06-28&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2018-09-24&amp;lt;br/&amp;gt;- first trial with children ID: NCT03690869' data-id='cemiplimab'/>\n   <circle id='svg_28da6e3be7af15e7_e107' cx='334.62' cy='262.39' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='L-arginine hydrochloride;L-lysine hydrochloride (LysaKare):&amp;lt;br/&amp;gt;- authorised on: 2019-07-25&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2010-04-08&amp;lt;br/&amp;gt;- first trial with children ID: 2009-012603-26-BE' data-id='arginine lysine'/>\n   <circle id='svg_28da6e3be7af15e7_e108' cx='335.76' cy='256.97' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='larotrectinib sulfate (Vitrakvi):&amp;lt;br/&amp;gt;- authorised on: 2019-09-19&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2015-12-16&amp;lt;br/&amp;gt;- first trial with children ID: NCT02637687' data-id='larotrectinib'/>\n   <circle id='svg_28da6e3be7af15e7_e109' cx='338.19' cy='251.54' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='polatuzumab vedotin (Polivy):&amp;lt;br/&amp;gt;- authorised on: 2020-01-16&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2021-08-01&amp;lt;br/&amp;gt;- first trial with children ID: NCT04491370' data-id='polatuzumab vedotin'/>\n   <circle id='svg_28da6e3be7af15e7_e110' cx='339.63' cy='246.11' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='darolutamide (Nubeqa):&amp;lt;br/&amp;gt;- authorised on: 2020-03-27&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2022-01-19&amp;lt;br/&amp;gt;- first trial with children ID: NCT05272709' data-id='darolutamide'/>\n   <circle id='svg_28da6e3be7af15e7_e111' cx='340.94' cy='240.69' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Isatuximab (Sarclisa):&amp;lt;br/&amp;gt;- authorised on: 2020-05-30&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2022-09-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT05559827' data-id='isatuximab'/>\n   <circle id='svg_28da6e3be7af15e7_e112' cx='342.12' cy='235.26' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='alpelisib (Piqray):&amp;lt;br/&amp;gt;- authorised on: 2020-07-27&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2019-03-11&amp;lt;br/&amp;gt;- first trial with children ID: NCT03601507' data-id='alpelisib'/>\n   <circle id='svg_28da6e3be7af15e7_e113' cx='342.2' cy='229.83' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Entrectinib (Rozlytrek):&amp;lt;br/&amp;gt;- authorised on: 2020-07-31&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2016-05-03&amp;lt;br/&amp;gt;- first trial with children ID: NCT02650401' data-id='entrectinib'/>\n   <circle id='svg_28da6e3be7af15e7_e114' cx='343.32' cy='224.4' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='avapritinib (Ayvakyt):&amp;lt;br/&amp;gt;- authorised on: 2020-09-24&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2022-02-24&amp;lt;br/&amp;gt;- first trial with children ID: NCT04773782' data-id='avapritinib'/>\n   <circle id='svg_28da6e3be7af15e7_e115' cx='344.4' cy='218.98' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='melphalan hydrochloride (Phelinun):&amp;lt;br/&amp;gt;- authorised on: 2020-11-16&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 1998-09-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00001750' data-id='melphalan'/>\n   <circle id='svg_28da6e3be7af15e7_e116' cx='345.47' cy='213.55' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='tagraxofusp (Elzonris):&amp;lt;br/&amp;gt;- authorised on: 2021-01-07&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2020-03-27&amp;lt;br/&amp;gt;- first trial with children ID: NCT04317781' data-id='tagraxofusp'/>\n   <circle id='svg_28da6e3be7af15e7_e117' cx='346.18' cy='208.12' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='selpercatinib (Retsevmo):&amp;lt;br/&amp;gt;- authorised on: 2021-02-11&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2017-05-02&amp;lt;br/&amp;gt;- first trial with children ID: NCT03157128' data-id='selpercatinib'/>\n   <circle id='svg_28da6e3be7af15e7_e118' cx='347.06' cy='202.7' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='selinexor (Nexpovio):&amp;lt;br/&amp;gt;- authorised on: 2021-03-26&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2014-03-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT02091245' data-id='selinexor'/>\n   <circle id='svg_28da6e3be7af15e7_e119' cx='347.59' cy='197.27' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='dostarlimab (Jemperli):&amp;lt;br/&amp;gt;- authorised on: 2021-04-21&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2025-03-06&amp;lt;br/&amp;gt;- first trial with children ID: NCT06521567' data-id='dostarlimab'/>\n   <circle id='svg_28da6e3be7af15e7_e120' cx='348.16' cy='191.84' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='duvelisib (Copiktra):&amp;lt;br/&amp;gt;- authorised on: 2021-05-19&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2013-12-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT02028039' data-id='duvelisib'/>\n   <circle id='svg_28da6e3be7af15e7_e121' cx='348.75' cy='186.41' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='selumetinib sulfate (Koselugo):&amp;lt;br/&amp;gt;- authorised on: 2021-06-17&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2010-07-07&amp;lt;br/&amp;gt;- first trial with children ID: NCT01089101' data-id='selumetinib'/>\n   <circle id='svg_28da6e3be7af15e7_e122' cx='350.18' cy='180.99' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='tafasitamab (Minjuvi):&amp;lt;br/&amp;gt;- authorised on: 2021-08-26&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2013-04-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT01685021' data-id='tafasitamab'/>\n   <circle id='svg_28da6e3be7af15e7_e123' cx='351.97' cy='175.56' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='zanubrutinib (Brukinsa):&amp;lt;br/&amp;gt;- authorised on: 2021-11-22&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2022-02-01&amp;lt;br/&amp;gt;- first trial with children ID: NCT05320575' data-id='zanubrutinib'/>\n   <circle id='svg_28da6e3be7af15e7_e124' cx='355.19' cy='170.13' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='relugolix (Orgovyx):&amp;lt;br/&amp;gt;- authorised on: 2022-04-29&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2024-06-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT07069465' data-id='relugolix'/>\n   <circle id='svg_28da6e3be7af15e7_e125' cx='355.7' cy='164.71' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='leuprorelin mesilate (Camcevi):&amp;lt;br/&amp;gt;- authorised on: 2022-05-24&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 1989-07-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00004311' data-id='leuprorelin'/>\n   <circle id='svg_28da6e3be7af15e7_e126' cx='357.56' cy='159.28' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='teclistamab (Tecvayli):&amp;lt;br/&amp;gt;- authorised on: 2022-08-23&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2025-03-29&amp;lt;br/&amp;gt;- first trial with children ID: NCT06699394' data-id='teclistamab'/>\n   <circle id='svg_28da6e3be7af15e7_e127' cx='357.6' cy='153.85' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='asciminib hydrochloride (Scemblix):&amp;lt;br/&amp;gt;- authorised on: 2022-08-25&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2021-12-27&amp;lt;br/&amp;gt;- first trial with children ID: NCT04925479' data-id='asciminib'/>\n   <circle id='svg_28da6e3be7af15e7_e128' cx='359.76' cy='148.42' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='lutetium (177Lu) vipivotide tetraxetan (Pluvicto):&amp;lt;br/&amp;gt;- authorised on: 2022-12-09&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2024-08-01&amp;lt;br/&amp;gt;- first trial with children ID: NCT06288113' data-id='lutetium 177Lu vi...'/>\n   <circle id='svg_28da6e3be7af15e7_e129' cx='359.9' cy='143' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='tabelecleucel (Ebvallo):&amp;lt;br/&amp;gt;- authorised on: 2022-12-16&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2009-05-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT00889954' data-id='tabelecleucel'/>\n   <circle id='svg_28da6e3be7af15e7_e130' cx='359.98' cy='137.57' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='loncastuximab tesirine (Zynlonta):&amp;lt;br/&amp;gt;- authorised on: 2022-12-20&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2016-03-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT02669264' data-id='loncastuximab tes...'/>\n   <circle id='svg_28da6e3be7af15e7_e131' cx='362.74' cy='132.14' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Ivosidenib (Tibsovo):&amp;lt;br/&amp;gt;- authorised on: 2023-05-04&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2020-07-20&amp;lt;br/&amp;gt;- first trial with children ID: NCT04195555' data-id='ivosidenib'/>\n   <circle id='svg_28da6e3be7af15e7_e132' cx='365.47' cy='126.72' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='tislelizumab (Tevimbra):&amp;lt;br/&amp;gt;- authorised on: 2023-09-15&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2023-02-03&amp;lt;br/&amp;gt;- first trial with children ID: NCT05840835' data-id='tislelizumab'/>\n   <circle id='svg_28da6e3be7af15e7_e133' cx='365.61' cy='121.29' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='epcoritamab (Tepkinly):&amp;lt;br/&amp;gt;- authorised on: 2023-09-22&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2022-10-04&amp;lt;br/&amp;gt;- first trial with children ID: NCT05206357' data-id='epcoritamab'/>\n   <circle id='svg_28da6e3be7af15e7_e134' cx='371.16' cy='115.86' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='fruquintinib (Fruzaqla):&amp;lt;br/&amp;gt;- authorised on: 2024-06-20&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2023-04-01&amp;lt;br/&amp;gt;- first trial with children ID: NCT05941325' data-id='fruquintinib'/>\n   <circle id='svg_28da6e3be7af15e7_e135' cx='372.44' cy='110.43' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='Erdafitinib (Balversa):&amp;lt;br/&amp;gt;- authorised on: 2024-08-22&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2018-06-05&amp;lt;br/&amp;gt;- first trial with children ID: NCT03210714' data-id='erdafitinib'/>\n   <circle id='svg_28da6e3be7af15e7_e136' cx='373.02' cy='105.01' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='toripalimab (Loqtorzi):&amp;lt;br/&amp;gt;- authorised on: 2024-09-19&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2019-07-19&amp;lt;br/&amp;gt;- first trial with children ID: NCT03946943' data-id='toripalimab'/>\n   <circle id='svg_28da6e3be7af15e7_e137' cx='374.16' cy='99.58' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='mirvetuximab soravtansine (Elahere):&amp;lt;br/&amp;gt;- authorised on: 2024-11-14&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2017-03-22&amp;lt;br/&amp;gt;- first trial with children ID: NCT02996825' data-id='mirvetuximab sora...'/>\n   <circle id='svg_28da6e3be7af15e7_e138' cx='375.38' cy='94.15' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='repotrectinib (Augtyro):&amp;lt;br/&amp;gt;- authorised on: 2025-01-13&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2017-03-07&amp;lt;br/&amp;gt;- first trial with children ID: NCT03093116' data-id='repotrectinib'/>\n   <circle id='svg_28da6e3be7af15e7_e139' cx='375.99' cy='88.73' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='belzutifan (Welireg):&amp;lt;br/&amp;gt;- authorised on: 2025-02-12&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2021-08-12&amp;lt;br/&amp;gt;- first trial with children ID: NCT04924075' data-id='belzutifan'/>\n   <circle id='svg_28da6e3be7af15e7_e140' cx='376.46' cy='83.3' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='imetelstat (Rytelo):&amp;lt;br/&amp;gt;- authorised on: 2025-03-07&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2011-05-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT01273090' data-id='imetelstat'/>\n   <circle id='svg_28da6e3be7af15e7_e141' cx='377.42' cy='77.87' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='linvoseltamab (Lynozyfic):&amp;lt;br/&amp;gt;- authorised on: 2025-04-23&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2025-12-02&amp;lt;br/&amp;gt;- first trial with children ID: NCT06910124' data-id='linvoseltamab'/>\n   <circle id='svg_28da6e3be7af15e7_e142' cx='379.15' cy='72.44' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='mirdametinib (Ezmekly):&amp;lt;br/&amp;gt;- authorised on: 2025-07-17&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2014-06-15&amp;lt;br/&amp;gt;- first trial with children ID: NCT02096471' data-id='mirdametinib'/>\n   <circle id='svg_28da6e3be7af15e7_e143' cx='379.15' cy='67.02' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='obecabtagene autoleucel (Aucatzyl):&amp;lt;br/&amp;gt;- authorised on: 2025-07-17&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2023-11-16&amp;lt;br/&amp;gt;- first trial with children ID: NCT06173518' data-id='obecabtagene auto...'/>\n   <circle id='svg_28da6e3be7af15e7_e144' cx='379.72' cy='61.59' r='1.07pt' fill='#FF0000' fill-opacity='1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='nirogacestat hydrobromide (Ogsiveo):&amp;lt;br/&amp;gt;- authorised on: 2025-08-14&amp;lt;br/&amp;gt;- authorised for children: FALSE&amp;lt;br/&amp;gt;- first trial with children start: 2009-06-25&amp;lt;br/&amp;gt;- first trial with children ID: NCT00878189' data-id='nirogacestat'/>\n   <circle id='svg_28da6e3be7af15e7_e145' cx='380.42' cy='56.16' r='1.07pt' fill='#00FF00' fill-opacity='1' stroke='#00FF00' stroke-opacity='1' stroke-width='0.52' stroke-linejoin='round' stroke-linecap='round' title='vorasidenib (Voranigo):&amp;lt;br/&amp;gt;- authorised on: 2025-09-17&amp;lt;br/&amp;gt;- authorised for children: TRUE&amp;lt;br/&amp;gt;- first trial with children start: 2020-01-05&amp;lt;br/&amp;gt;- first trial with children ID: NCT04164901' data-id='vorasidenib'/>\n   <line x1='139.52' y1='837.67' x2='158.4' y2='837.67' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='125.86' y1='832.25' x2='160.02' y2='832.25' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='233.61' y1='826.82' x2='162.61' y2='826.82' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='220.21' y1='821.39' x2='162.71' y2='821.39' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='137.71' y1='815.96' x2='165.56' y2='815.96' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='173.07' y1='810.54' x2='177.13' y2='810.54' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='170.56' y1='805.11' x2='181.98' y2='805.11' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='173.68' y1='799.68' x2='190.3' y2='799.68' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='186.71' y1='794.26' x2='193.81' y2='794.26' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='181.12' y1='788.83' x2='197.03' y2='788.83' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='193.54' y1='777.97' x2='202.7' y2='777.97' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='176.15' y1='772.55' x2='205.1' y2='772.55' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='180.51' y1='767.12' x2='220.09' y2='767.12' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='175.51' y1='761.69' x2='220.83' y2='761.69' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='198.5' y1='756.27' x2='221.07' y2='756.27' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='218.66' y1='750.84' x2='222.38' y2='750.84' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='217.11' y1='745.41' x2='224.07' y2='745.41' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='229.53' y1='739.98' x2='224.72' y2='739.98' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='174.94' y1='734.56' x2='226.39' y2='734.56' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='205.31' y1='729.13' x2='231.49' y2='729.13' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='206.55' y1='723.7' x2='236.63' y2='723.7' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='223.97' y1='718.28' x2='237.67' y2='718.28' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='238.85' y1='712.85' x2='237.67' y2='712.85' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='178.63' y1='707.42' x2='245.81' y2='707.42' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='188.57' y1='701.99' x2='246.34' y2='701.99' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='229.78' y1='696.57' x2='247.62' y2='696.57' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='191.05' y1='691.14' x2='247.62' y2='691.14' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='212.18' y1='685.71' x2='247.91' y2='685.71' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='224.58' y1='680.29' x2='251.78' y2='680.29' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='185.45' y1='674.86' x2='255.66' y2='674.86' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='235.1' y1='669.43' x2='256.92' y2='669.43' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='196.66' y1='664' x2='259.51' y2='664' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='192.3' y1='658.58' x2='260.31' y2='658.58' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='120.92' y1='653.15' x2='264.89' y2='653.15' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='259.33' y1='647.72' x2='266.75' y2='647.72' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='282.92' y1='642.3' x2='272.38' y2='642.3' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='257.45' y1='636.87' x2='272.38' y2='636.87' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='206.55' y1='631.44' x2='274.78' y2='631.44' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='202.23' y1='626.01' x2='274.78' y2='626.01' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='278.58' y1='620.59' x2='275.89' y2='620.59' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='167.5' y1='615.16' x2='277.9' y2='615.16' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='213.99' y1='609.73' x2='279.23' y2='609.73' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='270.5' y1='604.31' x2='279.25' y2='604.31' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='163.75' y1='598.88' x2='279.68' y2='598.88' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='268.65' y1='593.45' x2='283.08' y2='593.45' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='352.15' y1='588.02' x2='283.66' y2='588.02' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='261.33' y1='582.6' x2='284.33' y2='582.6' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='250.01' y1='577.17' x2='284.37' y2='577.17' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='250.64' y1='571.74' x2='286.39' y2='571.74' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='228.9' y1='566.32' x2='287.02' y2='566.32' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='341.69' y1='560.89' x2='287.49' y2='560.89' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='245.2' y1='555.46' x2='289.24' y2='555.46' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='337.27' y1='550.03' x2='289.45' y2='550.03' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='256.25' y1='544.61' x2='289.67' y2='544.61' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='283.55' y1='539.18' x2='290.59' y2='539.18' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='297.18' y1='533.75' x2='290.59' y2='533.75' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='303.05' y1='528.33' x2='291.2' y2='528.33' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='291.63' y1='522.9' x2='292.2' y2='522.9' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='281.05' y1='517.47' x2='294.81' y2='517.47' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='319.02' y1='512.04' x2='296.87' y2='512.04' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='317.04' y1='506.62' x2='297.32' y2='506.62' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='276.09' y1='501.19' x2='298.5' y2='501.19' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='318.2' y1='495.76' x2='299.17' y2='495.76' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='337.29' y1='490.34' x2='299.81' y2='490.34' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='320.77' y1='484.91' x2='300.32' y2='484.91' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='240.48' y1='479.48' x2='300.38' y2='479.48' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='290.63' y1='474.05' x2='303.19' y2='474.05' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='320.48' y1='468.63' x2='303.62' y2='468.63' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='340.37' y1='463.2' x2='303.64' y2='463.2' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='267.79' y1='457.77' x2='304.09' y2='457.77' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='302.13' y1='452.35' x2='304.66' y2='452.35' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='271.77' y1='446.92' x2='305.23' y2='446.92' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='289.3' y1='441.49' x2='305.52' y2='441.49' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='308.37' y1='436.06' x2='307.23' y2='436.06' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='278.58' y1='430.64' x2='307.29' y2='430.64' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='320.18' y1='425.21' x2='307.76' y2='425.21' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='271.13' y1='419.78' x2='308.35' y2='419.78' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='373.26' y1='414.36' x2='308.72' y2='414.36' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='354.36' y1='408.93' x2='310.43' y2='408.93' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='362.39' y1='403.5' x2='310.94' y2='403.5' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='113.48' y1='398.07' x2='312.78' y2='398.07' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='188.57' y1='392.65' x2='313.94' y2='392.65' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='300.15' y1='387.22' x2='314.47' y2='387.22' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='335.49' y1='381.79' x2='314.98' y2='381.79' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='350.56' y1='376.36' x2='316.49' y2='376.36' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='328.58' y1='365.51' x2='318.4' y2='365.51' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='319.85' y1='360.08' x2='319.18' y2='360.08' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='288.75' y1='354.66' x2='320.3' y2='354.66' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='316.49' y1='349.23' x2='320.85' y2='349.23' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='261.2' y1='343.8' x2='320.85' y2='343.8' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='307.43' y1='338.37' x2='320.89' y2='338.37' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='362.96' y1='332.95' x2='322.05' y2='332.95' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='218.99' y1='327.52' x2='325.2' y2='327.52' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='332.58' y1='322.09' x2='325.89' y2='322.09' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='338.63' y1='316.67' x2='327.76' y2='316.67' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='297.79' y1='311.24' x2='327.76' y2='311.24' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='313.96' y1='305.81' x2='327.93' y2='305.81' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='310.61' y1='300.38' x2='328.34' y2='300.38' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='312.08' y1='294.96' x2='328.36' y2='294.96' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='309' y1='289.53' x2='328.46' y2='289.53' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='342.85' y1='284.1' x2='329.62' y2='284.1' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='316.79' y1='278.68' x2='333.9' y2='278.68' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='229.53' y1='273.25' x2='333.9' y2='273.25' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='328.42' y1='267.82' x2='334.07' y2='267.82' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='265.38' y1='262.39' x2='334.62' y2='262.39' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='307.76' y1='256.97' x2='335.76' y2='256.97' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='349.67' y1='251.54' x2='338.19' y2='251.54' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='353.15' y1='246.11' x2='339.63' y2='246.11' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='358.03' y1='240.69' x2='340.94' y2='240.69' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='331.84' y1='235.26' x2='342.12' y2='235.26' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='310.59' y1='229.83' x2='342.2' y2='229.83' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='353.89' y1='224.4' x2='343.32' y2='224.4' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='179.27' y1='218.98' x2='344.4' y2='218.98' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='339.63' y1='213.55' x2='345.47' y2='213.55' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='318.02' y1='208.12' x2='346.18' y2='208.12' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='294.69' y1='202.7' x2='347.06' y2='202.7' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='376.44' y1='197.27' x2='347.59' y2='197.27' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='292.85' y1='191.84' x2='348.16' y2='191.84' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='267.22' y1='186.41' x2='348.75' y2='186.41' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='287.88' y1='180.99' x2='350.18' y2='180.99' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='353.42' y1='175.56' x2='351.97' y2='175.56' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='371.06' y1='170.13' x2='355.19' y2='170.13' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='110.97' y1='164.71' x2='355.7' y2='164.71' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='376.91' y1='159.28' x2='357.56' y2='159.28' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='352.68' y1='153.85' x2='357.6' y2='153.85' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='372.02' y1='148.42' x2='359.76' y2='148.42' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='258.7' y1='143' x2='359.9' y2='143' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='309.59' y1='137.57' x2='359.98' y2='137.57' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='341.98' y1='132.14' x2='362.74' y2='132.14' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='360.9' y1='126.72' x2='365.47' y2='126.72' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='358.41' y1='121.29' x2='365.61' y2='121.29' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='362.06' y1='115.86' x2='371.16' y2='115.86' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='326.15' y1='110.43' x2='372.44' y2='110.43' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='334.49' y1='105.01' x2='373.02' y2='105.01' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='317.18' y1='99.58' x2='374.16' y2='99.58' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='316.87' y1='94.15' x2='375.38' y2='94.15' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='349.89' y1='88.73' x2='375.99' y2='88.73' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='273.58' y1='83.3' x2='376.46' y2='83.3' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='381.97' y1='77.87' x2='377.42' y2='77.87' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='296.56' y1='72.44' x2='379.15' y2='72.44' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='366.73' y1='67.02' x2='379.15' y2='67.02' stroke='#FF0000' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='259.53' y1='61.59' x2='379.72' y2='61.59' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <line x1='337.96' y1='56.16' x2='380.42' y2='56.16' stroke='#00FF00' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n  <\/g>\n  <g clip-path='url(#svg_28da6e3be7af15e7_c1)'>\n   <text x='52.93' y='839.97' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>docetaxel<\/text>\n   <text x='50.09' y='834.54' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>toremifene<\/text>\n   <text x='47.6' y='829.11' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>doxorubicin<\/text>\n   <text x='37.29' y='823.68' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>ibandronic acid<\/text>\n   <text x='52.21' y='818.26' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>topotecan<\/text>\n   <text x='54.37' y='812.83' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>rituximab<\/text>\n   <text x='40.51' y='807.4' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>temozolomide<\/text>\n   <text x='38' y='801.98' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>thyrotropin alfa<\/text>\n   <text x='45.12' y='796.55' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>trastuzumab<\/text>\n   <text x='44.4' y='791.12' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>capecitabine<\/text>\n   <text x='48.3' y='785.69' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>bexarotene<\/text>\n   <text x='58.28' y='780.27' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>imatinib<\/text>\n   <text x='37.3' y='774.84' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>arsenic trioxide<\/text>\n   <text x='50.8' y='769.41' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>fulvestrant<\/text>\n   <text x='52.94' y='763.99' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>cladribine<\/text>\n   <text x='48.67' y='758.56' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>bortezomib<\/text>\n   <text x='51.16' y='753.13' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>cetuximab<\/text>\n   <text x='46.54' y='747.7' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>pemetrexed<\/text>\n   <text x='51.87' y='742.28' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>cinacalcet<\/text>\n   <text x='42.63' y='736.85' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>bevacizumab<\/text>\n   <text x='57.91' y='731.42' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>erlotinib<\/text>\n   <text x='49.02' y='726' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>clofarabine<\/text>\n   <text x='53.99' y='720.57' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>sorafenib<\/text>\n   <text x='56.85' y='715.14' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>sunitinib<\/text>\n   <text x='50.44' y='709.71' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>nelarabine<\/text>\n   <text x='48.66' y='704.29' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>trabectedin<\/text>\n   <text x='58.62' y='698.86' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>nilotinib<\/text>\n   <text x='44.43' y='693.43' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>temsirolimus<\/text>\n   <text x='41.57' y='688.01' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>panitumumab<\/text>\n   <text x='56.49' y='682.58' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>lapatinib<\/text>\n   <text x='50.09' y='677.15' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>azacitidine<\/text>\n   <text x='54.35' y='671.72' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>degarelix<\/text>\n   <text x='58.26' y='666.3' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>gefitinib<\/text>\n   <text x='49.39' y='660.87' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>everolimus<\/text>\n   <text x='57.54' y='655.44' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>thiotepa<\/text>\n   <text x='50.79' y='650.02' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>pazopanib<\/text>\n   <text x='48.31' y='644.59' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>cabazitaxel<\/text>\n   <text x='59.69' y='639.16' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>eribulin<\/text>\n   <text x='46.89' y='633.73' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>denosumab<\/text>\n   <text x='49.76' y='628.31' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>ipilimumab<\/text>\n   <text x='47.95' y='622.88' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>abiraterone<\/text>\n   <text x='27.35' y='617.45' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>5-aminolevulinic ...<\/text>\n   <text x='49.01' y='612.03' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>vandetanib<\/text>\n   <text x='45.12' y='606.6' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>vemurafenib<\/text>\n   <text x='35.87' y='601.17' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>mercaptopurine<\/text>\n   <text x='53.3' y='595.74' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>ruxolitinib<\/text>\n   <text x='51.15' y='590.32' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>decitabine<\/text>\n   <text x='55.07' y='584.89' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>crizotinib<\/text>\n   <text x='22.72' y='579.46' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>brentuximab vedotin<\/text>\n   <text x='50.8' y='574.04' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>aflibercept<\/text>\n   <text x='46.54' y='568.61' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>pertuzumab<\/text>\n   <text x='54.71' y='563.18' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>bosutinib<\/text>\n   <text x='42.27' y='557.75' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>enzalutamide<\/text>\n   <text x='54.35' y='552.33' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>ponatinib<\/text>\n   <text x='47.97' y='546.9' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>vismodegib<\/text>\n   <text x='50.08' y='541.47' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>dabrafenib<\/text>\n   <text x='47.95' y='536.05' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>regorafenib<\/text>\n   <text x='59.68' y='530.62' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>afatinib<\/text>\n   <text x='21.3' y='525.19' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>radium Ra223 dich...<\/text>\n   <text x='44.4' y='519.76' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>cabozantinib<\/text>\n   <text x='52.23' y='514.34' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>trametinib<\/text>\n   <text x='40.13' y='508.91' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>obinutuzumab<\/text>\n   <text x='55.79' y='503.48' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>idelalisib<\/text>\n   <text x='57.91' y='498.06' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>ibrutinib<\/text>\n   <text x='50.79' y='492.63' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>nintedanib<\/text>\n   <text x='57.55' y='487.2' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>olaparib<\/text>\n   <text x='43' y='481.77' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>ramucirumab<\/text>\n   <text x='58.27' y='476.35' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>ceritinib<\/text>\n   <text x='25.89' y='470.92' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>netupitant palono...<\/text>\n   <text x='53.29' y='465.49' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>lenvatinib<\/text>\n   <text x='51.16' y='460.07' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>nivolumab<\/text>\n   <text x='36.6' y='454.64' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>pembrolizumab<\/text>\n   <text x='52.93' y='449.21' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>sonidegib<\/text>\n   <text x='43.68' y='443.78' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>panobinostat<\/text>\n   <text x='47.97' y='438.36' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>cobimetinib<\/text>\n   <text x='40.15' y='432.93' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>blinatumomab<\/text>\n   <text x='24.14' y='427.5' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>talimogene laherp...<\/text>\n   <text x='39.77' y='422.08' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>pegaspargase<\/text>\n   <text x='49.39' y='416.65' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>osimertinib<\/text>\n   <text x='37.3' y='411.22' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>trifluridine tipi...<\/text>\n   <text x='40.85' y='405.79' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>daratumumab<\/text>\n   <text x='42.98' y='400.37' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>methotrexate<\/text>\n   <text x='26.27' y='394.94' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>irinotecan hydroc...<\/text>\n   <text x='50.45' y='389.51' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>palbociclib<\/text>\n   <text x='49.73' y='384.09' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>venetoclax<\/text>\n   <text x='56.85' y='378.66' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>alectinib<\/text>\n   <text x='43.7' y='373.23' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>chlormethine<\/text>\n   <text x='34.46' y='367.8' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>fluciclovine 18F <\/text>\n   <text x='17.39' y='362.38' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>inotuzumab ozogam...<\/text>\n   <text x='55.43' y='356.95' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>ribociclib<\/text>\n   <text x='52.58' y='351.52' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>avelumab<\/text>\n   <text x='47.26' y='346.1' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>midostaurin<\/text>\n   <text x='42.63' y='340.67' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>atezolizumab<\/text>\n   <text x='55.42' y='335.24' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>niraparib<\/text>\n   <text x='13.49' y='329.81' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>gemtuzumab ozogam...<\/text>\n   <text x='53.64' y='324.39' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>rucaparib<\/text>\n   <text x='25.55' y='318.96' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>axicabtagene cilo...<\/text>\n   <text x='34.81' y='313.53' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>tisagenlecleucel<\/text>\n   <text x='55.77' y='308.11' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>neratinib<\/text>\n   <text x='49.75' y='302.68' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>binimetinib<\/text>\n   <text x='46.9' y='297.25' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>durvalumab<\/text>\n   <text x='46.55' y='291.82' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>abemaciclib<\/text>\n   <text x='54.35' y='286.4' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>brigatinib<\/text>\n   <text x='49.02' y='280.97' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>talazoparib<\/text>\n   <text x='52.22' y='275.54' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>treosulfan<\/text>\n   <text x='47.98' y='270.12' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>cemiplimab<\/text>\n   <text x='39.43' y='264.69' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>arginine lysine<\/text>\n   <text x='47.25' y='259.26' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>larotrectinib<\/text>\n   <text x='21.29' y='253.83' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>polatuzumab vedotin<\/text>\n   <text x='43.34' y='248.41' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>darolutamide<\/text>\n   <text x='49.75' y='242.98' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>isatuximab<\/text>\n   <text x='57.21' y='237.55' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>alpelisib<\/text>\n   <text x='50.8' y='232.13' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>entrectinib<\/text>\n   <text x='51.16' y='226.7' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>avapritinib<\/text>\n   <text x='50.8' y='221.27' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>melphalan<\/text>\n   <text x='46.88' y='215.84' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>tagraxofusp<\/text>\n   <text x='44.4' y='210.42' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>selpercatinib<\/text>\n   <text x='54.71' y='204.99' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>selinexor<\/text>\n   <text x='47.26' y='199.56' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>dostarlimab<\/text>\n   <text x='55.43' y='194.14' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>duvelisib<\/text>\n   <text x='47.97' y='188.71' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>selumetinib<\/text>\n   <text x='47.25' y='183.28' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>tafasitamab<\/text>\n   <text x='45.46' y='177.85' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>zanubrutinib<\/text>\n   <text x='56.49' y='172.43' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>relugolix<\/text>\n   <text x='50.44' y='167' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>leuprorelin<\/text>\n   <text x='47.97' y='161.57' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>teclistamab<\/text>\n   <text x='53.66' y='156.15' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>asciminib<\/text>\n   <text x='26.63' y='150.72' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>lutetium 177Lu vi...<\/text>\n   <text x='42.98' y='145.29' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>tabelecleucel<\/text>\n   <text x='23.79' y='139.86' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>loncastuximab tes...<\/text>\n   <text x='51.87' y='134.44' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>ivosidenib<\/text>\n   <text x='46.91' y='129.01' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>tislelizumab<\/text>\n   <text x='45.12' y='123.58' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>epcoritamab<\/text>\n   <text x='49.02' y='118.16' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>fruquintinib<\/text>\n   <text x='52.58' y='112.73' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>erdafitinib<\/text>\n   <text x='49.03' y='107.3' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>toripalimab<\/text>\n   <text x='22.74' y='101.87' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>mirvetuximab sora...<\/text>\n   <text x='45.11' y='96.45' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>repotrectinib<\/text>\n   <text x='52.93' y='91.02' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>belzutifan<\/text>\n   <text x='52.94' y='85.59' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>imetelstat<\/text>\n   <text x='41.21' y='80.17' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>linvoseltamab<\/text>\n   <text x='43.71' y='74.74' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>mirdametinib<\/text>\n   <text x='20.2' y='69.31' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>obecabtagene auto...<\/text>\n   <text x='45.46' y='63.88' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>nirogacestat<\/text>\n   <text x='47.6' y='58.46' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>vorasidenib<\/text>\n   <text x='44.77' y='53.03' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>Aumolertinib<\/text>\n   <polyline points='81.90,837.67 83.89,837.67' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,832.25 83.89,832.25' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,826.82 83.89,826.82' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,821.39 83.89,821.39' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,815.96 83.89,815.96' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,810.54 83.89,810.54' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,805.11 83.89,805.11' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,799.68 83.89,799.68' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,794.26 83.89,794.26' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,788.83 83.89,788.83' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,783.40 83.89,783.40' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,777.97 83.89,777.97' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,772.55 83.89,772.55' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,767.12 83.89,767.12' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,761.69 83.89,761.69' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,756.27 83.89,756.27' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,750.84 83.89,750.84' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,745.41 83.89,745.41' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,739.98 83.89,739.98' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,734.56 83.89,734.56' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,729.13 83.89,729.13' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,723.70 83.89,723.70' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,718.28 83.89,718.28' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,712.85 83.89,712.85' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,707.42 83.89,707.42' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,701.99 83.89,701.99' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,696.57 83.89,696.57' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,691.14 83.89,691.14' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,685.71 83.89,685.71' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,680.29 83.89,680.29' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,674.86 83.89,674.86' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,669.43 83.89,669.43' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,664.00 83.89,664.00' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,658.58 83.89,658.58' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,653.15 83.89,653.15' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,647.72 83.89,647.72' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,642.30 83.89,642.30' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,636.87 83.89,636.87' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,631.44 83.89,631.44' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,626.01 83.89,626.01' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,620.59 83.89,620.59' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,615.16 83.89,615.16' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,609.73 83.89,609.73' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,604.31 83.89,604.31' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,598.88 83.89,598.88' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,593.45 83.89,593.45' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,588.02 83.89,588.02' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,582.60 83.89,582.60' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,577.17 83.89,577.17' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,571.74 83.89,571.74' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,566.32 83.89,566.32' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,560.89 83.89,560.89' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,555.46 83.89,555.46' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,550.03 83.89,550.03' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,544.61 83.89,544.61' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,539.18 83.89,539.18' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,533.75 83.89,533.75' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,528.33 83.89,528.33' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,522.90 83.89,522.90' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,517.47 83.89,517.47' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,512.04 83.89,512.04' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,506.62 83.89,506.62' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,501.19 83.89,501.19' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,495.76 83.89,495.76' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,490.34 83.89,490.34' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,484.91 83.89,484.91' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,479.48 83.89,479.48' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,474.05 83.89,474.05' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,468.63 83.89,468.63' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,463.20 83.89,463.20' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,457.77 83.89,457.77' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,452.35 83.89,452.35' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,446.92 83.89,446.92' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,441.49 83.89,441.49' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,436.06 83.89,436.06' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,430.64 83.89,430.64' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,425.21 83.89,425.21' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,419.78 83.89,419.78' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,414.36 83.89,414.36' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,408.93 83.89,408.93' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,403.50 83.89,403.50' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,398.07 83.89,398.07' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,392.65 83.89,392.65' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,387.22 83.89,387.22' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,381.79 83.89,381.79' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,376.36 83.89,376.36' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,370.94 83.89,370.94' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,365.51 83.89,365.51' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,360.08 83.89,360.08' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,354.66 83.89,354.66' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,349.23 83.89,349.23' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,343.80 83.89,343.80' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,338.37 83.89,338.37' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,332.95 83.89,332.95' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,327.52 83.89,327.52' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,322.09 83.89,322.09' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,316.67 83.89,316.67' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,311.24 83.89,311.24' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,305.81 83.89,305.81' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,300.38 83.89,300.38' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,294.96 83.89,294.96' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,289.53 83.89,289.53' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,284.10 83.89,284.10' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,278.68 83.89,278.68' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,273.25 83.89,273.25' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,267.82 83.89,267.82' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,262.39 83.89,262.39' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,256.97 83.89,256.97' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,251.54 83.89,251.54' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,246.11 83.89,246.11' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,240.69 83.89,240.69' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,235.26 83.89,235.26' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,229.83 83.89,229.83' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,224.40 83.89,224.40' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,218.98 83.89,218.98' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,213.55 83.89,213.55' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,208.12 83.89,208.12' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,202.70 83.89,202.70' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,197.27 83.89,197.27' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,191.84 83.89,191.84' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,186.41 83.89,186.41' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,180.99 83.89,180.99' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,175.56 83.89,175.56' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,170.13 83.89,170.13' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,164.71 83.89,164.71' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,159.28 83.89,159.28' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,153.85 83.89,153.85' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,148.42 83.89,148.42' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,143.00 83.89,143.00' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,137.57 83.89,137.57' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,132.14 83.89,132.14' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,126.72 83.89,126.72' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,121.29 83.89,121.29' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,115.86 83.89,115.86' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,110.43 83.89,110.43' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,105.01 83.89,105.01' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,99.58 83.89,99.58' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,94.15 83.89,94.15' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,88.73 83.89,88.73' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,83.30 83.89,83.30' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,77.87 83.89,77.87' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,72.44 83.89,72.44' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,67.02 83.89,67.02' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,61.59 83.89,61.59' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,56.16 83.89,56.16' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='81.90,50.74 83.89,50.74' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='114.44,842.92 114.44,840.93' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='188.91,842.92 188.91,840.93' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='263.41,842.92 263.41,840.93' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='337.88,842.92 337.88,840.93' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='412.37,842.92 412.37,840.93' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='0.78' stroke-linejoin='round' stroke-linecap='butt'/>\n   <text x='107.33' y='849.1' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>1990<\/text>\n   <text x='181.8' y='849.1' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>2000<\/text>\n   <text x='256.29' y='849.1' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>2010<\/text>\n   <text x='330.77' y='849.1' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>2020<\/text>\n   <text x='405.26' y='849.1' font-size='4.8pt' font-family='Helvetica' fill='#4D4D4D' fill-opacity='1'>2030<\/text>\n   <text x='203.24' y='858.24' font-size='6pt' font-family='Helvetica'>marketing_authorisation_date<\/text>\n   <text transform='translate(9.72,473.57) rotate(-90.00)' font-size='6pt' font-family='Helvetica'>activeSubstance<\/text>\n   <text x='83.89' y='33.08' font-size='6pt' font-family='Helvetica'>Data from EUCTR, CTIS, CTOV, ISRCTN<\/text>\n   <text x='83.89' y='41.72' font-size='6pt' font-family='Helvetica'>https://regulatorysciencedata.eu, 2026-01-28<\/text>\n   <text x='83.89' y='10.87' font-size='7.2pt' font-family='Helvetica'>Time relation of EU cancer medicines authorisation<\/text>\n   <text x='83.89' y='21.24' font-size='7.2pt' font-family='Helvetica'>             and start of first trial with children with cancer<\/text>\n  <\/g>\n <\/g>\n<\/svg>","js":null,"uid":"svg_28da6e3be7af15e7","ratio":0.5,"settings":{"tooltip":{"css":".tooltip_SVGID_ { padding:5px;background:black;color:white;border-radius:2px;text-align:left; ; position:absolute;pointer-events:none;z-index:999;}","placement":"doc","opacity":0.9,"offx":10,"offy":10,"use_cursor_pos":true,"use_fill":false,"use_stroke":false,"delay_over":200,"delay_out":500},"hover":{"css":".hover_data_SVGID_ { fill:orange;stroke:black;cursor:pointer; }\ntext.hover_data_SVGID_ { stroke:none;fill:orange; }\ncircle.hover_data_SVGID_ { fill:orange;stroke:black; }\nline.hover_data_SVGID_, polyline.hover_data_SVGID_ { fill:none;stroke:orange; }\nrect.hover_data_SVGID_, polygon.hover_data_SVGID_, path.hover_data_SVGID_ { fill:orange;stroke:none; }\nimage.hover_data_SVGID_ { stroke:orange; }","reactive":true,"nearest_distance":null},"hover_inv":{"css":""},"hover_key":{"css":".hover_key_SVGID_ { fill:orange;stroke:black;cursor:pointer; }\ntext.hover_key_SVGID_ { stroke:none;fill:orange; }\ncircle.hover_key_SVGID_ { fill:orange;stroke:black; }\nline.hover_key_SVGID_, polyline.hover_key_SVGID_ { fill:none;stroke:orange; }\nrect.hover_key_SVGID_, polygon.hover_key_SVGID_, path.hover_key_SVGID_ { fill:orange;stroke:none; }\nimage.hover_key_SVGID_ { stroke:orange; }","reactive":true},"hover_theme":{"css":".hover_theme_SVGID_ { fill:orange;stroke:black;cursor:pointer; }\ntext.hover_theme_SVGID_ { stroke:none;fill:orange; }\ncircle.hover_theme_SVGID_ { fill:orange;stroke:black; }\nline.hover_theme_SVGID_, polyline.hover_theme_SVGID_ { fill:none;stroke:orange; }\nrect.hover_theme_SVGID_, polygon.hover_theme_SVGID_, path.hover_theme_SVGID_ { fill:orange;stroke:none; }\nimage.hover_theme_SVGID_ { stroke:orange; }","reactive":true},"select":{"css":".select_data_SVGID_ { fill:red;stroke:black;cursor:pointer; }\ntext.select_data_SVGID_ { stroke:none;fill:red; }\ncircle.select_data_SVGID_ { fill:red;stroke:black; }\nline.select_data_SVGID_, polyline.select_data_SVGID_ { fill:none;stroke:red; }\nrect.select_data_SVGID_, polygon.select_data_SVGID_, path.select_data_SVGID_ { fill:red;stroke:none; }\nimage.select_data_SVGID_ { stroke:red; }","type":"multiple","only_shiny":true,"selected":[]},"select_inv":{"css":""},"select_key":{"css":".select_key_SVGID_ { fill:red;stroke:black;cursor:pointer; }\ntext.select_key_SVGID_ { stroke:none;fill:red; }\ncircle.select_key_SVGID_ { fill:red;stroke:black; }\nline.select_key_SVGID_, polyline.select_key_SVGID_ { fill:none;stroke:red; }\nrect.select_key_SVGID_, polygon.select_key_SVGID_, path.select_key_SVGID_ { fill:red;stroke:none; }\nimage.select_key_SVGID_ { stroke:red; }","type":"single","only_shiny":true,"selected":[]},"select_theme":{"css":".select_theme_SVGID_ { fill:red;stroke:black;cursor:pointer; }\ntext.select_theme_SVGID_ { stroke:none;fill:red; }\ncircle.select_theme_SVGID_ { fill:red;stroke:black; }\nline.select_theme_SVGID_, polyline.select_theme_SVGID_ { fill:none;stroke:red; }\nrect.select_theme_SVGID_, polygon.select_theme_SVGID_, path.select_theme_SVGID_ { fill:red;stroke:none; }\nimage.select_theme_SVGID_ { stroke:red; }","type":"single","only_shiny":true,"selected":[]},"zoom":{"min":1,"max":1,"duration":300,"default_on":false},"toolbar":{"position":"topright","pngname":"diagram","tooltips":null,"fixed":false,"hidden":[],"delay_over":200,"delay_out":500},"sizing":{"rescale":true,"width":1}}},"evals":[],"jsHooks":[]}</script>


</section><div id="quarto-appendix"><section class="quarto-appendix-contents" id="quarto-bibliography"><h2 class="anchored quarto-appendix-heading">References</h2><div id="refs" class="references csl-bib-body hanging-indent">
<div id="ref-jaffee_future_2017" class="csl-entry">
Jaffee, Elizabeth M., Chi Van Dang, David B. Agus, et al. 2017. <span>“Future Cancer Research Priorities in the <span>USA</span>: A <span>Lancet</span> <span>Oncology</span> <span>Commission</span>.”</span> <em>The Lancet Oncology</em> 18 (11): e653–706. <a href="https://doi.org/10.1016/S1470-2045(17)30698-8">https://doi.org/10.1016/S1470-2045(17)30698-8</a>.
</div>
<div id="ref-pearson_class_2017" class="csl-entry">
Pearson, Andrew D J, Stefan M Pfister, Andre Baruchel, et al. 2017. <span>“From Class Waivers to Precision Medicine in Paediatric Oncology.”</span> <em>The Lancet Oncology</em> 18 (7): e394–404. <a href="https://doi.org/10.1016/S1470-2045(17)30442-4">https://doi.org/10.1016/S1470-2045(17)30442-4</a>.
</div>
<div id="ref-u.s._food_and_drug_administration_fda_2018" class="csl-entry">
U.S. Food and Drug Administration. 2018. <em><span>FDA</span> <span>Briefing</span> <span>Document</span> - <span>Relevant</span> <span>Molecular</span> <span>Targets</span> in <span>Pediatric</span> <span>Cancers</span>: <span>Applicability</span> to <span>Pediatric</span> <span>Therapeutic</span> <span>Investigations</span> <span>Required</span> <span>Under</span> <span>FDARA</span> 2017</em>. <a href="https://www.fda.gov/media/112230/download">https://www.fda.gov/media/112230/download</a>.
</div>
</div></section></div> ]]></description>
  <category>analyses</category>
  <category>trials</category>
  <guid>https://regulatorysciencedata.eu/posts/cancertrialschildren/</guid>
  <pubDate>Fri, 22 Apr 2022 22:00:00 GMT</pubDate>
  <media:content url="https://regulatorysciencedata.eu/posts/cancertrialschildren/cancertrialschildren.jpg" medium="image" type="image/jpeg"/>
</item>
</channel>
</rss>
