datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
chip-seq-glm-tang
GLM-Tang Task 2: GM12878 ChIP-seq Binding
This dataset contains ten binary transcription-factor binding tasks from
Task 2 of Tang et al. Given an exact 200 nt sequence from GM12878, predict
whether it is centered on a factor-specific ChIP-seq peak or a matched
DNase-accessible negative.
Each transcription factor is an independent task identified by factor.
Loading
from datasets import load_dataset
dataset = load_dataset("Taykhoom/chip-seq-glm-tang", "corrected")… See the full description on the dataset page: https://huggingface.co/datasets/Taykhoom/chip-seq-glm-tang.compressed_chipseq
