Code Monkey home page Code Monkey logo

plexedpiper's Introduction

The package has been moved to PNNL-Comp-Mass-Spec as PlexedPiper. This repository may or may not be maintained.

PlexedPiper

R package used at PNNL for processing isobaric labeling (e.g. TMT) proteomics data. The key inputs are:

  • MS/MS identifications from the MS-GF+ search engine
  • Reporter ion intensities extracted using MASIC
  • Tables outlying study design
    • table linking dataset to plexes
    • table linking reporter channels with sample names
    • table identifying reference within each plex

R Installation and Usage

if(!require("remotes", quietly = T)) install.packages("remotes")
remotes::install_github("vladpetyuk/PlexedPiper", build_vignettes = TRUE)
library(PlexedPiper)
vignette("tmt_pipeline_v1")

Example Data

A companion R package with test data based on the MoTrPAC pilot study is available here

Docker/Linux installation

PlexedPiper can be run within a Docker Container

  • This example Dockerfile shows the required system libraries, starting with the base rocker/TidyVerse image
FROM rocker/tidyverse:3.6.1
RUN apt-get update \
 && apt-get install -y --no-install-recommends \
 unixodbc \
 unixodbc-dev \
 freetds-dev \
 freetds-bin \
 tdsodbc \
 libcurl4-openssl-dev \
 libxml2-dev \
 libnetcdf-dev \
 libssl-dev
RUN R -e 'remotes::install_github("vladpetyuk/PlexedPiper", build_vignettes = TRUE)'

MacOS installation

On MacOS, install Homebrew, then use

brew install unixodbc
brew install freetds

Note, the --with-unixodbc option in freetds installation is deprecated.

Create ~/.odbcinst.ini file and add

[FreeTDS]
Driver = /usr/local/lib/libtdsodbc.so

If your location of libtdsodbc.so differs, use the proper location.

Installation Tips

If within PNNL network there may be an error associated with mount_smbfs. This happens due to network access credentials. Options are either to wait or proactively access one of the PNNL servers. For example try mounting one of the public directories from the terminal window. Enter your network password once requested. mount -t smbfs //protoapps/DataPkgs/Public/ ~/temp_msms_results Then compilation of the vignettes that imply access to PNNL DMS should proceed smoothly.

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.