Assume we are given an RNA sequence of, say, 300 bps.
AACAGCUAGCUGAUCGAUGCUAGCUG....ACACUGUACG
and now we want to reverse transcribe either the 5' or 3' end in vivo, but not the entire transcript, but rather just a part up to a certain point.
This has to be sequence specific, i.e., no or just few other RNAs in the cells should be affected. Also, we would be allowed to add "start" and "termination" sequences, i.e., assume we would like to amplify the 5' end of the aforementioned sequence and the start and termination sequence would look like "agucc" resp. "ugccaa", then it would be possible for us to extend the above sequence like
aguccAACAGCUAGCUGAUCGAUGCUugccaaAGCUG....ACACUGUACG
or so to ensure that just the right part gets reverse transcribed (either with or without the start or termination sequences, that would not be so important).
Do you know a way to achieve that?
Many thanks in advance!