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
Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
...-
Channel: Articles
Yesterday, 11:10 AM -
-
by SEQadmin2
Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.
There is no single reason why many patients don’t respond to treatment as expected. Cancer is...-
Channel: Articles
07-08-2026, 05:17 AM -
-
by GATTACATLove this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
-
Channel: Articles
07-01-2026, 11:43 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Yesterday, 10:04 AM
|
0 responses
10 views
0 reactions
|
Last Post
by SEQadmin2
Yesterday, 10:04 AM
|
||
|
Started by SEQadmin2, 07-08-2026, 10:08 AM
|
0 responses
7 views
0 reactions
|
Last Post
by SEQadmin2
07-08-2026, 10:08 AM
|
||
|
Started by SEQadmin2, 07-07-2026, 11:05 AM
|
0 responses
15 views
0 reactions
|
Last Post
by SEQadmin2
07-07-2026, 11:05 AM
|
||
|
Started by SEQadmin2, 07-02-2026, 11:08 AM
|
0 responses
31 views
0 reactions
|
Last Post
by SEQadmin2
07-02-2026, 11:08 AM
|
Comment