can lnc-RNA target coding RNA?
1
0
Entering edit mode
5.8 years ago
ta_awwad ▴ 340

Hello everyone, I have two divergent RNA transcripts one is coding and the other is non-coding .. is there any tool one can use to precisely calculate the complementarity between the non-coding and coding transcript if any?

thanks much TA

RNA lnc-RNA mRNA • 1.9k views
ADD COMMENT
2
Entering edit mode
ADD COMMENT
0
Entering edit mode

I'm actually trying to use triplexator to find TTS and TFOs for a specific lncRNA. In the above mentioned papers I see in the second one they used triplexator tool to get TTS and TFOs for MEG3 lncRNA. I'm interested in knowing whether they have given the whole FATSA sequence of MEG3 as input or selected any region? From which database I can get the FASTA sequence of a lncRNA?

ADD REPLY
1
Entering edit mode

Sorry for late response, I forgot to reply.

Yes, compete sequence from MEG3 was used for the prediction. You can get DNA FASTA sequence of any lncRNA from GENCODE, "Fasta files" section from this link. Also UCSC and ENSEMBL can be an option to extract DNA FASTA sequences.

ADD REPLY
0
Entering edit mode

thanks a lot for the answer.

ADD REPLY
0
Entering edit mode

Could you please tell which command to use in linux to get FASTA sequence of MEG3/ any other lncRNA from gencode fasta file.

ADD REPLY
2
Entering edit mode

This should work

awk '/^>/ {printf("%s%s\t",(N>0?"\n":""),$0);N++;next;} {printf("%s",$0);} END {printf("\n");}' gencode.v29.lncRNA_transcripts.fa | grep MEG3 | tr "\t" "\n"
ADD REPLY
0
Entering edit mode

Thanks a lot for the command.

ADD REPLY
0
Entering edit mode

@EagleEye Do I need to use all the transcript (MEG3) sequences as input for triplexator?

ADD REPLY
0
Entering edit mode

What do you mean by "all transcript sequences" ? Are you referring to different isoforms ?

ADD REPLY
0
Entering edit mode

What I mean is, MEG3 has multiple transcript IDs right. Do I need to use all or any specific transcript sequence is fine?

ADD REPLY
2
Entering edit mode

You must investigate all the transcript isoforms individually using triplexator.

ADD REPLY

Login before adding your answer.

Traffic: 1694 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6