Displaying 1 result from an estimated 1 matches for "10pg".
Did you mean:
10g
2003 Oct 16
3
indexing a particular element in a list of vectors
..."multi.expr"
[[2]]
[1] "1ng" "ml" "fluor.expr"
[[3]]
[1] "1pg" "ml" "fluor.expr"
[[4]]
[1] "10ng" "ml" "fluor.expr"
[[5]]
[1] "10pg" "ml" "fluor.expr"
I'm basically interested in getting the following elements:
"pt1pg", "1ng", "1pg", etc. as a list (or character vector)
Note, this might have an obvious solution but I claim Newbie status!
Thank...