Detection of genes expressed above background for Gene ST Arrays (as opposed to Exon ST Arrays)
1
2
Entering edit mode
9.8 years ago
komal.rathi ★ 4.1k

I have worked on a lot of Gene Chips and used several methods to define genes that make up the background (genes that are not expressed):

  1. filter out genes where mean expression is below mean expression of eset (normalized expression set)
  2. filter out genes where expression is below mean expression of eset in 50% or 80% of samples,
  3. filter out genes where expression is below mean expression of eset in 50% or 80% of either cases or controls etc.
  4. Use the mean expression of the antigenomic probes (which are considered to be background) as a cutoff for main probes (real genes)

But I don't know which is the best way to go about detecting genes that are expressed above background (or to define genes that make up the background, for that matter). I know there is a function paCalls() in the oligo package for exon level expression but are there are any functions that could do the same thing for gene level expression? Some function that would give you a p-value at gene-level as opposed to at exon-level as in the paCalls() function. Any suggestions would be appreciated.

GeneST genechip background expression • 3.1k views
ADD COMMENT
1
Entering edit mode
9.6 years ago

Have a look at:

http://barcode.luhs.org/

The paper is here.

The method is available in the Bioconductor fRMA package.

ADD COMMENT
0
Entering edit mode

This looks promising. I will definitely read the paper and give it a try! Thanks!

ADD REPLY
0
Entering edit mode

I didn't answer your other questions as directly. For non-specific filtering, you are probably best just as well of using variance as a threshold (probably better) rather than using some arbitrary proportion of expressed genes.

ADD REPLY

Login before adding your answer.

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