Giter Site home page Giter Site logo

msstatsconvert's Introduction

MSstats development version

Travis build status Codecov test coverage

MSstats is an R-based/Bioconductor package for statistical relative quantification of peptides and proteins in mass spectrometry-based proteomic experiments. It is applicable to multiple types of sample preparation, including label-free workflows, workflows that use stable isotope labeled reference proteins and peptides, and workflows that use fractionation. It is applicable to targeted Selected Reactin Monitoring(SRM), Data-Dependent Acquisiton(DDA or shotgun), and Data-Independent Acquisition(DIA or SWATH-MS). This package implements converter functions that are used by MSstats to import data from various signal processing tools.

Installation

This development version is only available on Github:

devtools::install_github("Vitek-Lab/MSstatsConvert", build_vignettes = TRUE)

Documentation and examples

An extensive documentation can be found on the official website of the package.

Contributing

We welcome contributions from the community. For details on how to contribute to the development of MSsstas, please refer to the CONTRIBUTING file.

License

Artistic-2.0

msstatsconvert's People

Contributors

devonjkohler avatar jwokaty avatar meenachoi avatar mstaniak avatar nturaga avatar tonywu1999 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

msstatsconvert's Issues

Logging setup

TODO: this should be happening on load, because we don't know yet if the user want to append?
OR if we don't save at this moment, the file won't be created, yet - file name can go to options, too?

Vignette

  • describe, how to use MSstatsPreprocess with data not coming from any of the supported tools

Re-write model-fitting functions

  • rlm (in feature selection)
  • survreg (in imputation)
  • lm (in linear summarization)
  • medpolish (in TMP)
    all could use a re-write:
  • skip unnecessary checks
  • remove unnecessary warnings
  • return result + information about convergence instead of warnings

DT vs df

Decide, what should be the class of the output (some operations on df may not work with DT) [backward-compatibility]

Filtering intensity

In Skyline converter, missing intensities were only filtered in DDA case:

input <- input[!is.na(input$Intensity), ]

(line 183 in the original file)

Check if the same happened in other converters, be consistent

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.