Datasets:
License:
Kotoge
commited on
Commit
·
9dd0fd6
1
Parent(s):
122c748
add README
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
Main_Dataset/.DS_Store
CHANGED
Binary files a/Main_Dataset/.DS_Store and b/Main_Dataset/.DS_Store differ
|
|
Main_Dataset/Classification_datasets/.DS_Store
CHANGED
Binary files a/Main_Dataset/Classification_datasets/.DS_Store and b/Main_Dataset/Classification_datasets/.DS_Store differ
|
|
Main_Dataset/Classification_datasets/GS-COAD/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
Main_Dataset/Clustering_datasets/.DS_Store
CHANGED
Binary files a/Main_Dataset/Clustering_datasets/.DS_Store and b/Main_Dataset/Clustering_datasets/.DS_Store differ
|
|
Main_Dataset/Imputation_datasets/.DS_Store
CHANGED
Binary files a/Main_Dataset/Imputation_datasets/.DS_Store and b/Main_Dataset/Imputation_datasets/.DS_Store differ
|
|
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
4 |
+
|
5 |
+
# MLOmics: Benchmark for Machine Learning on Cancer Multi-Omics Data
|
6 |
+
Framing the investigation of diverse cancers as a machine learning problem has recently shown significant potential in multi-omics analysis and cancer research. Empowering these successful machine learning models are the high-quality training datasets with sufficient data volume and adequate preprocessing. However, while there exist several public data portals including The Cancer Genome Atlas (TCGA) multi-omics initiative or open-bases such as the LinkedOmics, these databases are not off-the-shelf for existing machine learning models. In this paper we propose MLOmics, an open cancer multi-omics benchmark aiming at serving better the development and evaluation of bioinformatics and machine learning models. MLOmics contains 8,314 patient samples covering all 32 cancer types with four omics types, stratified features, and extensive baselines. Complementary support for downstream analysis and bio-knowledge linking are also included to support interdisciplinary analysis.
|
7 |
+
|
8 |
+
## Data Records
|
9 |
+
MLOmics framework consists of three major components:
|
10 |
+
(1) main datasets that includes all cancer multi-omics datasets for various tasks; (2) baselines and metrics that provides the source code for baseline models and performance metrics and (3) downstream analysis tools and reources linking that provides tools for further analysis and links to additional biological resources.
|
11 |
+
|
12 |
+
## Main Datasets
|
13 |
+
The Main Datasets repository is stored as csv files and is organized into three layers.
|
14 |
+
The first layer contains three files corresponding to three different tasks: Classification_datasets, Clustering_datasets, and Imputation_datasets.
|
15 |
+
The second layer includes files for specific tasks, such as GS-BRCA, ACC, and Imp-BRCA.
|
16 |
+
The third layer contains three files corresponding to different feature scales, i.e., Original, Aligned, and Top.
|
17 |
+
The omics data from different omics sources are stored in the following files: Cancer_miRNA_Feature.csv, Cancer_mRNA_Feature.csv, Cancer_CNV_Feature.csv, and Cancer_Methy_Feature.csv.
|
18 |
+
Here, Cancer represents the cancer type, and Feature indicates the feature scale type.
|
19 |
+
The ground truth labels are provided in the file Cancer_label_num.csv, where Cancer represents the cancer type.
|
20 |
+
The patient survival records are stored in the file Cancer_survival.csv.
|
21 |
+
|
22 |
+
## Code Availability
|
23 |
+
All code are stored on the cloud in user-friendly formats and are accessible via our GitHub repository (https://github.com/chenzRG/Cancer-Multi-Omics-Benchmark).
|
24 |
+
We provide comprehensive guidelines for utilization.
|
25 |
+
All files are ready for direct loading and analysis using standard Python data packages like Numpy or Pandas.
|
26 |
+
We hope it can lower the barriers to entry for machine learning researchers interested in developing methods for cancer multi-omics data analysis, thereby encouraging rapid progress in the field.
|