Extracts the genus name from a scientific name (latin binomial)
提取属名,学名(拉丁文二项式)
用法----------Usage----------
genus(x)
参数----------Arguments----------
参数:x
A vector of scientific names
学名向量
Details
详情----------Details----------
Returns the first word in the scientific name. For candidate species labeled Candidatus, then the second word is returned.
返回的第一个字的学名。对于标记Candidatus候选人物种,然后返回第二个字。
值----------Value----------
A vector of genus names
属名的向量
作者(S)----------Author(s)----------
Chris Stubben
参见----------See Also----------
species
species
举例----------Examples----------
genus("Bacillus anthracis Ames")
data(lproks)
x <- table2(genus(lproks$name))[1:10,]
dotplot(rev(x), xlab="Genomes")