Skip to content

bioc/MADSEQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("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

This is a read-only mirror of the git repos at https://bioconductor.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages