Code Monkey home page Code Monkey logo

slimr's Introduction

Short Linear Motif (SLiM) Analysis in the context of human diseases

slimR is a protein sequence analysis package centered around short linear motifs (SLiMs) and their connections to human diseases. The package contains functions to retrieve data from public databases such as ELM (elm.eu.org), UniProt (uniprot.org), PFAM, and Clinvar. Annotated SLiMs and SLiM patterns (regular expressions) are retrieved from the ELM database. Protein sequence features such as disease-causing mutations, polymorphisms, protein domains, and many other annotated features are retrieved from the UniProt database. The main motivation of the package is to facilitate analysis of the impact of protein sequence variations due to mutations and polymorphism on the content of SLiMs. Besides functions to retrieve data from public resources, there are functions to calculate disorder scores, search for SLiM instances in given sequences, look for gain/loss of SLiMs due to sequence variations. The package should be useful not only for the analysis of human diseases but also studies of the evolution of species via gain/loss of SLiMs in any comparative context.

Installation

from github

The package can be installed via github using R library devtools.

install.packages('devtools')

devtools::install_github('BIMSBbioinfo/slimR')

using Conda

The following command installs the latest version of the R package from Anaconda.

conda install -c bora.uyar r-slimr

External dependency

Currently, the package depends on IUPred tool for sequence disorder score prediction. IUPred source code can be dowloaded from here: http://iupred.enzim.hu/Downloads.php After unpacking the source code, change to the src directory. Compile the code with "cc iupred.c -o iupred". Some of the functions will require the path to the folder that contains the iupred executable

Acknowledgements

slimr's People

Contributors

borauyar avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mmm84766 balharbi

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.