gosuzombie / MADSEQ

MADSEQ-R package for mosaic aneuploidy detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MADSEQ

MADSEQ-R package for mosaic aneuploidy detection

GitHub page: http://ykong2.github.io/MADSEQ/

Quick Start

Dependencies

  • R (latest version recommended)
  • JAGS
  • R package: rjags, or visit their GitHub

Install

source("https://bioconductor.org/biocLite.R")
biocLite("MADSEQ")

###Install from GitHub

library(devtools)
install_github("ykong2/MADSEQ", build_vignettes=TRUE)

###Install from from tarball

install.packages("directory_to_the_downloaded_package/file_name_MADSEQ.tar.gz")

User Guide

Please follow the instruction of the documentation

Other

For more information, please check our page for MADSEQ

About

MADSEQ-R package for mosaic aneuploidy detection


Languages

Language:R 100.0%