Milad96 commited on
Commit
c6a5f05
·
verified ·
1 Parent(s): 789e5d7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -1015
README.md CHANGED
@@ -1,1024 +1,14 @@
1
  ---
2
- language:
3
- - en
4
- license: cc-by-4.0
5
- task_categories:
6
- - text-generation
7
- - token-classification
8
- - question-answering
9
  tags:
10
- - biology
11
  - kluyveromyces-marxianus
12
- - yeast
13
- - genomics
14
- - proteomics
15
- - bioinformatics
16
- size_categories:
17
- - 10K<n<100K
18
- dataset_info:
19
- - config_name: cell5_metabolomics
20
- features:
21
- - name: id
22
- dtype: string
23
- - name: source
24
- dtype: string
25
- - name: category
26
- dtype: string
27
- - name: gene_id
28
- dtype: string
29
- - name: gene_name
30
- dtype: string
31
- - name: gene_symbol
32
- dtype: string
33
- - name: protein_id
34
- dtype: string
35
- - name: protein_name
36
- dtype: string
37
- - name: sequence
38
- dtype: string
39
- - name: title
40
- dtype: string
41
- - name: abstract
42
- dtype: string
43
- - name: full_text
44
- dtype: string
45
- - name: pmid
46
- dtype: string
47
- - name: doi
48
- dtype: string
49
- - name: authors
50
- dtype: string
51
- - name: journal
52
- dtype: string
53
- - name: year
54
- dtype: string
55
- - name: timestamp
56
- dtype: string
57
- - name: cid
58
- dtype: string
59
- - name: chembl_id
60
- dtype: string
61
- - name: chebi_id
62
- dtype: string
63
- - name: hmdb_id
64
- dtype: string
65
- - name: lm_id
66
- dtype: string
67
- - name: bigg_id
68
- dtype: string
69
- - name: rhea_id
70
- dtype: string
71
- - name: ec_number
72
- dtype: string
73
- - name: inchikey
74
- dtype: string
75
- - name: inchi
76
- dtype: string
77
- - name: canonical_smiles
78
- dtype: string
79
- - name: isomeric_smiles
80
- dtype: string
81
- - name: molecular_formula
82
- dtype: string
83
- - name: molecular_weight
84
- dtype: float32
85
- - name: charge
86
- dtype: int32
87
- - name: hbond_donor
88
- dtype: int32
89
- - name: hbond_acceptor
90
- dtype: int32
91
- - name: rotatable_bonds
92
- dtype: int32
93
- - name: heavy_atoms
94
- dtype: int32
95
- - name: xlogp
96
- dtype: float32
97
- - name: tpsa
98
- dtype: float32
99
- - name: complexity
100
- dtype: float32
101
- - name: smiles_valid
102
- dtype: bool
103
- - name: mapped_pubchem_ids
104
- dtype: string
105
- - name: mapped_chembl_ids
106
- dtype: string
107
- - name: mapped_chebi_ids
108
- dtype: string
109
- - name: pathway_ids
110
- dtype: string
111
- - name: reaction_ids
112
- dtype: string
113
- - name: enzyme_ec
114
- dtype: string
115
- - name: metabolic_role
116
- dtype: string
117
- - name: completeness_score
118
- dtype: float32
119
- splits:
120
- - name: train
121
- num_bytes: 162707
122
- num_examples: 333
123
- - name: validation
124
- num_bytes: 17988
125
- num_examples: 42
126
- - name: test
127
- num_bytes: 22287
128
- num_examples: 42
129
- download_size: 132594
130
- dataset_size: 202982
131
- - config_name: cell6_literature
132
- features:
133
- - name: id
134
- dtype: string
135
- - name: source
136
- dtype: string
137
- - name: category
138
- dtype: string
139
- - name: pmid
140
- dtype: string
141
- - name: pmc_id
142
- dtype: string
143
- - name: doi
144
- dtype: string
145
- - name: core_id
146
- dtype: string
147
- - name: arxiv_id
148
- dtype: string
149
- - name: title
150
- dtype: string
151
- - name: abstract
152
- dtype: string
153
- - name: full_text
154
- dtype: string
155
- - name: section_hierarchy
156
- dtype: string
157
- - name: introduction
158
- dtype: string
159
- - name: methods
160
- dtype: string
161
- - name: results
162
- dtype: string
163
- - name: discussion
164
- dtype: string
165
- - name: authors
166
- dtype: string
167
- - name: author_count
168
- dtype: int32
169
- - name: first_author
170
- dtype: string
171
- - name: last_author
172
- dtype: string
173
- - name: affiliations
174
- dtype: string
175
- - name: journal
176
- dtype: string
177
- - name: year
178
- dtype: int32
179
- - name: volume
180
- dtype: string
181
- - name: issue
182
- dtype: string
183
- - name: pages
184
- dtype: string
185
- - name: mesh_descriptors
186
- dtype: string
187
- - name: keywords
188
- dtype: string
189
- - name: publication_types
190
- dtype: string
191
- - name: grants
192
- dtype: string
193
- - name: grants_normalized
194
- dtype: string
195
- - name: chemicals
196
- dtype: string
197
- - name: tables
198
- dtype: string
199
- - name: table_count
200
- dtype: int32
201
- - name: figures
202
- dtype: string
203
- - name: figure_count
204
- dtype: int32
205
- - name: is_open_access
206
- dtype: bool
207
- - name: oa_version
208
- dtype: string
209
- - name: oa_location
210
- dtype: string
211
- - name: has_pdf
212
- dtype: bool
213
- - name: has_fulltext
214
- dtype: bool
215
- - name: entities
216
- dtype: string
217
- - name: relations
218
- dtype: string
219
- - name: topics
220
- dtype: string
221
- - name: claims
222
- dtype: string
223
- - name: citation_count
224
- dtype: int32
225
- - name: references
226
- dtype: string
227
- - name: cited_by
228
- dtype: string
229
- - name: co_citations
230
- dtype: string
231
- - name: quality_score
232
- dtype: float32
233
- - name: completeness_score
234
- dtype: float32
235
- - name: word_count
236
- dtype: int32
237
- - name: timestamp
238
- dtype: string
239
- - name: version
240
- dtype: int32
241
- splits:
242
- - name: train
243
- num_bytes: 2898356
244
- num_examples: 184
245
- - name: validation
246
- num_bytes: 278624
247
- num_examples: 23
248
- - name: test
249
- num_bytes: 357639
250
- num_examples: 23
251
- download_size: 1963039
252
- dataset_size: 3534619
253
- - config_name: cell7_1_stable_omics
254
- features:
255
- - name: id
256
- dtype: string
257
- - name: source
258
- dtype: string
259
- - name: category
260
- dtype: string
261
- - name: timestamp
262
- dtype: string
263
- - name: title
264
- dtype: string
265
- - name: description
266
- dtype: string
267
- - name: organism
268
- dtype: string
269
- - name: tax_id
270
- dtype: int32
271
- - name: accession
272
- dtype: string
273
- - name: url
274
- dtype: string
275
- - name: study_accession
276
- dtype: string
277
- - name: sample_accession
278
- dtype: string
279
- - name: experiment_accession
280
- dtype: string
281
- - name: run_accession
282
- dtype: string
283
- - name: library_strategy
284
- dtype: string
285
- - name: library_source
286
- dtype: string
287
- - name: library_layout
288
- dtype: string
289
- - name: platform
290
- dtype: string
291
- - name: instrument
292
- dtype: string
293
- - name: read_count
294
- dtype: int64
295
- - name: base_count
296
- dtype: int64
297
- - name: sample_count
298
- dtype: int32
299
- - name: normalization_method
300
- dtype: string
301
- - name: units
302
- dtype: string
303
- - name: publication_date
304
- dtype: string
305
- - name: pubmed_ids
306
- dtype: string
307
- - name: gene_id
308
- dtype: string
309
- - name: gene_name
310
- dtype: string
311
- - name: gene_symbol
312
- dtype: string
313
- - name: biotype
314
- dtype: string
315
- - name: chromosome
316
- dtype: string
317
- - name: start
318
- dtype: int64
319
- - name: end
320
- dtype: int64
321
- - name: strand
322
- dtype: int8
323
- - name: transcripts_json
324
- dtype: string
325
- - name: variants_json
326
- dtype: string
327
- - name: regulatory_json
328
- dtype: string
329
- - name: file_url
330
- dtype: string
331
- - name: file_type
332
- dtype: string
333
- - name: file_size_mb
334
- dtype: float32
335
- - name: px_id
336
- dtype: string
337
- - name: file_name
338
- dtype: string
339
- - name: pride_file_url
340
- dtype: string
341
- - name: file_category
342
- dtype: string
343
- - name: ensembl_id
344
- dtype: string
345
- - name: uniprot_id
346
- dtype: string
347
- - name: sgd_id
348
- dtype: string
349
- - name: fungidb_id
350
- dtype: string
351
- - name: ortho_group_id
352
- dtype: string
353
- - name: ortho_level
354
- dtype: string
355
- - name: ortho_gene_count
356
- dtype: int32
357
- - name: homology_type
358
- dtype: string
359
- - name: target_species
360
- dtype: string
361
- - name: target_gene_id
362
- dtype: string
363
- - name: study_id
364
- dtype: string
365
- - name: study_type
366
- dtype: string
367
- - name: secondary_accessions
368
- dtype: string
369
- - name: feature_count
370
- dtype: int32
371
- - name: go_terms
372
- dtype: string
373
- - name: pathways
374
- dtype: string
375
- - name: expression_level
376
- dtype: float32
377
- - name: fold_change
378
- dtype: float32
379
- - name: p_value
380
- dtype: float32
381
- - name: quality_score
382
- dtype: float32
383
- - name: completeness_score
384
- dtype: float32
385
- - name: version
386
- dtype: int32
387
- splits:
388
- - name: train
389
- num_bytes: 28098
390
- num_examples: 47
391
- - name: validation
392
- num_bytes: 3058
393
- num_examples: 6
394
- - name: test
395
- num_bytes: 2913
396
- num_examples: 6
397
- download_size: 83632
398
- dataset_size: 34069
399
- - config_name: cell7_specialized
400
- features:
401
- - name: id
402
- dtype: string
403
- - name: source
404
- dtype: string
405
- - name: category
406
- dtype: string
407
- - name: timestamp
408
- dtype: string
409
- - name: title
410
- dtype: string
411
- - name: description
412
- dtype: string
413
- - name: organism
414
- dtype: string
415
- - name: tax_id
416
- dtype: int32
417
- - name: accession
418
- dtype: string
419
- - name: url
420
- dtype: string
421
- - name: study_accession
422
- dtype: string
423
- - name: sample_accession
424
- dtype: string
425
- - name: experiment_accession
426
- dtype: string
427
- - name: run_accession
428
- dtype: string
429
- - name: library_strategy
430
- dtype: string
431
- - name: library_source
432
- dtype: string
433
- - name: library_layout
434
- dtype: string
435
- - name: platform
436
- dtype: string
437
- - name: instrument_model
438
- dtype: string
439
- - name: read_count
440
- dtype: int64
441
- - name: base_count
442
- dtype: int64
443
- - name: normalization_method
444
- dtype: string
445
- - name: units
446
- dtype: string
447
- - name: gene_id
448
- dtype: string
449
- - name: gene_name
450
- dtype: string
451
- - name: biotype
452
- dtype: string
453
- - name: chromosome
454
- dtype: string
455
- - name: start
456
- dtype: int64
457
- - name: end
458
- dtype: int64
459
- - name: strand
460
- dtype: int8
461
- - name: transcripts_json
462
- dtype: string
463
- - name: variants_json
464
- dtype: string
465
- - name: regulatory_json
466
- dtype: string
467
- - name: file_url
468
- dtype: string
469
- - name: file_type
470
- dtype: string
471
- - name: file_size_mb
472
- dtype: float32
473
- - name: px_id
474
- dtype: string
475
- - name: file_name
476
- dtype: string
477
- - name: pride_file_url
478
- dtype: string
479
- - name: file_category
480
- dtype: string
481
- - name: ensembl_id
482
- dtype: string
483
- - name: uniprot_id
484
- dtype: string
485
- - name: sgd_id
486
- dtype: string
487
- - name: fungidb_id
488
- dtype: string
489
- - name: ortho_group_id
490
- dtype: string
491
- - name: ortho_level
492
- dtype: string
493
- - name: ortho_gene_count
494
- dtype: int32
495
- - name: homology_type
496
- dtype: string
497
- - name: target_species
498
- dtype: string
499
- - name: target_gene_id
500
- dtype: string
501
- - name: study_id
502
- dtype: string
503
- - name: study_type
504
- dtype: string
505
- splits:
506
- - name: validation
507
- num_bytes: 12414
508
- num_examples: 29
509
- - name: test
510
- num_bytes: 12172
511
- num_examples: 29
512
- - name: train
513
- num_bytes: 125258
514
- num_examples: 290
515
- download_size: 119112
516
- dataset_size: 149844
517
- - config_name: cell7_specialized_omics
518
- features:
519
- - name: id
520
- dtype: string
521
- - name: source
522
- dtype: string
523
- - name: category
524
- dtype: string
525
- - name: timestamp
526
- dtype: string
527
- - name: title
528
- dtype: string
529
- - name: description
530
- dtype: string
531
- - name: organism
532
- dtype: string
533
- - name: tax_id
534
- dtype: int32
535
- - name: accession
536
- dtype: string
537
- - name: url
538
- dtype: string
539
- - name: study_accession
540
- dtype: string
541
- - name: sample_accession
542
- dtype: string
543
- - name: experiment_accession
544
- dtype: string
545
- - name: run_accession
546
- dtype: string
547
- - name: library_strategy
548
- dtype: string
549
- - name: library_source
550
- dtype: string
551
- - name: library_layout
552
- dtype: string
553
- - name: platform
554
- dtype: string
555
- - name: instrument
556
- dtype: string
557
- - name: read_count
558
- dtype: int64
559
- - name: base_count
560
- dtype: int64
561
- - name: sample_count
562
- dtype: int32
563
- - name: normalization_method
564
- dtype: string
565
- - name: units
566
- dtype: string
567
- - name: publication_date
568
- dtype: string
569
- - name: pubmed_ids
570
- dtype: string
571
- - name: gene_id
572
- dtype: string
573
- - name: gene_name
574
- dtype: string
575
- - name: gene_symbol
576
- dtype: string
577
- - name: biotype
578
- dtype: string
579
- - name: chromosome
580
- dtype: string
581
- - name: start
582
- dtype: int64
583
- - name: end
584
- dtype: int64
585
- - name: strand
586
- dtype: int8
587
- - name: transcripts_json
588
- dtype: string
589
- - name: variants_json
590
- dtype: string
591
- - name: regulatory_json
592
- dtype: string
593
- - name: file_url
594
- dtype: string
595
- - name: file_type
596
- dtype: string
597
- - name: file_size_mb
598
- dtype: float32
599
- - name: px_id
600
- dtype: string
601
- - name: file_name
602
- dtype: string
603
- - name: pride_file_url
604
- dtype: string
605
- - name: file_category
606
- dtype: string
607
- - name: ensembl_id
608
- dtype: string
609
- - name: uniprot_id
610
- dtype: string
611
- - name: sgd_id
612
- dtype: string
613
- - name: fungidb_id
614
- dtype: string
615
- - name: ortho_group_id
616
- dtype: string
617
- - name: ortho_level
618
- dtype: string
619
- - name: ortho_gene_count
620
- dtype: int32
621
- - name: homology_type
622
- dtype: string
623
- - name: target_species
624
- dtype: string
625
- - name: target_gene_id
626
- dtype: string
627
- - name: study_id
628
- dtype: string
629
- - name: study_type
630
- dtype: string
631
- - name: secondary_accessions
632
- dtype: string
633
- - name: feature_count
634
- dtype: int32
635
- - name: go_terms
636
- dtype: string
637
- - name: pathways
638
- dtype: string
639
- - name: expression_level
640
- dtype: float32
641
- - name: fold_change
642
- dtype: float32
643
- - name: p_value
644
- dtype: float32
645
- - name: quality_score
646
- dtype: float32
647
- - name: completeness_score
648
- dtype: float32
649
- - name: version
650
- dtype: int32
651
- splits:
652
- - name: train
653
- num_bytes: 8816
654
- num_examples: 9
655
- download_size: 28761
656
- dataset_size: 8816
657
- - config_name: cell7_ultimate
658
- features:
659
- - name: id
660
- dtype: string
661
- - name: source
662
- dtype: string
663
- - name: category
664
- dtype: string
665
- - name: accession
666
- dtype: string
667
- - name: gene_id
668
- dtype: string
669
- - name: protein_id
670
- dtype: string
671
- - name: uniprot_id
672
- dtype: string
673
- - name: study_id
674
- dtype: string
675
- - name: sample_id
676
- dtype: string
677
- - name: run_accession
678
- dtype: string
679
- - name: title
680
- dtype: string
681
- - name: description
682
- dtype: string
683
- - name: biotype
684
- dtype: string
685
- - name: status
686
- dtype: string
687
- - name: chromosome
688
- dtype: string
689
- - name: start
690
- dtype: int64
691
- - name: end
692
- dtype: int64
693
- - name: strand
694
- dtype: int32
695
- - name: sequence
696
- dtype: string
697
- - name: platform
698
- dtype: string
699
- - name: library_strategy
700
- dtype: string
701
- - name: platform_type
702
- dtype: string
703
- - name: normalization_method
704
- dtype: string
705
- - name: expression_unit
706
- dtype: string
707
- - name: log_transformed
708
- dtype: bool
709
- - name: instrument
710
- dtype: string
711
- - name: ptm_count
712
- dtype: int32
713
- - name: peptide_count
714
- dtype: int32
715
- - name: protein_count
716
- dtype: int32
717
- - name: orthology_type
718
- dtype: string
719
- - name: target_species
720
- dtype: string
721
- - name: target_gene_id
722
- dtype: string
723
- - name: percent_identity
724
- dtype: float32
725
- - name: organism
726
- dtype: string
727
- - name: tax_id
728
- dtype: int32
729
- - name: sample_count
730
- dtype: int32
731
- - name: total_spots
732
- dtype: int64
733
- - name: total_bases
734
- dtype: int64
735
- - name: timestamp
736
- dtype: string
737
- - name: version
738
- dtype: int32
739
- splits:
740
- - name: train
741
- num_bytes: 39832
742
- num_examples: 148
743
- download_size: 20300
744
- dataset_size: 39832
745
- - config_name: cell8_fulltext_nlp
746
- features:
747
- - name: record_id
748
- dtype: string
749
- - name: source
750
- dtype: string
751
- - name: cell
752
- dtype: string
753
- - name: title
754
- dtype: string
755
- - name: authors
756
- list: string
757
- - name: year
758
- dtype: int32
759
- - name: publication
760
- dtype: string
761
- - name: doi
762
- dtype: string
763
- - name: pmid
764
- dtype: string
765
- - name: pmcid
766
- dtype: string
767
- - name: arxiv_id
768
- dtype: string
769
- - name: abstract
770
- dtype: string
771
- - name: full_text
772
- dtype: string
773
- - name: sections
774
- list: string
775
- - name: keywords
776
- list: string
777
- - name: mesh_terms
778
- list: string
779
- - name: references
780
- list: string
781
- - name: citations_count
782
- dtype: int32
783
- - name: reference_count
784
- dtype: int32
785
- - name: language
786
- dtype: string
787
- - name: word_count
788
- dtype: int32
789
- - name: sentence_count
790
- dtype: int32
791
- - name: url
792
- dtype: string
793
- - name: pdf_url
794
- dtype: string
795
- - name: open_access
796
- dtype: bool
797
- - name: collection_timestamp
798
- dtype: string
799
- - name: version
800
- dtype: string
801
- splits:
802
- - name: validation
803
- num_bytes: 15997
804
- num_examples: 7
805
- - name: test
806
- num_bytes: 16656
807
- num_examples: 8
808
- - name: train
809
- num_bytes: 248579
810
- num_examples: 125
811
- download_size: 32317036
812
- dataset_size: 281232
813
- - config_name: default
814
- features:
815
- - name: id
816
- dtype: string
817
- - name: source
818
- dtype: string
819
- - name: category
820
- dtype: string
821
- - name: gene_id
822
- dtype: string
823
- - name: gene_name
824
- dtype: string
825
- - name: gene_symbol
826
- dtype: string
827
- - name: protein_id
828
- dtype: string
829
- - name: protein_name
830
- dtype: string
831
- - name: sequence
832
- dtype: string
833
- - name: title
834
- dtype: string
835
- - name: abstract
836
- dtype: string
837
- - name: full_text
838
- dtype: string
839
- - name: pmid
840
- dtype: string
841
- - name: doi
842
- dtype: string
843
- - name: authors
844
- dtype: string
845
- - name: journal
846
- dtype: string
847
- - name: year
848
- dtype: string
849
- - name: timestamp
850
- dtype: string
851
- splits:
852
- - name: train
853
- num_bytes: 449948
854
- num_examples: 425
855
- - name: validation
856
- num_bytes: 56299
857
- num_examples: 50
858
- - name: test
859
- num_bytes: 25214
860
- num_examples: 25
861
- download_size: 431437
862
- dataset_size: 531461
863
- configs:
864
- - config_name: cell5_metabolomics
865
- data_files:
866
- - split: train
867
- path: cell5_splits/train-*
868
- - split: validation
869
- path: cell5_splits/validation-*
870
- - split: test
871
- path: cell5_splits/test-*
872
- - config_name: cell6_literature
873
- data_files:
874
- - split: train
875
- path: cell6_splits/train-*
876
- - split: validation
877
- path: cell6_splits/validation-*
878
- - split: test
879
- path: cell6_splits/test-*
880
- - config_name: cell7_1_stable_omics
881
- data_files:
882
- - split: train
883
- path: cell7_1_splits/train-*
884
- - split: validation
885
- path: cell7_1_splits/validation-*
886
- - split: test
887
- path: cell7_1_splits/test-*
888
- - config_name: cell7_specialized
889
- data_files:
890
- - split: train
891
- path: cell7_data/train-*
892
- - split: validation
893
- path: cell7_splits/validation-*
894
- - split: test
895
- path: cell7_splits/test-*
896
- - config_name: cell7_specialized_omics
897
- data_files:
898
- - split: train
899
- path: cell7_splits/train-*
900
- - config_name: cell7_ultimate
901
- data_files:
902
- - split: train
903
- path: cell7_data/train-*
904
- - config_name: cell8_fulltext_nlp
905
- data_files:
906
- - split: train
907
- path: cell8_data/train-*
908
- - split: validation
909
- path: cell8_splits/validation-*
910
- - split: test
911
- path: cell8_splits/test-*
912
- - config_name: default
913
- data_files:
914
- - split: train
915
- path: cell2_splits/train-*
916
- - split: validation
917
- path: cell2_splits/validation-*
918
- - split: test
919
- path: cell2_splits/test-*
920
  ---
921
 
922
- # 🧬 Kluyveromyces marxianus Quantum Dataset v10.0.0
923
 
924
- ## Overview
925
 
926
- Comprehensive multi-omics dataset for *Kluyveromyces marxianus* collected using quantum-grade async streaming pipeline, fully integrated with Cell 0's structured directory system.
927
-
928
- ### Statistics
929
-
930
- | Metric | Value |
931
- |--------|-------|
932
- | **Total Collected** | 3,835 |
933
- | **Total Local Saved** | 3,835 |
934
- | **Version** | v10.0.0 |
935
- | **Collection Date** | 2025-11-10 |
936
-
937
- ### Data Categories & Local Storage
938
-
939
- - **Literature**: 1,417 records (local: 1,417)
940
- - **Proteins**: 1,001 records (local: 1,001)
941
- - **PMC Full-Text**: 999 records (local: 999)
942
- - **SRA Sequencing**: 352 records (local: 352)
943
- - **GEO Expression**: 48 records (local: 48)
944
- - **Nucleotide Sequences**: 18 records (local: 18)
945
-
946
- ### Cell 0 Integration
947
-
948
- This dataset **strictly respects** Cell 0's directory structure. Only folders actively used by collectors:
949
-
950
- ```
951
- km_dataset/
952
- ├── genomic/ # Genes, nucleotide sequences
953
- ├── protein/ # Protein sequences
954
- ├── literature/ # PubMed, PMC articles
955
- ├── expression/ # GEO, SRA sequencing data
956
- └── checkpoints/
957
- └── cell1_quantum/ # Collection checkpoints
958
- ```
959
-
960
- **Note**: Cell 0 also creates `pathway/`, `interaction/`, `structure/`, `repository/` folders, but current collectors don't produce data for these categories yet.
961
-
962
- ### HuggingFace Organization
963
-
964
- Data is organized by phase using `data_dir` to prevent overwrites:
965
- - `cell1_genes` - Gene data
966
- - `cell1_proteins` - Protein sequences
967
- - `cell1_literature` - PubMed articles
968
- - `cell1_pmc` - PMC full-text articles
969
- - `cell1_sequences` - Nucleotide sequences
970
- - `cell1_geo` - GEO expression data
971
- - `cell1_sra` - SRA sequencing data
972
- - `cell1_splits` - Train/validation/test splits
973
-
974
- ## Usage
975
-
976
- ### Load All Data
977
  ```python
978
- from datasets import load_dataset, concatenate_datasets
979
-
980
- # Load all phases (FIXED: correct data_dir names)
981
- all_data = []
982
- for phase in ['cell1_genes', 'cell1_proteins', 'cell1_literature',
983
- 'cell1_pmc', 'cell1_sequences', 'cell1_geo', 'cell1_sra']:
984
- try:
985
- ds = load_dataset("Milad96/Kluyveromyces-marxianus", split='train', data_dir=phase)
986
- all_data.append(ds)
987
- except:
988
- pass
989
-
990
- combined = concatenate_datasets(all_data)
991
- ```
992
-
993
- ### Load Specific Phase
994
- ```python
995
- # Load only genes
996
- genes = load_dataset("Milad96/Kluyveromyces-marxianus", split='train', data_dir='cell1_genes')
997
-
998
- # Load only literature
999
- literature = load_dataset("Milad96/Kluyveromyces-marxianus", split='train', data_dir='cell1_literature')
1000
  ```
1001
-
1002
- ### Load Splits
1003
- ```python
1004
- dataset = load_dataset("Milad96/Kluyveromyces-marxianus", data_dir='cell1_splits')
1005
- train = dataset['train']
1006
- val = dataset.get('validation')
1007
- test = dataset.get('test')
1008
- ```
1009
-
1010
- ## Citation
1011
- ```bibtex
1012
- @dataset{km_quantum_v10_0_0,
1013
- title={Kluyveromyces marxianus Quantum Dataset},
1014
- version={v10.0.0},
1015
- year={2025},
1016
- url={https://huggingface.co/datasets/Milad96/Kluyveromyces-marxianus}
1017
- }
1018
- ```
1019
-
1020
- **Status**: ✅ Production Ready
1021
- **Quality**: 🌟 Quantum Grade
1022
- **Pipeline**: Async Streaming v10.0 + Cell 0 Full Integration
1023
- **Local Storage**: ✅ All records saved in structured folders
1024
- **Overwrite Protection**: ✅ Phase-specific data_dirs
 
1
  ---
 
 
 
 
 
 
 
2
  tags:
 
3
  - kluyveromyces-marxianus
4
+ - cell8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
+ # Cell 8: Quantum Full-Text Mining
8
 
9
+ ## Data Access
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ```python
12
+ from datasets import load_dataset
13
+ dataset = load_dataset("Milad96/Kluyveromyces-marxianus", name="cell8_data")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ```