Skip to content
forked from gangwug/MetaCycle

An integrated R package to evaluate periodicity in large scale data

Notifications You must be signed in to change notification settings

ww2470/MetaCycle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the ongoing development version of MetaCycle.

Introduction

MetaCycle is an R package for evaluating periodicity in large scale time-series datasets. This package provides two functions- meta2d and meta3d. For analyzing time-series datasets without individual information, meta2d is suggested, which incorporates ARSER, JTK_CYCLE and Lomb-Scargle in the detection of interested rhythms. For analyzing time-series datasets with individual information, meta3d is suggested, which takes use of any one of these three methods to analyze time-series data individual by individual and gives out integrated values based on analysis result of each individual.

Update news

For accelerating the analysis process of MetaCycle, it is under the development of parallel version which is lead by Xaiver (haohan.li.97@gmail.com).

Installation

Use devtools to install this version from Github:

# install 'devtools' in R(>3.0.2)
install.packages("devtools")
# install MetaCycle
devtools::install_github('gangwug/MetaCycle')

Usage

library(MetaCycle)
# see detail introduction and associated application examples about meta2d or meta3d
?meta2d
?meta3d

License

This package is free and open source software, licensed under GPL(>= 2).

About

An integrated R package to evaluate periodicity in large scale data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%