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
CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).
Despite this, “CRISPR helped turn genome editing from a specialized technique into...-
Channel: Articles
07-31-2026, 11:01 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Today, 11:17 AM
|
0 responses
4 views
0 reactions
|
Last Post
by SEQadmin2
Today, 11:17 AM
|
||
|
Started by SEQadmin2, 08-18-2026, 10:05 AM
|
0 responses
15 views
0 reactions
|
Last Post
by SEQadmin2
08-18-2026, 10:05 AM
|
||
|
Started by SEQadmin2, 08-13-2026, 12:22 PM
|
0 responses
38 views
0 reactions
|
Last Post
by SEQadmin2
08-13-2026, 12:22 PM
|
||
|
Started by SEQadmin2, 08-11-2026, 10:35 AM
|
0 responses
31 views
0 reactions
|
Last Post
by SEQadmin2
08-11-2026, 10:35 AM
|
Comment