Displaying 1 result from an estimated 1 matches for "winterbud_genebody".
2011 Apr 21
1
Rearranging columns with cbind
..."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, 13:15, 16:18], deparse.level=2)
Error in `[.data.frame`(data, 1...