added r-analysis-file

This commit is contained in:
Nicole Dresselhaus 2017-08-31 11:41:04 +02:00
parent 554489e2db
commit 7a53eb4006
Signed by: Drezil
GPG Key ID: 057D94F356F41E25

View File

@ -0,0 +1,9 @@
library(Hmisc)
DF=read.table("potential_lambda05_fitness_R_gia2_ffd_im_mid_25.txt",header=TRUE,skip=1, sep="")
head(DF)
rcorr(as.matrix(DF),type="spearman")
DF=read.table("potential_lambda075_fitness_R_gia2_ffd_im_mid_25.txt",header=TRUE,skip=1, sep="")
head(DF)
rcorr(as.matrix(DF),type="spearman")