Name Mode Size
R 040000
data 040000
inst 040000
man 040000
vignettes 040000
.Rbuildignore 100755 0 kb
.gitignore 100755 0 kb
DESCRIPTION 100644 1 kb
MADSEQ.Rproj 100755 0 kb
NAMESPACE 100755 1 kb
README.md 100755 1 kb
README.md
# MADSEQ MADSEQ-R package for mosaic aneuploidy detection [GitHub page: http://ykong2.github.io/MADSEQ/](http://ykong2.github.io/MADSEQ/) # Quick Start ## Dependencies * R (latest version recommended) * [JAGS](http://mcmc-jags.sourceforge.net/) * R package: [rjags](https://cran.r-project.org/web/packages/rjags/index.html), or visit their [GitHub](https://github.com/cran/rjags) ## Install ```{r} if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("MADSEQ") ``` ###Install from GitHub ```{r} library(devtools) install_github("ykong2/MADSEQ", build_vignettes=TRUE) ``` ###Install from from [tarball](http://ykong2.github.io/MADSEQ/) ```{r} install.packages("directory_to_the_downloaded_package/file_name_MADSEQ.tar.gz") ``` ## User Guide Please follow the instruction of the [documentation](http://ykong2.github.io/MADSEQ/documentation.html) ## Other For more information, please check our page for [MADSEQ](http://ykong2.github.io/MADSEQ/)