Quantcast
Channel: Post Feed
Browsing all 3764 articles
Browse latest View live

Counting Number Of Bam Reads Directly Within Set Of Intervals With Bedtools

how can I count the number of BAM reads falling directly within a set of intervals, given in a GFF format? Note that I do not want reads overlapping the intervals, but ones that fall directly within...

View Article


Intersectbed - Overlap Analysis Usign Vcf And Bed Files

I am trying to do an overlap analysis between 200 danish exomes (VCF courtsey: Zev) and 10 different gene regions. I would like to know what percentage overlaps between my region of interest (in...

View Article


Coveragebed, Depth/Breadth Of Coverage

I'm using coverageBed to calculate the depth and breadth of coverage, but I'm not sure I'm doing this right. I want to calculate the two values for each human chromosome. For example, I've created a...

View Article

How To Extract Scores From Bedgraph File Using Bed Tools

file1chr1 10 20 name 0 +file2chr1 12 14 2.5 chr1 14 15 0.5How could i extract average scores of file1 using file2, like below? I am trying to extract phastcons (file2) average scores of file1.chr1 10...

View Article

N Closest Genes To A Given Location

Hi,This is basically an extension of the following question already asked in biostar (http://biostars.org/post/show/53561/python-finding-gene-closest-to-a-given-location/).Let us say I have a list of...

View Article


compute 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 Article

Get The Idea Of Splicing From Reads Mapped In Rna-Seq

I've got a set of 100 bam files from a public experiment, I want to have an idea of splicing in each of them regarding three exons,without entering in some kind of depth-level procedure like Cufflinks...

View Article

Bedtools Intersectbed

Apologies if this is blatantly obvious!I would like to compare coordinates in setA with those of setB. The output should have the same number of coordinates as setA and tell me how many nucleotides of...

View Article


Bedtools on Cygwin problem.

Hi   I'm trying to install the latest release of Bedtools via Cygwin but there's a weird error during process. I know this isn't the best solution, but I do not have an other choice. Perhaps anyone...

View Article


Bedtools subtract not dealing well with large datasets

I am using bedtools subtract with large datasets and it keeps crashing, giving the following error    terminate called after throwing an instance of 'std::bad_alloc'Is there a way to get over this...

View Article

Random shuffling of features leaving gene models intact

I am looking for a tool that can randomly shuffle gff features into intergenic regions, but leaving the gene-models 'intact', so that at least all features of a gene are placed on the same contig and...

View Article

Filter a bam file

Hi,I would like to know if is possible to filter a bam file with a bed file. I want to keep only all reads non-overlapped with my bed file. Do you know if there is a option or a way to do that with...

View Article

Bedtools Compare Multiple Bed Files?

I've been dealing with comparison between two bed files using intersectBed -a -b command. I'm just wondering, is there any commands in Bedtools which can help us compare multiple bed files? Say, I have...

View Article


Intersectbed Tool Generating Empty File

I have used the Bedtools command intersectBed to check the overlap between two bed files. A is my INDEL file and B is my Reference file. But it is producing an empty output file. I thought the problem...

View Article

Split A Bam File Into Several Files Containing All The Alignments For X...

Hi everyone! I am struggling with annotating a very big .bam file that was mapped using TopHat. The run was a large number of reads : ~200M. The problem is that when I now try to Annotate each read...

View Article


Filtering Bed Files By Using Bedops

hello every one,I have paired end illumina reads, R1.fastq and R2.fastq and I have mapped them as single-end reads by using bowtie2 default parameters, I performed further downstream analysis by using...

View Article

How To Get Annotation For Bed File From Another Bed File

Hello All,I have a bed file (with Chr, Start, End, Name, Score and Strand) Chr1 5678 5680 NA 7 + Chr1 700 800 NA 8 - Chr1 900 1200 NA 10 -and would like to know, how can I get the annotation for the...

View Article


Samtools or Bedtools: How to filter a bam file with a bed file using strand...

HiI would like to filter a bam file, keeping only reads overlapping with genomic intervals from a bed file. I used samtools for this:samtools view -b -h -L bedfile.bed bamfile.bam However the -L option...

View Article

Bowtie2 Mapping Different Number Of Reads To Same Sequence When Ref-Seq Is...

I am using bowtie2 to map my PE reads. I have indexed multiple bacterial genomes by putting them together in a multi-fasta file fashion.bowtie2 -q -a -p 1 -x Multi -1 R100_1.fq -2 R100_2.fq -U...

View Article

Image may be NSFW.
Clik here to view.

Converting Bam To Bedgraph For Viewing On Ucsc?

I'm trying to go from a BAM file to a representation viewable in UCSC, ideally bedGraph. I am trying to use Bedtools's genomeCoverage like this: genomeCoverageBed -ibam accepted_hits.sorted.bam -bg...

View Article
Browsing all 3764 articles
Browse latest View live