Code Monkey home page Code Monkey logo

pepbedr's Introduction

PepBedR

minimal R version

Introduction

PepBedR: is a R package to process bed and bigBed files from peptide evidences.

Installing pepBed

First we need to install devtools:

  install.packages("devtools")
  library(devtools)

Then, we can install the package using:

  install_github("bigbio/PepBedR")
  library(PepBedR)

Report Examples

Some examples to test the package are provided here. (additional work in process...)

Process BigBed

For some functionalities, PepBedR runs internally some tools from UCSC. To install the UCSC utilities, follow the instructions here.

Alternatively, you could run from terminal the commands below to get installed the requiered binaries (tested on Ubuntu 16.04):

  cd $HOME
  
  # make directory
  mkdir kent-utils
  
  cd kent-utils
  
  # download binaries from UCSC
  curl -O http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigBedToBed
  curl -O http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigBedSummary
  curl -O http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigBedInfo
  
  # set exec permission
  chmod -R a+x .
  
  # Add the follow line to the .profile file. 
  # You could need to reboot your system to take effect of the changes.
  export PATH=$PATH:$HOME/kent-utils

Note that for Mac OS system, the binaries can be download from here.

pepbedr's People

Contributors

enriquea avatar ypriverol avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

enriquea

pepbedr's Issues

Phosphorylation probability

  • We need to provide a "global" probability score around each phosphorylation site.
  • Crosstalk phosphorylation score should be computed.

Compare the number of modified peptide with non modified.

For the following example:

ftp://ftp.pride.ebi.ac.uk/pride/data/cluster/trackhubs/2017-10/hg38/

We have two files there Modified and non modified peptides mapped to the Genome Coordinates. We would like to know:

The region of the genome with more modified peptides? The region of the genome with more modified peptides by specific modifications (phospho, etc.). In the example we have generated, each modified peptides contains a different color.

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.