Entering edit mode
7.8 years ago
itsanju87
▴
10
Can anyone suggest how can we plot miRNA and its targets using "circos plot"
Reference "An approach to identify the novel miRNA encoded from H. Annuus EST sequences", in this article the above said circos plot is done.
Here is a really good Circos tutorial that should help you to recreate the Circos plot.
For the miRNA sequences first u do target prediction (miranda tool). U will get location where you miRNA are falling on your target. Then u can take these inputs in particular particular format. For each kind data input type is there. The tutorials, data and input files you can see at the link Circos Tutorial
I have predicted the targets. I don't find a template or format for this kind in the tutorial . If you can suggest, it will be very useful.
You need to use links.
A link file is formatted like this: first chromosome/contig/scaffold/mirna precursor, start on first chromosome/.., end on first chromosome, second chromosome/.., start on second chromosome, end on second chromosome (s. below)
start can be equal to end, so you could just use the start position of the predicted target
chr start start
, or you can use start and end, w/ever. For the position on the precursor, you could use the actual position of miRNA/miRNA* or you could use the middle of the sequence, check whatever looks better.You then need to import this in your circos config file with:
links.txt should be the path to your links file, color can take any colourmap, if you omit that parameter, then the links will be black.