Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Higher-taxonomy lookup for TPL-known hybrids #23

Open
rossmounce opened this issue Feb 5, 2016 · 2 comments
Open

Higher-taxonomy lookup for TPL-known hybrids #23

rossmounce opened this issue Feb 5, 2016 · 2 comments
Assignees

Comments

@rossmounce
Copy link

Not high-priority but...

I would like to be able to lookup the higher-level taxonomy of names that are Hybrids, that TPL has data for e.g. × Elyhordeum chatangensis (Roshev.) Tzvelev http://www.theplantlist.org/tpl1.1/record/kew-387028 (Accepted).

It seems like this should be possible, if TPL has data on the name

> plant_lookup_version_current()
[1] "1.1.1"
> lookup_table(c("Pinus","× Elyhordeum chatangensis"),missing_action="NA")
  genus   family   order       group
1 Pinus Pinaceae Pinales Gymnosperms
2     ×     <NA>    <NA>        <NA>
> lookup_table(c("Pinus","×Elyhordeum chatangensis"),missing_action="NA")
        genus   family   order       group
1       Pinus Pinaceae Pinales Gymnosperms
2 ×Elyhordeum     <NA>    <NA>        <NA>
> lookup_table(c("Pinus","Elyhordeum chatangensis"),missing_action="NA")
       genus   family   order       group
1      Pinus Pinaceae Pinales Gymnosperms
2 Elyhordeum     <NA>    <NA>        <NA>

Desired output/behaviour:

> lookup_table(c("Pinus","× Elyhordeum chatangensis"),missing_action="NA")
  genus   family   order       group
1 Pinus Pinaceae Pinales Gymnosperms
2 × Elyhordeum Poaceae Poales Angiosperms
@wcornwell
Copy link
Collaborator

Yeah, we discussed this in depth at one point. The botanical code is a bit vague on fertile hybrid species versus infertile hybrid crosses. And the systematists at our meeting seemed convinced that the majority (although not all) of the names with the "x" notation in the plant list were infertile or most infertile hybrids.

x Elyhordeum seems like it's not an exception: see http://www.herbarium.usu.edu/treatments/xElyhordeum.htm

So the folks studying diversity and diversification wanted them excluded from the species counts. It would be a bit tricky to keep them in the lookup but drop them from the species counts. Hmmm

@rossmounce
Copy link
Author

Understood.
It's not a biggie for me. Just thought I'd mention it 😄

For my use case, I just want to know what the plant record is (high-level taxonomy-wise), regardless of onward fertility. I can see how/why different use cases wouldn't want this info included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants