Random Variance T-Test In R?
2
0
Entering edit mode
10.2 years ago
Jordan ★ 1.3k

Hi,

I'm doing Microarray analysis and I would like to perform a random variance t-test instead of normal t-test to obtain the p-value. Do we have any packages which are available in R which does this? I could not find them. Any help would be great!

Random variance t-test are available in BRB Tools and I would like to replicate those results using R. Here is the paper which talks about the uses of Random variance t-test.

Thanks!

r microarray • 3.1k views
ADD COMMENT
1
Entering edit mode

Well, I don't know if it is useful for you, but I use the package limma that does a moderated t-test, taking into account standard variations across the sample in order to overcome limited replication.

ADD REPLY
0
Entering edit mode

Just to add to this, limma also does information sharing between genes/probes/whatever for variance calculation. Having not gone through the paper thoroughly, though, I can't say how similar its method is to that used by limma.

ADD REPLY
0
Entering edit mode

I use limma too. But the t-test in the package lets me choose either variance which is equal or unequal, not random. I was looking for a package which can do that for me. I know BRBtools does it. So I wanted to know if there is an equivalent in R.

ADD REPLY
1
Entering edit mode

I think you might have misinterpreted the BRB Tools variance model. The random variance model that BRBtools uses is between genes, not between samples, and it is closely analogous to what limma does. Both tools allow variances to be different between genes but the same for samples within each gene. BRB Tools doesn't give any extra flexibility not available in limma.

ADD REPLY
2
Entering edit mode
3.6 years ago
Gordon Smyth ★ 7.0k

The random variance model of BRB Tools is essentially the same idea as the empirical Bayes model of limma. BRB Tools calls it a random model whereas limma calls it a prior distribution, but mathematically they are the same. limma would be a logical R equivalent of BRB Tools, although limma estimates hyperparameters differently and limma implements additional theory leading to exact small sample tests.

ADD COMMENT

Login before adding your answer.

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