eccDNAMamba/cancer_eccdna_prediction_short
Cancer-associated eccDNA prediction (short) This dataset contains Cancer-associated eccDNA prediction (short) sampled from healthy and cancer tissues. Each entry contains: sequence: DNA string (A/T/C/G) label: 0 = healthy, 1 = cancer π Folder Structure cancer_eccdna_prediction_short/ βββ data/ β βββ cancer_eccdna_prediction_short.csv βββ hf_data/ β βββ dataset_info.json β βββ data.arrow βββ README.md π Quick Usage from datasets importβ¦ See the full description on the dataset page: https://huggingface.co/datasets/eccDNAMamba/cancer_eccdna_prediction_short.
Cancer-associated eccDNA prediction (short)
This dataset contains Cancer-associated eccDNA prediction (short) sampled from healthy and cancer tissues. Each entry contains:
sequence: DNA string (A/T/C/G)label: 0 = healthy, 1 = cancer
π Folder Structure
<pre> cancereccdnapredictionshort/ βββ data/ β βββ cancereccdnapredictionshort.csv βββ hfdata/ β βββ datasetinfo.json β βββ data.arrow βββ README.md </pre>
π Quick Usage
<pre><code class="language-python"> from datasets import loaddataset, loadfrom_disk
Load from local
dataset = loadfromdisk("cancereccdnapredictionshort/hfdata")
Load from Hugging Face Hub (after upload)
dataset = loaddataset("your-username/cancereccdnapredictionshort") </code></pre>
Citation
If you use this dataset, please cite: <pre><code class="language-python">
@inproceedings{liu2025eccdnamamba, title={eccDNAMamba: A Pre-Trained Model for Ultra-Long eccDNA Sequence Analysis}, author={Zhenke Liu and Jien Li and Ziqi Zhang}, booktitle={ICML 2025 GenBio Workshop}, year={2025}, url={https://openreview.net/forum?id=56xKN7KJjy} }
