Skip to content
Prev 366874 / 398502 Next

caculate correlation

this script automatically recognizes what is control among cod and lnc. Note that this script contains a?piece of text that is "grep(".C",cod$name)". This text select - among all column names - those that contain ".C". in my files, I named C1, C2, C3, etc all columns that correspond to controls. In the same manner, I get controls among the lnc, with the text: "grep(".C",lnc$name)"
I`m so sorry,maybe I do not understand you again.
On Tuesday, January 31, 2017 1:27 AM, Jim Lemon <drjimlemon at gmail.com> wrote:
Hi Elham,
This is about the same as your first message. What I meant was, what
do these two expressions return? Is whatever is returned suitable
input for the "cor" function?

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

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

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