search for: genefinder

Displaying 1 result from an estimated 1 matches for "genefinder".

Did you mean: genefilter
2011 Apr 09
3
In need of help with correlations
...,y, use ="everything", method = c("pearson")) " can help obtain the coefficients. I also know that "cor.test()" is supposed to test the significance of a single correlation coefficients. I've also found the bioconductor package "genefilter" / "genefinder" that looks for correlations to a given gene (although I can't get it to work). So far I've been able to: #Read in the csv file data<-read.csv("my data.csv") #Check the dimensions, names, class, fix(data) to ensure the file was loaded properly dim(data) names(data) cla...