CoolFace
Datasetpublic

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.

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
0likes15downloads
Dataset Card

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} }