Human brain samples (BAM files) differential gene expression
1
0
Entering edit mode
4.5 years ago
nermze86 • 0

I have been handed 8 sets of RNA-seq data. These were already aligned, and are in BAM format. The alignment was done by an outside company long time ago, and i have no idea what algorithm they used, and not even which reference sequence, all I know is that it's human brain samples.

Any ideas how i could proceed with these files (using cufflinks for example) to compare differential gene expression? i have cufflinks already up and running.

Thanks in advance.

RNA-Seq • 685 views
ADD COMMENT
0
Entering edit mode

Thank you very much, problem solved :) !

ADD REPLY
0
Entering edit mode

If an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted.
Upvote|Bookmark|Accept

ADD REPLY
1
Entering edit mode
4.5 years ago
Mathias_H ▴ 20

Hi, you can view the header of the BAM-files with samtools:

samtools view -H your.bam

The header tells you the sequence ID of the genome which was used for the mapping and also the alignment tool that was used.

ADD COMMENT
1
Entering edit mode

Adding on this, typically the last lines of the header contain the commands used for alignment. In any case you can always format bam back to fastq with e.g. samtools fastq and realign / quantify against a reference of choice. That is what I would do to be sure it was done properly (not saying the company is incompetent, but simply to be sure that you can confidently stand up for the analysis).

ADD REPLY

Login before adding your answer.

Traffic: 2706 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