Displaying 2 results from an estimated 2 matches for "dhcr24".
Did you mean:
dhcpv4
2004 Sep 14
1
pairs correlations colors
...matrix with correlations using function
panel.cor, exactly as it is in the example.
Unfortunately, the line:
jpeg(filename="/home/valeria/Thesis/lung/fig/scatterplotcolnames.jpg")
pairs(aggiunta[,1:
6],labels=c("ALCAM","ITGB5","MSN","CSTB","DHCR24","TRIM29"), main =
"Scatterplots selected genes",pch=21,
bg = c("red", "green3", "blue",
"brown","orange")[aggiunta[,7]],upper.panel=panel.cor)
dev.off()
doesn't allow me to get the desidered matrix with colors and...
2009 Dec 17
2
some help regarding combining columns from different files
Dear all,
Here is my code which am using to combine 5th column from different data
sets.
Here is the function to do my job
genesymbol.append.file <-NULL
gene.column <- NULL
readGeneSymbol <- function(files,genesymbol.column=5){
for(i in fnames){
temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")