Skip to content
Prev 366877 / 398502 Next

caculate correlation

Hi Elham,
What I meant is to simply copy these two expressions into the R command line:

coding.rpkm[grep("23.C",coding.rpkm$name),-1]

ncoding.rpkm[grep("23.C",ncoding.rpkm$name),-1]

and see what comes out. If both return a vector of numbers of the same
length with no NA values, my guess was wrong. If there are NA values,
try adding the argument use=pairwise.complete.obs to the "cor"
statement.

Jim
On Tue, Jan 31, 2017 at 9:17 AM, Elham - <ed_isfahani at yahoo.com> wrote: