Skip to content

Code used for RNASeq analysis for global TET2-KO paper

Notifications You must be signed in to change notification settings

mariamurach/TET2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

TET2 manuscript code

QC and adapter/quality trimming

  1. Fastqc - script like qc.sh but for untrimmed files
  2. Use fastp.sh to remove adapters and filter based on quality
  3. qc.sh - check quality, if adapters were removed

Mapping

  1. star_index.sh - create an index file for star
  2. map_array.sh - map reads to reference
  3. samtools stats qc of bam files to check the quality of mapping

Retriving counts

  1. featureCounts_all.sh - get counts of reads mapped to reference genes

Differential analysis

  1. analysis/differential_expression.R - script for differential analysis using DEseq2 with firther pathways analysis.

Variables that need to be exported befor running the code:

export curdir=/path/to/this/repo export raw=$curdir/raw

Notes

About

Code used for RNASeq analysis for global TET2-KO paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published