Views
No views yet
BioSeq: Genomic Sequence Analysis Pipeline 📑 Paper | 🌐 Project Page | 💾 Released Resources | 📦 Repo We release the raw genomic data for our BioSeq-Genomic dataset, derived from the NCBI RefSeq database. The data format for each line in the genomic_sequences_filtered.jsonl is as follows: { "sequence_id": , "organism": , "gene_name": , "sequence": , "annotations": [ { "feature_type": , "start_pos": , "end_pos": }, ... ], "source": , "quality_score": } *Note: Some sequences have… See the full description on the dataset page: https://huggingface.co/datasets/toolevalxm/BioSeq-Genomic-Raw.