Skip to content

mattbork/ContiBAIT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContiBAIT

Build Status

Using strand inheritance data from multiple single cells from the organism whose genome is to be assembled, contiBAIT can cluster unbridged contigs together into putative chromosomes, and order the contigs within those chromosomes.

##Installation Currently ContiBAIT is under review at Bioconductor, but once it is accepted, you can install it via:

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

If you want the development version, you can get it from GitHub:

# install.packages("devtools")
devtools::install_github("oneillkza/ContiBAIT")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 96.2%
  • C++ 3.8%