search for: 4gene

Displaying 11 results from an estimated 11 matches for "4gene".

Did you mean: xgene
2024 Jul 25
1
please help generate a square correlation matrix
...each column, less than 10% values are 1, most of them are 0; so I want to remove a row with value of zero in both columns when calculate correlation between two columns. I just want to check whether those values of 1 are correlated between two columns. Please look at my code in the following; cor.4gene <-matrix(0,nrow=4*4, ncol=4) for (i in 1:4){ #i=1 for (j in 1:4) { #j=1 d <-dat[,c(i,j)]%>% filter(eval(as.symbol(colnames(dat)[i]))!=0 | eval(as.symbol(colnames(dat)[j]))!=0) c <-cor.test(d[,1],d[,2]) cor.4gene[i*j,]<-c(colnames(dat)[i],colna...
2024 Jul 25
1
please help generate a square correlation matrix
...% values are 1, most of them are 0; > so I want to remove a row with value of zero in both columns when calculate correlation between two columns. > I just want to check whether those values of 1 are correlated between two columns. > Please look at my code in the following; > > cor.4gene <-matrix(0,nrow=4*4, ncol=4) > for (i in 1:4){ > #i=1 > for (j in 1:4) { > #j=1 > d <-dat[,c(i,j)]%>% > filter(eval(as.symbol(colnames(dat)[i]))!=0 | > eval(as.symbol(colnames(dat)[j]))!=0) > c <-cor.test(d[,1],d[,2]) &...
2024 Jul 25
1
please help generate a square correlation matrix
...lues are 1, most of them are 0; > so I want to remove a row with value of zero in both columns when calculate correlation between two columns. > I just want to check whether those values of 1 are correlated between two columns. > Please look at my code in the following; > > cor.4gene <-matrix(0,nrow=4*4, ncol=4) > for (i in 1:4){ > #i=1 > for (j in 1:4) { > #j=1 > d <-dat[,c(i,j)]%>% > filter(eval(as.symbol(colnames(dat)[i]))!=0 | > eval(as.symbol(colnames(dat)[j]))!=0) > c <-cor.test(d[,1],...
2024 Jul 25
1
please help generate a square correlation matrix
..., most of them are 0; > so I want to remove a row with value of zero in both columns when calculate correlation between two columns. > I just want to check whether those values of 1 are correlated between two columns. > Please look at my code in the following; > > cor.4gene <-matrix(0,nrow=4*4, ncol=4) > for (i in 1:4){ > #i=1 > for (j in 1:4) { > #j=1 > d <-dat[,c(i,j)]%>% > filter(eval(as.symbol(colnames(dat)[i]))!=0 | > eval(as.symbol(colnames(dat)[j]))!=0) > c <...
2024 Jul 25
1
please help generate a square correlation matrix
...in both columns when calculate correlation between two columns. > > > >> I just want to check whether those values of 1 are correlated between two columns. > > > >> Please look at my code in the following; > > > >> > > > >> cor.4gene <-matrix(0,nrow=4*4, ncol=4) > > > >> for (i in 1:4){ > > > >> #i=1 > > > >> for (j in 1:4) { > > > >> #j=1 > > > >> d <-dat[,c(i,j)]%>% > > > >> filter(e...
2024 Jul 26
1
please help generate a square correlation matrix
...> > > > > > >> I just want to check whether those values of 1 are correlated between two columns. > > > > > > > >> Please look at my code in the following; > > > > > > > >> > > > > > > > >> cor.4gene <-matrix(0,nrow=4*4, ncol=4) > > > > > > > >> for (i in 1:4){ > > > > > > > >> #i=1 > > > > > > > >> for (j in 1:4) { > > > > > > > >> #j=1 > > > > > > >...
2024 Jul 27
1
please help generate a square correlation matrix
...whether those values of 1 are correlated between two columns. > > > > > > > > > > > >> Please look at my code in the following; > > > > > > > > > > > >> > > > > > > > > > > > >> cor.4gene <-matrix(0,nrow=4*4, ncol=4) > > > > > > > > > > > >> for (i in 1:4){ > > > > > > > > > > > >> #i=1 > > > > > > > > > > > >> for (j in 1:4) { > > > > > >...
2024 Jul 27
1
please help generate a square correlation matrix
...s. > > > > > > > > > > > > > > > >> Please look at my code in the following; > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > >> cor.4gene <-matrix(0,nrow=4*4, ncol=4) > > > > > > > > > > > > > > > >> for (i in 1:4){ > > > > > > > > > > > > > > > >> #i=1 > > > > > > > > > > > > > > >...
2024 Jul 27
1
please help generate a square correlation matrix
...; > > > > > > > > > > > > > >> Please look at my code in the following; > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > >> cor.4gene <-matrix(0,nrow=4*4, ncol=4) > > > > > > > > > > > > > > > >> for (i in 1:4){ > > > > > > > > > > > > > > > >> #i=1 > > > > > > > > > > > > &g...
2024 Jul 27
1
please help generate a square correlation matrix
...t;> Please look at my code in the following; > > > > > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > >> cor.4gene <-matrix(0,nrow=4*4, ncol=4) > > > > > > > > > > > > > > > > > > > > > > > >> for (i in 1:4){ > > > > > > > > > > > > > > > > > > > > > > > >>...
2024 Jul 28
1
please help generate a square correlation matrix
...ok at my code in the following; > > > > > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > >> cor.4gene <-matrix(0,nrow=4*4, ncol=4) > > > > > > > > > > > > > > > > > > > > > > > >> for (i in 1:4){ > > > > > > > > > > > > > > > > > > > > > > &...