Filling Ref Gaps.
2
0
Entering edit mode
12.8 years ago
Didi ▴ 50

Taking contigs of 400bp and filling in ref genome that is the goal of the project. However, need to locate the coordinates of the ref first before I can match up the contigs. At the moment, need to write a script to do that. But I do not want a full script but a walk-through process of how I can write that. Does it make any sense now? I do not know how else to explain.

genome contigs coordinates • 2.3k views
ADD COMMENT
1
Entering edit mode

Please edit the question title and the content to indicate exactly what you are looking to do.

ADD REPLY
1
Entering edit mode

homework ?

ADD REPLY
0
Entering edit mode

I don't quite follow, are you just trying to find where on the genome your 500bp sequence maps or is it expected that this sequence spans at least one gap?

ADD REPLY
0
Entering edit mode

As the comments above, the question should be a little clearer and the title more specific please

ADD REPLY
1
Entering edit mode
12.8 years ago
Leszek 4.2k

I think, what you need is MUMer.

You need to align you contigs on the reference nucmer: [?]

  1. align with nucmer
  2. filter alignment by best matches to reference (delta-filter -q)
  3. and get coordinates of best matches (show-coords -r) [?]

Finally, parse output and join your contigs in order they appear in result file and fill gaps with sequence of the reference. You need to write you own script for that.

Alternatively, for last step you can use Oslay. It takes .coords file from nucmer as input. But Oslay inserts Ns in gaps, so you will need to fill those anyway - it will only join your contigs without rearrangements into scaffolds based on order on the reference.

Hope, that's what you were looking for, as your question isn't well defined;)

ADD COMMENT
0
Entering edit mode

Yes sort of. I used Mummer as well. But script is where I am still thinking how to go about.

ADD REPLY
0
Entering edit mode

Thank you for your help. I appreciated it.

ADD REPLY

Login before adding your answer.

Traffic: 1487 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