Update Project Design authored by Bastian Wagner's avatar Bastian Wagner
......@@ -4,7 +4,9 @@
Simulating cDNA synthesis This is done by reverse transcribing starting from the primer sequence. For each transcript we have the sequence and the copy number. So we for each copy of the transcript we have to sample a priming site in proportion to its probability, calculated at the previous step. Then the cDNAs will be all the sequences generated from the initial pool of transcripts by copying the initial transcript sequence up to the chosen priming site.
**Design**
![project_schema](uploads/5104da51689224dab00b8903bf25abbd/project_schema.png)
**cDNA Generator Design**
1. Extract transcript_sequences, transcript_copy_number, priming_sites and priming_probabilities from input files.
......
......