Name Mode Size
R 040000
inst 040000
man 040000
source 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.Rhistory 100644 16 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 0 kb
README.md 100644 1 kb
ctsGE.Rproj 100644 0 kb
README.md
# ctsGE Clustering of time series gene expression data ## Installing ctsGE ```{r,eval=FALSE,warning=FALSE,message=FALSE} BiocManager::install("ctsGE") ``` **OR** ```{r,eval=FALSE,warning=FALSE,message=FALSE} devtools::install_github("michalsharabi/ctsGE") ``` **OR:** *Download [source](https://github.com/michalsharabi/ctsGE/tree/master/source)* ```{r, eval=FALSE,warning=FALSE,message=FALSE } install.packages("ctsGE.tar.gz",repos=NULL,type="source") ``` ## ctsGE usage Tutotial and examples can be found [here](https://htmlpreview.github.io/?https://github.com/michalsharabi/ctsGE/blob/master/inst/doc/ctsGE.html)