View source: R/bioinformatics.R
crop_chromosome | R Documentation |
Lists of chromosome for crops
crop_chromosome(crops, type = c("list", "data.frame"))
crops |
a vector of crops (i.e. wheat, barley, canola) |
type |
return as list or data.frame |
a list or data.frame for predefined chromosome
crop_chromosome(c("wheat", "barley", "canola"), type = "data.frame")
crop_chromosome(c("wheat", "barley", "canola"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.