tag:github.com,2008:https://github.com/invisibl-cloud/cbioportal-core/releases
Release notes from cbioportal-core
2024-07-22T08:44:49Z
tag:github.com,2008:Repository/832724098/v0.1.0
2024-08-13T10:59:51Z
v0.1.0
<p><strong>Full Changelog</strong>: <a href="https://github.com/invisibl-cloud/cbioportal-core/commits/v0.1.0">https://github.com/invisibl-cloud/cbioportal-core/commits/v0.1.0</a></p>
<h2>New Feature</h2>
<ul>
<li>Incremental data load: To add or update a few entries (patient/sample/genetic profile) more quickly, especially for larger studies, you can use incremental data loading instead of re-uploading the entire study.</li>
<li>Supported Data Types:
<ul>
<li><code>CASE_LIST</code></li>
<li><code>CNA_CONTINUOUS</code></li>
<li><code>CNA_DISCRETE</code></li>
<li><code>CNA_DISCRETE_LONG</code></li>
<li><code>CNA_LOG2</code></li>
<li><code>EXPRESSION</code></li>
<li><code>GENERIC_ASSAY_BINARY</code> (sample level only; <code>patient_level: false</code>)</li>
<li><code>GENERIC_ASSAY_CATEGORICAL</code> (sample level only; <code>patient_level: false</code>)</li>
<li><code>GENERIC_ASSAY_CONTINUOUS</code> (sample level only; <code>patient_level: false</code>)</li>
<li><code>METHYLATION</code></li>
<li><code>MUTATION</code></li>
<li><code>MUTATION_UNCALLED</code></li>
<li><code>PATIENT_ATTRIBUTES</code></li>
<li><code>PROTEIN</code></li>
<li><code>SAMPLE_ATTRIBUTES</code></li>
<li><code>SEG</code></li>
<li><code>STRUCTURAL_VARIANT</code></li>
<li><code>TIMELINE</code> (aka clinical events)</li>
</ul>
</li>
</ul>
raom88