search for: winterbud_not_mc

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

2011 Apr 21
1
Rearranging columns with cbind
...[13] "Xylem_not_mC" "Xylem_promoter" "Xylem_genebody" "Phloem_not_mC" [17] "Phloem_promoter" "Phloem_genebody" "Fallbud_not_mC" "Fallbud_promoter" [21] "Fallbud_genebody" "Winterbud_not_mC" "Winterbud_promoter" "Winterbud_genebody" [25] "Springbud_not_mC" "Springbud_promoter" "Springbud_genebody" When I do this operation, I get the following "unused arguments" command: > dataSort <- cbind(data[19:27, 1:12,...