GithubHelp home page GithubHelp logo

jmvarberg / fragpipe-analyst-simr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from monashproteomics/fragpipe-analyst

0.0 0.0 0.0 29.63 MB

License: GNU General Public License v3.0

JavaScript 0.16% R 33.17% CSS 0.12% HTML 66.41% Dockerfile 0.14%

fragpipe-analyst-simr's Introduction

Project Status: Active โ€“ The project has reached a stable, usable state and is being actively developed. R

FragPipe-Analyst

A tool for analyzing quantitative proteomics datasets for FragPipe.

Features

  • Differential expression analysis

  • Enrichment analysis (GO/Pathways)

  • Imputation (optional)

  • Data visualization

    1. PCA
    2. Sample correlation
    3. Heatmaps
    4. Missing value inspection
    5. Sample coverage
    6. Protein intensity plots for slected protein(s)
    7. Imputation effect evaluation
  • Report and multiple levels of exportable tables for further analysis

    • Table options
      • DE results
      • Unimputed data matrix: Original protein intensities before imputation
      • Imputed data matrix: Protein intensities after performing selected imputation method

Public servers

There are two server instances

Install on your own machine

Prerequisite

  • R 4.2
  • PDFlatex

Multiple options

Once all the dependencies are installed, follow steps below to run the server locally. You can build it natively:

# Clone the repository
git clone https://github.com/MonashProteomics/FragPipe-Analys.git

# Move to the folder
cd FragPipe-Analyst

# Inside R console or R studio
> library("shiny")
> runApp()

Or run it through Docker:

# Clone the repository
git clone https://github.com/MonashProteomics/FragPipe-Analys.git

# Move to the folder
cd FragPipe-Analyst

# Build FragPipe-Analyst (Any name after -t)
docker buildx build -f Dockerfile.local -t fragpipe-analyst  --output=type=docker --platform=linux/amd64 .

# Run FragPipe-Analyst
docker run -it --platform=linux/amd64 -d -p 3838:3838 fragpipe-analyst

# Open local interface
http://localhost:3838/fragpipe-analyst/

fragpipe-analyst-simr's People

Contributors

hsiaoyi0504 avatar anupshah14 avatar hailey-z avatar hosseinvk 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.