Skip to content

iferres/simurg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

303f59d · Jul 30, 2019
Jul 29, 2019
Oct 8, 2018
Jul 23, 2019
Jul 23, 2019
Jul 23, 2019
Jul 23, 2019
Jul 22, 2019
Jul 24, 2019
Mar 19, 2019
Mar 19, 2019
Jul 30, 2019
Jul 23, 2019
Jul 23, 2019
Jul 24, 2019
Jul 23, 2019

Repository files navigation

Travis build status

simurg: Simulate a Bacterial Pangenome in R

This R package is intended to produce simulated pangenomes using reference sequences as starting point (MRCA), and both Neutral and Infinitely Many Genes (IMG) models to produce changes along branches of a simulated coalescent tree.

Installation

The simplest way of installing simurg is using devtools package:

if (!require(devtools)) {
    install.packages('devtools')
    library(devtools)
}
 
install_github('iferres/simurg')

Help

The main function of simurg is well documented. Once the package is loaded, please refer to:

help('simpg')

Vignettes

A vignette is also provided to learn more about this package. If you want to see it locally, you have to build it first when installing simurg:

library(devtools)
install_github('iferres/simurg', build_vignettes = TRUE)
vignette('Simulate_a_bacterial_pangenome')

Also, visit the Wiki page to see the vignette example.

About

Simulate pangenomes according to the IMG + Neutral models

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages