Update Project Design authored by Bastian Wagner's avatar Bastian Wagner
...@@ -6,14 +6,14 @@ Simulating cDNA synthesis This is done by reverse transcribing starting from the ...@@ -6,14 +6,14 @@ Simulating cDNA synthesis This is done by reverse transcribing starting from the
**Design** **Design**
1. Extract transcritpt_sequence, transcritpt_copy_number, priming_sites and priming_probabilities from input files. 1. Extract transcritpt_sequences, transcritpt_copy_number, priming_sites and priming_probabilities from input files.
- transcritpt_sequence = GATGCGG… - transcritpt_sequences = GATGCGG… , AAGCGCGG…, CTCTTGCGG… \[...\]
- transcritpt_copy_number = 100 - transcritpt_copy_number = 100, 40, 30 \[...\]
- priming_sites = 220, 260, 390 - priming_sites = 220, 260, 390 \[...\]
- priming_probabilities = 0.33, 0.27, 0.40 - priming_probabilities = 0.33, 0.27, 0.40 \[...\]
2. Generate a list of unique_transcripts based on transcritpt_sequence + priming_sites and add the list to the fasta output file. 2. Generate a list of unique_transcripts based on transcritpt_sequences + priming_sites and add the list to the fasta output file.
- TTTACGGT… - TTTACGGT…
- CCATACGG… - CCATACGG…
... ...
......