Displaying 1 result from an estimated 1 matches for "ddc_35".
Did you mean:
ddc_25
2010 Dec 22
4
vectorised recovery of strsplit value ??
...quot;F1_20" "F1_21" "F1_22" "F1_23" "F1_24"
[25] "DDC_25" "DDC_26" "DDC_27" "DDC_28" "DDC_29" "DDC_30" "DDC_31" "DDC_32"
[33] "DDC_33" "DDC_34" "DDC_35" "DDC_36"
from which I've split the prefix identifier using strsplit
> splitIDs <- strsplit( as.character(sampleIDs), "_")
> splitIDs
[[1]]
[1] "D1" "1"
[[2]]
[1] "D1" "2"
[[3]]
[1] "D1" "3"
[[...