Name Mode Size
..
MADSEQ-package.Rd 100755 2 kb
MadSeq.Rd 100755 2 kb
aneuploidy_chr18.Rd 100755 1 kb
deltaBIC.Rd 100755 1 kb
normalizeCoverage.Rd 100755 5 kb
plotFraction.Rd 100755 1 kb
plotMadSeq.Rd 100755 1 kb
plotMixture.Rd 100755 1 kb
posterior.Rd 100755 1 kb
prepareCoverageGC.Rd 100755 2 kb
prepareHetero.Rd 100755 3 kb
runMadSeq.Rd 100755 5 kb
summary-method.Rd 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/)