I assigned RGID's to 4 different sets of files. I labeled them L1, L2, L3, L4 to indicate which lane they were from. I was having issues after samtools merge and I think the problem is that the first in.bam header overwrote the other headers (this is in the samtools manual). Basically I have orphan reads now because they have a RGID that isn't in the header. All the other RG tags are identical in the bam files. I was told that I needed to add the other ID's to my header in the merged file. So I guess the header needs to say something like RGID: L1, L2, L3, L4 for it to work properly but I don't think you can put comma's. I don't really know how to reformat text files and on a scale of 1-10 in programming knowledge, I would put myself at a 2. Can someone please give me an example code for how to edit this header? I will attach the header of my existing file below if that helps.
Header Leaderboard Ad
Collapse
edit RGID in header
Collapse
Announcement
Collapse
SEQanswers June Challenge Has Begun!
The competition has begun! We're giving away a $50 Amazon gift card to the member who answers the most questions on our site during the month. We want to encourage our community members to share their knowledge and help each other out by answering questions related to sequencing technologies, genomics, and bioinformatics. The competition is open to all members of the site, and the winner will be announced at the beginning of July. Best of luck!
For a list of the official rules, visit (https://www.seqanswers.com/forum/sit...wledge-and-win)
For a list of the official rules, visit (https://www.seqanswers.com/forum/sit...wledge-and-win)
See more
See less
X
-
I think various RGs need to be on separate lines.
You can use text editor to get the header you want, no "programming" involved using gedit/vim/emacs.
It you did want to program, using the Unix tools sed,grep,cat and so in a script could solve the problem.
When you get the header you want, try the samtools "reheader" option.
-
Originally posted by Richard Finney View PostI think various RGs need to be on separate lines.
You can use text editor to get the header you want, no "programming" involved using gedit/vim/emacs.
It you did want to program, using the Unix tools sed,grep,cat and so in a script could solve the problem.
When you get the header you want, try the samtools "reheader" option.
Comment
-
Originally posted by shawpa View PostI think I wasn't clear when I said I couldn't program very well. I actually meant I couldn't program as well as do what you are describing.
Right now your header has only L1:
Code:@RG ID:L1 PL:ILLUMINA PU:D0DHVACXX LB:ryan SM:ryan
Code:@RG ID:L1 PL:ILLUMINA PU:D0DHVACXX LB:ryan SM:ryan1 @RG ID:L2 PL:ILLUMINA PU:D0DHVACXX LB:ryan SM:ryan2 @RG ID:L3 PL:ILLUMINA PU:D0DHVACXX LB:ryan SM:ryan3 @RG ID:L4 PL:ILLUMINA PU:D0DHVACXX LB:ryan SM:ryan4
The method Richard Finney suggests is to use samtools reheader:
Code:samtools view -H file.bam > header.txt ...edit header.txt using any text editor... samtools reheader header.txt file.bam > file.fixedheader.bam
Comment
Latest Articles
Collapse
-
by seqadmin
Developments in sequencing technologies and methodologies have transformed the field of epigenetics, giving researchers a better way to understand the complex world of gene regulation and heritable modifications. This article explores some of the diverse sequencing methods employed in the study of epigenetics, ranging from classic techniques to cutting-edge innovations while providing a brief overview of their processes, applications, and advances.
Methylation Detect...-
Channel: Articles
05-31-2023, 10:46 AM -
-
Differential Expression and Data Visualization: Recommended Tools for Next-Level Sequencing Analysisby seqadmin
After covering QC and alignment tools in the first segment and variant analysis and genome assembly in the second segment, we’re wrapping up with a discussion about tools for differential gene expression analysis and data visualization. In this article, we include recommendations from the following experts: Dr. Mark Ziemann, Senior Lecturer in Biotechnology and Bioinformatics, Deakin University; Dr. Medhat Mahmoud Postdoctoral Research Fellow at Baylor College of Medicine;...-
Channel: Articles
05-23-2023, 12:26 PM -
-
by seqadmin
Continuing from our previous article, we share variant analysis and genome assembly tools recommended by our experts Dr. Medhat Mahmoud, Postdoctoral Research Fellow at Baylor College of Medicine, and Dr. Ming "Tommy" Tang, Director of Computational Biology at Immunitas and author of From Cell Line to Command Line.
Variant detection and analysis tools
Mahmoud classifies variant detection work into two main groups: short variants (<50...-
Channel: Articles
05-19-2023, 10:03 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, 06-01-2023, 08:56 PM
|
0 responses
9 views
0 likes
|
Last Post
by seqadmin
06-01-2023, 08:56 PM
|
||
Deep Sequencing Unearths Novel Genetic Variants: Enhancing Precision Medicine for Vascular Anomalies
by seqadmin
Started by seqadmin, 06-01-2023, 07:33 AM
|
0 responses
9 views
0 likes
|
Last Post
by seqadmin
06-01-2023, 07:33 AM
|
||
Unveiling Genetic Associations Through Transcription Factor Binding Quantitative Trait Loci
by seqadmin
Started by seqadmin, 05-31-2023, 07:50 AM
|
0 responses
4 views
0 likes
|
Last Post
by seqadmin
05-31-2023, 07:50 AM
|
||
Exploring French-Canadian Ancestry: Insights into Migration, Settlement Patterns, and Genetic Structure
by seqadmin
Started by seqadmin, 05-26-2023, 09:22 AM
|
0 responses
11 views
0 likes
|
Last Post
by seqadmin
05-26-2023, 09:22 AM
|
Comment