https://github.com/kdm9/radhax
Scripts for analysis of reduced-representation sequencing (GBS, RADseq)
https://github.com/kdm9/radhax
Last synced: 2 months ago
JSON representation
Scripts for analysis of reduced-representation sequencing (GBS, RADseq)
- Host: GitHub
- URL: https://github.com/kdm9/radhax
- Owner: kdm9
- License: gpl-3.0
- Created: 2015-06-02T06:18:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T13:22:09.000Z (over 1 year ago)
- Last Synced: 2025-02-14T18:52:18.779Z (4 months ago)
- Language: Python
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
RADHAX
======Scripts for analysis of reduced-representation sequencing (GBS, RADseq)
`radsim`
========Simulates GBS/RAD digests.
### Installation
pip install radsim
### Usage
There are three commands in radsim
##### ``radsim-digest``
Digitally digests the reference genome, returning GBS fragments.
##### ``radsim-rebed``
Returns a BED file of restriction sites. Optionally, one can return a window
around each RE site, to simulate digest-then-random-fragment libraries like the
original RADseq (`--length`).