dmattek / tca-package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R package for time-course analysis

To install this package on your local machine:

  1. First, you need to install the devtools package. You can do this from CRAN. Start R and then type:
install.packages("devtools")
  1. Load the devtools package:
library(devtools)
  1. In most cases, you just use install_github("author/package"). For example, with this tca package, which exists at github.com/dmattek/tca-package, you’d type:
install_github("dmattek/tca-package")

About


Languages

Language:R 100.0%