search for: chri_2223

Displaying 1 result from an estimated 1 matches for "chri_2223".

2009 May 29
2
strsplit
I am trying split a string and use one part of it to label graphs. I am using strsplit for that. While I am able to split it, how do I access the separated parts. > filName<-"chrI_2223" >part<- strsplit(filName,"\\_") > part [[1]] [1] "chrI" "2223" > part[1] [[1]] [1] "chrI" "2223" I looked up the help archive but did not find it. Can someone help me here? Cheers../Murli [[alternative HTML version deleted]]