# generand
Generate random genomic data in FASTA/FASTQ, SAM, or VCF format, output
to the standard output.
Output data is completely random and suitable for basic testing and
benchmarking of new programs, or for quickly generating small samples for
academic purposes.
Generand is especially useful for generating large test inputs on-the-fly
so that they need not be manually generated and/or stored.
Currently the randomization is very simplistic, but we will likely add
paramaters in the future to allow generating more realistic data for specific
situations.
# Usage
generand fasta sequences sequence-length
generand fastq sequences sequence-length
generand sam chromosomes alignments-per-chromosome sequence-length
generand vcf chromosomes calls-per-chromosome samples
# Description
generand fast[aq] sequences sequence-length
generates a FASTA or FASTQ stream of
"sequences" sequences, each of length "sequence-length". The sequence
content is random with a uniform distribution of bases, so that GC content
should be very close to 50%.
PHRED scores in FASTQ streams are generated in blocks of equal scores and
are mostly high-quality. The last few scores are lower quality and
independent to simulate Illumina sequencing, where quality tends to drop
near the end of each read.
generand sam chromosomes alignments-per-chromosome sequence-length
generates a SAM stream with chromosomes * alignments-per-chromosome total
alignments. It outputs increasing indexes for QNAME and CHROM, randomly
increasing POS, random QUAL scores, and random sequences and PHRED scores
as stated for FASTQ above.
generand vcf chromosomes calls-per-chromosome samples
generates a VCF stream with chromosomes * calls-per-chromosome calls.
It outputs chromosomes with increasing indexes, randomly increasing POS,
uniformly random REF and ALT, uniformly random QUAL scores, and random
sample columns including GT (genotype), AD (allelic depth) and DP (depth).
REF counts are always >= ALT counts in the AD data and DP = REF count + ALT
count.
![avatar](https://profile-avatar.csdnimg.cn/89d1fee9dba34369a0da22be35fcb016_weixin_42131798.jpg!1)
迷荆
- 粉丝: 67
- 资源: 4720
最新资源
- 基于JavaScript、HTML、CSS的JavaScript代码库开发与设计源码技巧
- 基于Java和CSS的简易交易网站设计源码
- 基于Java和Vue的RuoYi-Vue新露营设计源码
- 基于Python的HTML、JavaScript、CSS的钢材电商信息网站设计源码
- 基于Java和HTML的校园维修管理系统设计源码
- 基于Python的Thuservices全栈设计源码包含HTML和JavaScript
- 基于Html、CSS、JavaScript的Iprimo结婚钻戒网站设计源码
- 基于Vue框架的电子病历评级前端页面设计源码
- 基于Vue框架的体育馆小程序设计源码
- 基于C++的贪吃蛇游戏设计源码分享
- 基于Vue框架的个人毕业设计源码展示
- 基于Vue框架的孕周计算及体重范围在线设计源码
- 基于HTML/CSS/JavaScript的线上购物详情及搭配选购套餐设计源码
- 基于Vue框架的transport-system-school-front智运先锋前端设计源码
- 基于Vue3+TypeScript的大学学生心理健康测试与咨询平台设计源码
- 基于Java语言的猫头鹰(Owl)设计模式实现源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback-tip](https://img-home.csdnimg.cn/images/20220527035111.png)
评论0