Displaying 1 result from an estimated 1 matches for "splitids".
Did you mean:
splited
2010 Dec 22
4
vectorised recovery of strsplit value ??
...ot;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"
[[4]]
[1] "D1" "4" etc
I am now struggling to work with the prefix identifiers (D1,...