| illumina_fastQ_id | Parse the Illumina FastQ id from the reads title |
| read.fastq | read the fastq file |
| merge_raw | merge the raw fastq data |
| write.fastq | |
| random_sampling | make reads data random sampling |
| assemble | Do short reads assembling |
| quality_score | In FASTQ files, quality scores are encoded into a compact form, which uses only 1 byte per quality value. In this encoding, the quality score is represented as the character with an ASCII code equal to its value + 33. |
| random_expression_weights | generates the random expression weights for generates the simulated reads data |
| simulate_reads | Mock a fastq reads file from a given set of the reference sequence. |