Skip to content

gangwug/MetaCycleApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

This repository contains a web application for MetaCycle.

Introduction

MetaCycle is an R package for evaluating periodicity in large scale time-series datasets. To see more information about MetaCycle, please visit its location in CRAN or GitHub. For facilitating using MetaCycle, a web application for its meta2d function has been prepared based on shiny package. For successfully running this web application, R (≥ 3.0.2) is required.

Usage

# install 'shiny' package (if 'shiny' is not installed yet)
install.packages("shiny")
# load 'shiny' package
library(shiny)

# the easy way to run this web application 
runGitHub("MetaCycleApp", "gangwug")

# Or you can download 'ui.R' and 'server.R' from this page, and place these two files into an directory named 'MetaCycleApp'. 
# Then set 'MetaCycleApp' as your working directory (see more introduction about working directory-http://shiny.rstudio.com/tutorial/quiz/). 
# Now you can launch this app in R with the below commands.
runApp("MetaCycleApp")

About

A web application for MetaCycle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages