GithubHelp home page GithubHelp logo

cristianetaniguti / statgenesalq_app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from statgen-esalq/statgenesalq_app

0.0 2.0 0.0 580 KB

Shiny App for Statistical Genetics analysis.

License: Other

Dockerfile 1.86% R 98.14%

statgenesalq_app's Introduction

These tools are in constant development by members of ESALQ/USP Statistical Genetics Laboratory. Feel free to contribute sending pull requests or contacting one of us.

This shiny app performs statistical genetics analysis for diverse purposes. Please, check the left menu items for each feature detailed description.

Features implemented by now:

  • Single environment analysis

  • Multi environment analysis

  • Assumptions tests

  • Selection indices

Quick start

There are four ways of using this app:

We use this App for didactic purposes. In our server version, we store real data as examples for our courses. If you are participating of some of or courses, please send us an e-mail requesting your login and password (chtaniguti in usp.br).

  • (Public access) Install the package locally and run the app:
devtools::install_github("statgen-esalq/StatGenESALQ_App")
library(StatGenESALQ)
run_app()

Because this shiny App is made using Golem, it works like a package and the dependencies will be automatically installed.

  • (Public access) Run directly from GitHub:
runGitHub("statgen-esalq/StatGenESALQ_App", ref="main")

PS: Why "main" and not "master".

It will require that the dependencies packages are already installed.

  • (Public access) Install Docker and access the app via container:
docker run --rm -e USERID=$(id -u) -e GROUPID=$(id -g) -p 80:80 -e DISABLE_AUTH=true cristaniguti/statgenapp

The App will be available in the port localhost:80 or 127.0.0.1:80. Using container you will not need any installation but Docker (you don't even need to have R installed). It works in any operational system.

statgenesalq_app's People

Contributors

cristianetaniguti avatar

Watchers

 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.