liyuesen commited on
Commit
0297ff2
·
1 Parent(s): cfc4d54

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Species
5
+ dtype: string
6
+ - name: eccDNA type
7
+ dtype: string
8
+ - name: eccDNA ID
9
+ dtype: string
10
+ - name: Genome version
11
+ dtype: string
12
+ - name: Location
13
+ dtype: string
14
+ - name: Chr
15
+ dtype: string
16
+ - name: Start
17
+ dtype: float64
18
+ - name: End
19
+ dtype: float64
20
+ - name: Health/Disease
21
+ dtype: string
22
+ - name: Tissue/Cell line
23
+ dtype: string
24
+ - name: Disease Name
25
+ dtype: string
26
+ - name: Experiment/Prediction
27
+ dtype: string
28
+ - name: Validation Strategies
29
+ dtype: string
30
+ - name: Treatment
31
+ dtype: string
32
+ - name: Oncogene
33
+ dtype: string
34
+ - name: Source
35
+ dtype: string
36
+ - name: Library type
37
+ dtype: string
38
+ - name: Pubmed ID
39
+ dtype: string
40
+ - name: Public Date
41
+ dtype: string
42
+ - name: Function/Characteristic of ecDNA
43
+ dtype: string
44
+ - name: Remarks
45
+ dtype: string
46
+ splits:
47
+ - name: train
48
+ num_bytes: 409551587
49
+ num_examples: 637311
50
+ download_size: 28608439
51
+ dataset_size: 409551587
52
+ ---
53
+ # Dataset Card for "eccDNA_Atlas_Homo_sapiens"
54
+
55
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)