Is there a package/program/tool to identify and extract WGS reads mapped uniquely or to both reference (e.g. human and chimp) genomes from resulting indexed bam files?
Unconfigured Ad
Collapse
X
-
I dont think so. Probably the easiest approach is to map to one assembly, only report mapped/discard unmapped, convert bam to fastq and then map to the second assembly. As the bam file contains the assembly info in the header I dont see how you would have both.
Now that I think of it, maybe check the workflows for spike-in normalisation. Typically its done with a separate organism so this might give you a solution!
Do tell if you find a solution
-
Hello,
you may also use simpler approaches with basic text editing tools from UNIX, after converting your bam files into sam (or after a samtools view command). For example, you may make a file with the read names aligned on one reference and use grep -f with this file on the other sam file. You can use option -v to extract the reads which are specific of one reference genome (not found in the other one).
You may also use join on the sam files with several options, using the read names as the joining field (don't forget to sort the sam files). Here also you can use option -v 1 or -v 2 to keep only reads specific from your first (respectively second) alignment.
Good luck!
Comment
Latest Articles
Collapse
-
by SEQadmin2
The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.
This convergence of genetics, immunology, and computation...-
Channel: Articles
09-01-2026, 05:41 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Today, 11:37 AM
|
0 responses
6 views
0 reactions
|
Last Post
by SEQadmin2
Today, 11:37 AM
|
||
|
Started by SEQadmin2, 09-16-2026, 10:23 AM
|
0 responses
13 views
0 reactions
|
Last Post
by SEQadmin2
09-16-2026, 10:23 AM
|
||
|
Started by SEQadmin2, 09-09-2026, 12:14 PM
|
0 responses
34 views
0 reactions
|
Last Post
by SEQadmin2
09-09-2026, 12:14 PM
|
||
|
Started by SEQadmin2, 09-09-2026, 11:33 AM
|
0 responses
32 views
0 reactions
|
Last Post
by SEQadmin2
09-09-2026, 11:33 AM
|
Comment