Test if a list of genes with coordinates are expressed (hisat2 data)
1
0
Entering edit mode
3.8 years ago
Chvatil ▴ 130

Hello everyone, I need some help in order to know wether candidates genes are expressed or not.

In order to do that I have already done the following steps :

3 Built hisat indexes

  $HISAT2/hisat2-build Assembly.fa mapping_index

2 Mapper the RNA reads to the assembly

$HISAT2/hisat2 --dta -k 1 -q -x mapping_index --sra-acc SRR6456290,SRR6456292  | $SAMTOOLS/samtools view -o mapping_Assembly.bam 2> stats_mapping.txt

3) Sorted bam by position

$SAMTOOLS/samtools sort mapping_Assembly.bam -o mapping.sorted_Assembly.bam

and I have a list of candidate genes with coordinates such as :

Exemple

Chr start end strand 
1 1 600 -
1 200 90 -
2 30 900 +

and I would like to know if these particular genes are significatively expressed or not ? I know that a TMP method could be a nice idea but I do not know what kind of program is the most suitable for my question ? I do not want to test for difference of expression within conditions, just to test if the candidat gene is exprimed.

Thank you very much for you help

RNA-Seq transcription • 764 views
ADD COMMENT
0
Entering edit mode

There is no gold standard to determine when a gene is expressed or not. There is often background transcriptional level, especially detected when samples are sequenced deeply, but without biological meaning. For a data-driven method check for example zFPKM: https://www.bioconductor.org/packages/release/bioc/html/zFPKM.html

ADD REPLY
0
Entering edit mode
3.8 years ago
khorms ▴ 230

You could use IGV to visualize both your alignment .bam file and your bed file; this way you could manually inspect the regions of interest

ADD COMMENT
0
Entering edit mode

Thanks but I have around thousand of candidate gene and I need to get a more general method ..

ADD REPLY

Login before adding your answer.

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