crop_chromosome: Lists of chromosome for crops

View source: R/bioinformatics.R

crop_chromosomeR Documentation

Lists of chromosome for crops

Description

Lists of chromosome for crops

Usage

crop_chromosome(crops, type = c("list", "data.frame"))

Arguments

crops

a vector of crops (i.e. wheat, barley, canola)

type

return as list or data.frame

Value

a list or data.frame for predefined chromosome

Examples

crop_chromosome(c("wheat", "barley", "canola"), type = "data.frame")
crop_chromosome(c("wheat", "barley", "canola"))

byzheng/myutils documentation built on Oct. 3, 2024, 1:35 a.m.