Code Monkey home page Code Monkey logo

lipidminion's Introduction

Lipid Mini-On

The Lipid Mining and Ontology (Lipid Mini-On) tool is a Shiny app that uses the Rodin R package. to create ontology bins and perform lipid enrichment analysis.

Running Lipid Mini-On

To use Lipid Mini-On, you need to run it as a local Shiny app; required steps:

install.packages(c("shiny", "plotly", "visNetwork", "shinycssloaders", "markdown"))
install.packages(c("ggplot2", "grid", "gridExtra", "gtable", "MASS", "plyr", "reshape2", "scales", "stats", "tibble", "lazyeval", "DT"))

install.packages("devtools")
devtools::install_github('https://github.com/PNNL-Comp-Mass-Spec/Rodin')

# Either load all of the libraries at once (using "invisible()" since the output from lapply() is not useful)
invisible(lapply(c("ggplot2", "grid", "gridExtra", "gtable", "MASS", "plyr", "reshape2", "scales", "stats", "tibble", "lazyeval", "DT"), library, character.only = TRUE))

# Or load each library individually
library(ggplot2)
library(grid)
library(gridExtra)
library(gtable)
library(MASS)
library(plyr)
library(reshape2)
library(scales)
library(stats)
library(tibble)
library(lazyeval)
library(DT)

# Load Shiny and required libraries
invisible(lapply(c("shiny", "plotly", "visNetwork", "shinycssloaders", "markdown"), library, character.only = TRUE))

# Start the Shiny app
runApp('C:/R/LipidMiniOn')

Lipid Mini-On will appear in a new window

Testing Lipid Mini-On

Directory C:\R\LipidMiniOn has several .csv files that can be used for testing

Steps to load process the data

  • Click Browse under "Upload 'Query' Lipid Names (.csv)"
    • Select file Soil_surface_signif.csv
  • Click Browse under "Upload 'Universe' Lipid Names (.csv)"
    • Select file Soil_universe.csv
  • Click "Check Data"
  • Click "Visualize" to see two stacked bar charts

Contacts

Written by Sarah Reehl and Kelly Stratton for the Department of Energy (PNNL, Richland, WA)
E-mail: [email protected] or [email protected]
Website: https://www.pnnl.gov/integrative-omics or https://panomics.pnnl.gov/

See the About.md file for more information about the developers

License

Lipid Mini-On is licensed under the 2-Clause BSD License; you may not use this file except in compliance with the License. You may obtain a copy of the License at https://opensource.org/licenses/BSD-2-Clause

Copyright 2018 Battelle Memorial Institute

lipidminion's People

Contributors

sarsees avatar stratkg avatar alchemistmatt avatar geremyclair 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.