Skip to content

avdmitry/long-lived_mammals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcriptomes comparison through GO ranks.

Reproduced liver transcriptomes comparison from

Toren D, Kulaga A, Jethva M, Rubin E, Snezhkina AV, Kudryavtseva AV, Nowicki D, Tacutu R, Moskalev AA, Fraifeld VE. Gray whale transcriptome reveals longevity adaptations associated with DNA repair and ubiquitination. Aging Cell. 2020 [paper] [original code]

for 4 long-lived species:

  • Bowhead whale, 211 years
  • Gray whale, 77 years
  • Brandt's bat, 41 years
  • Naked Mole-Rat, 31 years

and 2 short-lived:

  • Cow, 20 years
  • Mouse, 4 years

Dependencies

  • fastq-dump
  • fastqc
  • trimmomatic
  • Trinity
  • TransDecoder
  • diamond
  • salmon

Prepare data

  • Create UniRef90 protein databases

    • wget ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/uniref/uniref90/uniref90.fasta.gz
    • run scripts/run_diamond_db.sh
  • Prepare GO annotations

    • wget ftp://ftp.ebi.ac.uk/pub/databases/GO/goa/UNIPROT/goa_uniprot_all.gaf.gz

    • Filter with Mammalia taxons & Aspect(s)

      run python3 utils/prep_mammalia_goa.py

  • Download RNA-seq data scripts/run_download.sh

Pipeline

Create final heatmaps

Heatmaps

As a result, using only biological processes for ranking, I got the following heatmaps

DNA repair

DNA repair

Ubiquitination

Ubiquitination

About

Transcriptomes comparison through GO ranks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published