Variant annotation using several .BED files
So, I have a data file containing several hundred variants in the following format: CHR # START POS END POS VARIANT ID 1 100 1000 rs1 1...
View ArticleCalculate reciprocal overlap for thousands of samples
I have around 20k samples with BED files. How can I calculate reciprocal overlap for each segment? I want to find all segments with 50% reciprocal overlap or better.
View Articlehow to get -nms for bedtools
I'd like to merge bed files and preserve the names of the merged features using bedtools -nms option.However, this option (-nms) is deprecated in the newer bedtools.The documentation says I can use -o...
View ArticleHow To Use Bedtools Windows To Overlap Upstream For Positive Strand Strand
Hi,I am trying to use bedtools windows. It has been explained in the manual of the bedtools but I am still bit confused and thought a confirmation would be good. And I have no biological background.I...
View ArticleBedtools Genomecoveragebed Usage : How To Create A Genome File?
I am using BEDTOOLS and the following command to get the coverage file:$ ./genomeCoverageBed -ibam ~/GG_project/trim/ecoli.bam -g > ~/GG_project/trim/coveragewhere ecoli.bam is my sorted bam file,...
View ArticleExtracting Genomic Coverage Information Across Different Samples
Hello, I have 3 bam files that i wanted to compare against each other. For example i have reference file with 10,000 sequences. I have paired end reads sequenced for 3 different samples. 1) Sample 1 is...
View ArticleCalculating GC content from BAM file by BED file
Dear all,I have bedg file created from bedtools - chr1 1 10 num_of_reads chr1 10 20 num_of_reads chr1 20 30 num_of_reads . . .3th column is information about overlapping reads at this region. I would...
View ArticleCan Bedtools/Bedops Used To Extract Regions Where Scores Are Higher Than A...
I have a very basic question about bedtools and bedops. Can I use these tools to filter all the regions where the score is higher (or lower) than a given value? For example, let's say that I have a BED...
View ArticleBedtools: Top N Most Similar Regions When Comparing Two Bed/Wig/Bam Files?
Is there an easy way of finding, probably with bedtools, given a window size, the top N most correlated regions when comparing two bed/wig files? For example, in comparing two bed/wig/bam files that...
View ArticleDoes Windowbed Extend Reads?
I am using WindowBed, part of the BedTools suite, to align reads to a reference file and I obtained a very interesting result. I am trying to rule out an analysis artifact that could be caused by...
View ArticleHow To Check Whole Genome With Bigwigsummary ?
Hi,I have question about bigwigsummary tools ,I have my start and end positions and my bigwig file but I want to check whole genome instead of chromosome by chromosome Is there any option to use this...
View ArticleHow To Create A Read Density Profile Within A Interval?
HI!I need some help: I have to create density profile with a window specific of 1kb (how many time a sequence is detected after NGS method). I have to use SAM and BEDtools, I think I can use genomeCov...
View ArticleHow To Use Bedtools To Extract Promoters From A Mouse Bed File
Hello, I would like to know how to use Bedtools to extract promoter sequences (as FASTAs) from the mouse genome (mm9) starting from a BED file.
View ArticleBed File Bedpe Format
Hi,I'm having trouble with converting the bam file into bed -bedpe using the bedtools.workflow: samtools sort -n mut.bam mut.Namesorted bamTobed -i mut.Namesorted.bam -bedpe >...
View ArticleSplice Junction file intersection with genome annotation
Hello, I have a tab delimited format Splice Junction file and the file looks something like this: chr1 11212 12009 1 1 0 0 2 48 chr1 11672 12009 1 1 0 0 1...
View ArticleGTF2/GFF3 "feature" types and expression analysis
Hi, I aligned a few samples using STAR to the genome provided in the Illumina iGenomes UCSC hg19 bundle (here) -- I used the provided gene feature (gtf2) file as is. Now, my motive is to calculate the...
View ArticleSnps Comparison
Hello,I would like to compare SNPs from different methods:number of SNPsSNPs postion (position where method A has SNPs but not B and vice versa. Where both have SNPs)I would be interested to get a...
View Articlecompute normal-tumor coverage ratio from exome BAMs
Could someone please suggest a quick way to compute the data ratio of uniquely mapped reads in the normal to uniquely mapped reads in the tumor, as required by Varscan in the command below? I have over...
View ArticleGetting Rna Sequences From Gff And Fa Files
Hi. I have a folder full of .fa files, and a .gff. The gff file contains information about which loci look like they code for RNA sequences. The .fa contain the DNA sequences for a set of human...
View ArticleDiscrepancy In Samtools Mpileup/Depth And Bedtools Genomecoveragebed Counts
I am getting different counts for the number of bases on reference covered by aligned reads using samtools depth/mpileup and BEDTools genomeCoverageBed commands. I am using samtools-0.1.19 and...
View Article