bedtools intersect mistakes
0
0
Entering edit mode
4.6 years ago
Oliver • 0

I am new to bioinformatics I have rna-seq data for analysis I did the folwing : I map the RNA-seq reads to the gene then I would like to use bedtools intersect my command is

bedtools intersect -a /mnt/s-ws/everyone/Drosera_rotundifolia.gff3 -b All_output.bam -wao

I got the error unable to open file "All_output.bam" my question should I create this file? and how?

rna-seq • 1.0k views
ADD COMMENT
0
Entering edit mode

I guess you need to elaborate a bit more - there's some inconsitencies in your question.

I map the RNA-seq reads to the gene

That usually would be a genome

I got the error unable to open file "All_output.bam"

Do you have a file All_output.bam? That should be the result of whatever alignement you did up in step one. What's the exact error message?

ADD REPLY
0
Entering edit mode

Use a dedicated RNA-seq tool such as featureCounts, htseq or quantify the fastq reads right away with something like salmon or kallisto against the reference transcriptome. Bedtools has many use-cases, RNA-seq is none of it.

By the way, if the message says not found means that the BAM file is missing. Do you have a BAM file?

ADD REPLY
0
Entering edit mode

yes i found the file

ADD REPLY

Login before adding your answer.

Traffic: 2681 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6