File size: 3,303 Bytes
6483f8f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ed4e922
 
6483f8f
 
 
 
17abb83
6483f8f
 
 
 
 
 
 
 
 
 
ceb86b9
6483f8f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
license: mit
task_categories:
- token-classification
dataset_info:
  features:
  - name: transcript
    dtype: string
  - name: protein
    dtype: string
  - name: mapped_to
    dtype: string
  - name: species
    dtype: string
  splits:
  - name: train
    num_bytes: 169280946
    num_examples: 1763994
configs:
- config_name: default
  data_files:
  - split: train
    path: filtered_mapped_orthologs.csv
tags:
- biology
- chemistry
- zoonomia
- sequence
- DNA
- protein
- transcript
pretty_name: Zoonomica Mapped Orthologs
size_categories:
- 10M<n<100M
---

# Zoonomia Filtered Orthologs Dataset

This dataset has been filtered to remove:

1. Proteins longer than 1000 amino acids
2. Proteins with more than {MAX_NUMBER_ORTHOLOGS} orthologs in any species

Original number of mapped orthologs: {len(all_mapped_ortholog_df)}
Filtered number of mapped orthologs: {num_examples}
    
## Dataset Description

- **Point of Contact:** [Your Name or Organization]
- **Dataset Summary:** This dataset provides information about orthologous proteins across various species from the Zoonomia Project, mapped to human proteins.
- **Supported Tasks:** Comparative genomics, evolutionary studies, protein function prediction
- **Languages:** Not applicable (genomic data)
- **Source Data:** [Zoonomia Project](http://genome.senckenberg.de/download/TOGA/human_hg38_reference/)

## Dataset Structure

The dataset consists of a single CSV file with the following columns:

- `transcript`: Human transcript ID
- `protein`: Human protein name
- `mapped_to`: Non-human (query) organism transcript ID
- `species`: Name of the query species

## Data Splits

This dataset contains only a train split, which includes all the data.

## Dataset Creation

### Curation Rationale

This dataset was created to facilitate comparative genomics studies and to provide easy access to ortholog mappings across various species from the Zoonomia Project.

### Source Data

The source data was obtained from the Zoonomia Project, specifically from protein alignment files available at http://genome.senckenberg.de/download/TOGA/human_hg38_reference/.

### Annotations

The dataset does not contain additional annotations beyond the ortholog mappings provided in the original data.

## Considerations for Using the Data

### Social Impact of Dataset

This dataset can contribute to advancements in comparative genomics and evolutionary studies, potentially leading to better understanding of genetic diseases and evolutionary processes.

### Discussion of Biases

The dataset may have biases inherent in the original data collection and alignment processes used by the Zoonomia Project. Users should be aware of potential biases in species representation and alignment quality.

### Other Known Limitations

- The dataset only includes species available in the Zoonomia Project.
- Alignment quality may vary across different species and proteins.

## Additional Information

### Dataset Curators

[Your Name or Organization]

### Licensing Information

{license}

### Citation Information

If you use this dataset, please cite both this dataset and the original Zoonomia Project:

[Include citation for this dataset and the Zoonomia Project]

### Contributions

Thanks to the Zoonomia Project for making the original data available.