GithubHelp home page GithubHelp logo

anubhavhere / cluster-analysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from r-clements/cluster-analysis

0.0 2.0 0.0 216 KB

Dashboard implementation of clustering analysis on user-uploaded data

Home Page: https://sparsedata.shinyapps.io/SparseData-Cluster

License: MIT License

R 6.84% CSS 93.16%

cluster-analysis's Introduction

SparseData Cluster

Objective

The goal of this project is to build a beautiful parser of data that can interpret matrix data (with a specific use-case being gene expression matrices) and construct basic interactive plots for data exploration and preliminary analyses.

Get Started

Use the online version of SparseData Cluster. See Installation for details on installing locally.

Functionality

  • Upload : Upload your own flat files (comma, tab, or semi-colon delimited) for analysis.
  • Cluster : Pair-wise correlation is computed between observations (by default, rows of matrix input) and displayed as a heatmap. A summary of the matrix is also given as plain text.
  • Rank : Choose 2 observations to view an interactive table of the differences for each feature. Note that when data is log2 transformed during Upload, these will correspond to log fold changes.

Details

Installation

Dependencies

  • This App depends on installation of the following R packages: shiny (version >= 0.12.1), shinydashboard, shinyapps, markdown, gplots, RColorBrewer.

To Run:

Open app.R and run the code in an interactive R session in the same directory

Organization

The application is organized into separate files as follows:

  • app.R : The top-level application that sources the rest of the necessary files to build the app and calls the shinyApp function
  • global.R : Globally needed packages and global variables to share data across multiple embedded apps
  • header.R : constructs the header bar
  • sidebar.R : constructs the sidebar; specific pages are delineated here via the tabName function, and are similarly defined in body.R
  • body.R : page-level construction of each tabName specified in sidebar.R
  • server.R : provides interactivity and backend calculations

Acknowledgements

Stefan Avey constructed the underlying base, and Rob Amezquita applied a slick coat of paint on it.

cluster-analysis's People

Contributors

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