Git Product home page Git Product logo

crux's Introduction

CRUX

R-CMD-check r-universe status badge Closed issues

Description

A shiny app that simplifies cohort-level, tertiary cancer analysis. You can import your own data, or use public TCGA or PCAWG datasets.

Note CRUX is now live at https://ccicb.shinyapps.io/crux/

Note For analysing sensitive datasets, we reccomend installing CRUX binaries, or installing it as an R package so you can run CRUX on a system of your choice.

Manual

A manual describing the installation and use of CRUX can be found here

Installation

OPTION 1: Use the CRUX web app

CRUX is now live at https://ccicb.shinyapps.io/crux/

This is the best way to quickly test out CRUX. To analyse sensitive datasets, we reccomend installing the desktop version of CRUX

OPTION 2: Download Desktop Version of CRUX for Windows / MAC

Download the latest release and follow the instructions for your operating system.

There are no dependencies other than having a browser (Chrome, Firefox, Edge or Safari)

OPTION 3: Install as an R package (Linux / Windows / MAC)

  1. Check R > 3.5.0 is installed (run sessionInfo())

  2. For some versions of R you may need to install maftools before installing CRUX

install.packages('BiocManager')
BiocManager::install('PoisonAlien/maftools@72208f2')
  1. Install CRUX by running:
install.packages('CRUX', repos = c('https://ccicb.r-universe.dev', 'https://cloud.r-project.org'), dependencies = TRUE)
  1. Run the CRUX app: CRUX::run_app()

Funding

This project was supported by grant 1165556 awarded through the 2018 Priority-driven Collaborative Cancer Research Scheme and co-funded by Cancer Australia and My Room. We would also like to acknowledge Luminesce Alliance -- Innovation for Children's Health for its contribution and support. Luminesce Alliance, is a not-for-profit cooperative joint venture between the Sydney Children's Hospitals Network, the Children's Medical Research Institute, and the Children's Cancer Institute. It has been established with the support of the NSW Government to coordinate and integrate paediatric research. Luminesce Alliance is also affiliated with the University of Sydney and the University of New South Wales Sydney.

Supporting Organisation Logos

Acknowledgements

Thanks to all the those who contribute to the development of CRUX

  • Computational Biology & Bioinformatics teams at CCIA

  • Heena Sareen (extensive testing)

As well as those who build and maintain the tools which underpin CRUX functionality

  • Anand Mayakonda (maftools, TCGAmutations)

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.