@RG ( read group ) in neandertals
1
0
Entering edit mode
4.6 years ago

I have some bam files from Neandertals I downloaded from UCSC. I want to first merge them and then convert to VCF file. but when I search for @RG in bam files to see if they are from the same library, it shows they don't have @RG. I use this command to find @RG in bam files:

samtools view -H SLFeld1.hg19.bam | grep "^@RG" > RG_SLFeld

why these bam files don't have @RG?

thanks a lot

RNA-Seq SNP • 1.0k views
ADD COMMENT
3
Entering edit mode
4.6 years ago

Because it is not required. You can set or change a read group using samtools addreplacerg, or with Picard and probably others too.

ADD COMMENT

Login before adding your answer.

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