An open API service indexing awesome lists of open source software.

https://github.com/matteodelucchi/tr_cnv_in_expression_data

Pipeline to prepare RNA sequencing data for tandem repeat annotation with TRAL
https://github.com/matteodelucchi/tr_cnv_in_expression_data

bioinformatics bioinformatics-analysis bioinformatics-pipeline bioinformatics-scripts bioinformatics-tool cloud-computing

Last synced: about 1 month ago
JSON representation

Pipeline to prepare RNA sequencing data for tandem repeat annotation with TRAL

Awesome Lists containing this project

README

          

# Tandem Repeat Copy Number Variation in \n Expression Data
This repository contains pipelines to preprocess RNAseq `.bam` files for the analysis with [TRAL](https://github.com/acg-team/tral).

## Setup and Installation of Dependencies
Download this repository
```bash
git clone https://github.com/matteodelucchi/TR_CNV_in_expression_data.git
```

Set up the directory struture for the files and install all necessary programs by sourcing the respective file for installation in a local environment or a high-performance cluster environment
```bash
chmod 779 setup_environment_cluster.sh
./setup_environment_cluster.sh
```

## Run Pipelines
The two proposed pipelines are provided in
* `reference-based_mapping_pipeline.sh`
* `de-novo_assembly.sh`

They are on early reasearch stage - don't run them as executables.
Go through each line very carefully step by step.