anshess / SimGBS.jl

A simple method to simulate Genotyping-by-Sequencing (GBS) data.
MIT License
2 stars 1 forks source link

SimGBS: A Julia Package to Simulate Genotyping-by-Sequencing (GBS) Data

Open In Colab latest Build Status GitHub release (latest by date) GitHub issues Hits GitHub license

Introduction

SimGBS is a versatile method of simulating Genotyping-by-Sequencing (GBS) data. It can be implemented with any genome of choice. Users can modify different parameters to customise GBS setting, such as the choice of restriction enzyme and sequencing depth. By taking the gene-drop approach, users can also specify the demographic history and define population structure (by supplying a pedigree file). Like real sequencers, SimGBS will output data into FASTQ format.

Installation

SimGBS.jl is registered in the General registry. It can be installed using Pkg.add,

julia> import Pkg;Pkg.add("SimGBS")

or simply

julia> ] 
pkg> add SimGBS

Input

Output

etc.

Overview

For more information, please visit the documentation page.

Citation

Please cite the following if you use SimGBS.jl,

What's Next?

The following tools are recommended for downstream analyses of GBS data,