Copy number (repeat count) of assembled contigs
1
1
Entering edit mode
9.2 years ago
misaghb ▴ 20

I have a set of assembled contigs (genomic sequences). These contigs were assembled using a de novo short read assembler (e.g. Velvet, ABySS, etc). I map/align a new short read library (e.g. Illumina paired end or mate pair library) against these contigs using a short read mapper like BOWTIE2. So now I have a SAM/BAM alignment file at hand.

Is there any software (or a pipeline using different tools) to take this alignment SAM/BAM file as input and outputs which contigs are repeated in the genome and estimate those integer repeat counts (copy numbers) using coverage information in the alignment input file?

Notes:

  1. No reference genome available.
  2. Magnolya is a software that can be used for this purpose although it's not specifically developed for this problem. But it's limited to ace format and some depreciated scripts from tools like ABySS and Newbler.
contigs copy-number de-novo-assembly repeat-count • 2.5k views
ADD COMMENT
0
Entering edit mode

Hi, this is what I want too. I wonder if you get a solution!!

ADD REPLY
1
Entering edit mode
9.2 years ago
apelin20 ▴ 480

You can use https://github.com/lindenb/jvarkit/wiki/BamStats04 to caluculate coverage for regions specified in BED file, these regions can be your entire contigs. Go go Pierre.

ADD COMMENT

Login before adding your answer.

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