Coder Social home page Coder Social logo

phosphoprotools's Introduction

Phosphoprotools

Collection of functions for processing phosphoproteomics data, including:

  • Annotate phospho-sites using PhosRS cutoff value
  • Retrieve Gene/Protein synonyms from Uniprot
  • Annotate previously reported phospho-sites (as reported by PhosphoSitePlus database)
  • Annotate functional phospho-sites (as reported by PhosphoSitePlus database)
  • Statistical analysis by pi-score method for differential phosphopeptide abundance between two groups
  • Retrieve publication counts for genes with desired keywords

Getting Started

Python Requirements

  • Python 2.7 with the following packages:
  • Pandas
  • Tqdm
  • numpy
  • scipy.stats

Aside from Tqdm, all of these are included in the Anaconda distribution of Python 2.7 (https://www.continuum.io/downloads). Missing packages should be installed automatically as part of the pip install of the phosphoprotools package.

Installation

pip install phosphoprotools

Other Requirements

For annotation of known/functional phosphosites, you will need to download three files from the PhosphoSitePlus database (http://www.phosphosite.org/staticDownloads.action). After registering for a free account, download the following files to your Desktop.

  • Phosphorylation_site_dataset.gz (all reported functional sites)
  • Phosphosite_seq.fasta.gz (reference sequences)
  • Regulatory_sites.gz (all reported functional sites)

When phosphoprotools is imported for the first time, the above three compessed files will be automaticallly extracted to the package /data directory and saved as a .pickle. After first import the files downloaded to your Desktop can be deleted.

PhosphoProTools
├── LICENSE
├── MANIFEST.in
├── README.md
├── setup.py
└── src
    └── phosphoprotools
        ├── __init__.py
        ├── data
        │   ├── Phosphorylation_site_dataset.pickle
        │   ├── Phosphosite_seq.fasta.pickle
        │   └── Regulatory_sites.pickle
        ├── piscoreanalysis.py
        ├── preprocessing.py
        ├── pubfetch.py
        ├── siteannotation.py
        └── synonymsfetch.py

TODO

  • Finish up comments

  • Add example ipynb

  • Add sample data for testing

  • Add easy command to update db pickels

    • Add reference sequences pickle that is permanently saved/updates self
  • Workaround for long link problem (Excel's 255 character limit)

  • Add synonynms df pickle that is permanently saved, updates self [0.18]

  • Add pubcount column with number only [0.16]

  • fix publication fetch error when only searching 3 terms [0.16]

  • remove [TIAB] from each term!!!!!! [0.16]

  • Add n-mer sequence motif output (for motif analysis) [0.19]

Authors

License

This work is licensed under the MIT License - see LICENSE.md for details.

phosphoprotools's People

Contributors

thomashsmith avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.