More posts like this
-
sambamba-depth: All files must be coordinate-sorted error?
written by MobiusT •I am trying to use sambamba to an indexed whole genome dataset. basename_X $dataset f="$(basename_X -- $dataset)" sambamba depth base -L genomic.bed $dataset> ./reads/"$f.txt" However, …
-
Samtools index and sambamba-depth error?
written by MobiusT •I have the following script ``` samtools index dataset01.bam basename dataset01.bam f="$(basename -- dataset01.bam)" sambamba depth base -L genomic.bed dataset01.bam > ./read_depths/"$f.txt" ``` I run …
-
What is read depth exactly?
written by MobiusT •What is read depth exactly in whole genome sequencing and whole exome sequencing?
-
Find mean read length of a bam file dataset of reads?
written by MobiusT •I am working in a remote linux server and I have a dataset of reads in the file with extension bam extension. How to find …
-
differences in covered regions in exome and whole genome sequencing
written by miaowzaiI have a VCF dataset from whole exome sequencing of a cohort of people. I was considering to take some people from 1000genomes data and …
-
Statistical analysis of a whole exome VCF file
written by adam.waring •I have a VCF file for a whole-exome sequence dataset generated by the agilent 1.1 capture kit. The genome coordinates are GRCh37. If I wanted …
-
Input file for MDR(Multifactoral dimension reduction) for exome data
written by vvividhya93 •I am new to human whole exome sequencing data analysis. After I am done with whole exome analysis, I annotate the SNPs using VEP(Variant effector …
-
predicting Alternative splicing
written by rajeshI want to predict alternatively spliced exons in human genome. So which dataset i choose i.e RNA seq or Whole exome sequencing. Can anyone tell …
-
Merging multiplexed bam files
written by Nikleotide<p>Hi,</p> <p>I have downloaded a dataset from EGA (with the authors permissions of course), but noticed that the files are multiplexed bam files (HiSeq whole …
-
Analysing Multiple Exome Datasets
written by User 9126 •<p>Dear All, We have whole exome sequencing data of ten samples from illumina. While I was looking for a pipeline to analyse this data i …
Do you mean that you have a bam file generated from WGS data and that you want to extract the exonic alignments? If so take a look into intersectBed.
While possible the solution from Pierre Lindenbaum will be much faster as (if the bam is sorted and indexed) samtools will use random access to pull the entries directly whereas intersect first needs to find them manually.
This would be a theoretically equivalent dataset not a real exome dataset (since that generally uses capture techology).