bioconductor implementations to find rank invariant genes
1
0
Entering edit mode
Juliet Hannah ▴ 360
@juliet-hannah-4531
Last seen 4.9 years ago
United States
All, I am searching for a bioconductor package that implements rank-invariant normalization. More importantly, I would like to obtain a list of genes that appear to be rank invariant. I don't want the actual normalization. I see that the HTqPCR package has an implementation. Has anyone used any other implementations? Thanks for your help. Regards, Juliet
Normalization HTqPCR Normalization HTqPCR • 841 views
ADD COMMENT
0
Entering edit mode
Heidi Dvinge ★ 2.0k
@heidi-dvinge-2195
Last seen 9.6 years ago
HI Juliet, > All, > > I am searching for a bioconductor package that implements > rank-invariant normalization. More importantly, > I would like to obtain a list of genes that appear to be rank > invariant. I don't want the actual > normalization. > Try normalize.invariantset from affy. That will give you a boolean index of the invariant input values. d <- rnorm(1000) ref <- rnorm(1000) norm <- normalize.invariantset(data=d, ref=ref) norm[["i.set"]] HTH \Heidi > I see that the HTqPCR package has an implementation. > > Has anyone used any other implementations? > > Thanks for your help. > > Regards, > > Juliet > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor >
ADD COMMENT

Login before adding your answer.

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