Giter Site home page Giter Site logo

sciwhylab / wgcna-online Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 0.0 4.72 MB

Online app for WGCNA Analysis

Home Page: https://kitswas.shinyapps.io/WGCNA-Online/

License: GNU General Public License v3.0

R 96.49% Dockerfile 3.51%
data-analysis r shiny shiny-apps wgcna bioinformatics

wgcna-online's Introduction

WGCNA Online

An online application that lets users perform weighted gene co-expression network analysis on their data โ€“
a no-code solution that helps you quickly get started and explore.

This project aims to create a GUI interface to the R WGCNA package.

Live version

A hosted version is available on shinyapps.io. Note that it is resource-limited.
The app sleeps to save resources when idle, leading to longer startup times. Please be patient.

Getting started

Prerequisites

R and git must be installed on your system.

Clone the repository

git clone https://github.com/Sciwhylab/WGCNA-Online.git
cd WGCNA-Online

Install required packages

In R, execute the following commands:

install.packages(c("shiny", "shinyWidgets", "stats", "bslib", "BiocManager", "DT", "here", "readr", "readxl"))
BiocManager::install(c("WGCNA", "impute", "flashClust"))

If you are having trouble with the above steps, refer to this answer on StackOverflow.

Run the Shiny App

First clone the repository.
Then, go to the project root and execute the following in R.

shiny::runApp(, host = "0.0.0.0")

Using the Dockerfile

If you have Docker installed, you can build, run and deploy the app using the provided Dockerfile.

You can build the image using the following command:

docker build -t wgcna-online .

And run the container using: (replace 8080 with the port you want to use)

docker run --name "wgcna" --rm -p 8080:3838 wgcna-online

Visit http://localhost:8080 to access the app.
If you are using a server, replace localhost with the server's IP address.

Troubleshooting

If you are facing package installation problems while deploying the app to shinyapps.io, execute the following in R.

options(repos = c(getOption("repos"),  BiocManager::repositories()))

wgcna-online's People

Stargazers

 avatar  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.