|
1 | | -## Welcome to compass pages |
| 1 | +# COMPASS: Generalizable AI predicts immunotherapy outcomes across cancers and treatments |
2 | 2 |
|
3 | | -## **compass 101** |
4 | | -#### This page provides details about the data pre-processing for the Compass input. |
5 | | - |
6 | | - |
7 | | -## COMPASS data preprocessing |
8 | | - |
9 | | -[](https://github.com/mims-harvard/compass) |
| 3 | +[](https://www.immuno-compass.com/) |
| 4 | +[](https://github.com/mims-harvard/COMPASS) |
10 | 5 | [](https://zitniklab-harvard.slack.com/archives/C05S6LEQ3ED) |
11 | 6 |
|
| 7 | +This repository provides details about the data pre-processing for the COMPASS input. It provides a reproducible pipeline to guide users from raw FASTQ data to TPM expression results, as well as an example workflow to handle TCGA data. |
12 | 8 |
|
| 9 | +## COMPASS data processing pipeline repository |
13 | 10 |
|
14 | | -Data Processing Pipeline Repository |
15 | | -This repository provides a pipeline for generating TPM (Transcripts Per Million) expression data from FASTQ files, as well as scripts and examples for processing TCGA (The Cancer Genome Atlas) data. The following sections outline the repository structure, usage instructions, and important considerations. |
16 | | - |
17 | | -High-throughput sequencing (RNA-seq) data often require a series of preprocessing and normalization steps before downstream analyses. These steps typically include: |
| 11 | +This repository provides a pipeline for generating TPM (Transcripts Per Million) expression data from FASTQ files, as well as scripts and examples for processing TCGA (The Cancer Genome Atlas) data. The following sections outline the repository structure, usage instructions, and important considerations. RNA-seq data often require a series of preprocessing and normalization steps before downstream analyses. These steps typically include: |
| 12 | +* Quality control and filtering of raw reads from FASTQ files. |
| 13 | +* Alignment to a reference genome or transcriptome. |
| 14 | +* Quantification of gene or transcript expression (commonly expressed as TPM, RPKM, FPKM, etc.). |
| 15 | +* Processing of data from public databases like TCGA (The Cancer Genome Atlas), which can involve downloading, reformatting, and integrating with other data for comprehensive analysis. |
18 | 16 |
|
19 | | -Quality control and filtering of raw reads from FASTQ files. |
20 | | -Alignment to a reference genome or transcriptome. |
21 | | -Quantification of gene or transcript expression (commonly expressed as TPM, RPKM, FPKM, etc.). |
22 | | -Processing of data from public databases like TCGA (The Cancer Genome Atlas), which can involve downloading, reformatting, and integrating with other data for comprehensive analysis. |
23 | | -This repository aims to provide a reproducible pipeline to guide users from raw FASTQ data to TPM expression results, as well as an example workflow to handle TCGA data. |
24 | 17 |
|
0 commit comments