obo-relations icon indicating copy to clipboard operation
obo-relations copied to clipboard

Reproductive interference

Open qgroom opened this issue 4 years ago • 20 comments

Is reproductive interference covered in the Relation Ontology? https://en.wikipedia.org/wiki/Reproductive_interference

It is a biotic-biotic interaction, but doesn't fit under 'trophically interacts with' or 'symbiotically interacts with'

qgroom avatar Sep 12 '21 06:09 qgroom

Can anyone answer this?

nlharris avatar Jan 05 '22 00:01 nlharris

This issue has not seen any activity in the past 2 years. It will be closed automatically 60 days from now if no action is taken.

github-actions[bot] avatar Sep 27 '23 01:09 github-actions[bot]

This issue has been closed automatically because it has not been updated in over two years. Please re-open if you still need this to be addressed.

github-actions[bot] avatar Feb 19 '24 01:02 github-actions[bot]

This is still a valid question to which no answer has been given. It is a pity not to even have it discussed. Can it be reopened?

qgroom avatar Feb 19 '24 13:02 qgroom

Yes. it can be reopened. But, do you have any suggestion on how to move forward?

wdduncan avatar Feb 19 '24 13:02 wdduncan

Well I would suggest it is added, but it comes under another category than 'trophically interacts with' or 'symbiotically interacts with', or it is a category of its own with different types of reproductive interference coming under that.

qgroom avatar Feb 19 '24 13:02 qgroom

Sorry. I wasn't clear. Do you have a definition to propose?

wdduncan avatar Feb 19 '24 19:02 wdduncan

How about this definition?

Reproductive interference refers to the detrimental interaction between individuals from different species that occurs during the process of finding and acquiring mates, resulting in a decrease in biological fitness for one or more of the individuals involved.

That breaks down into several types...

  • Misdirected Courtship
  • Hybridization
  • Sexual Harassment
  • Gametic Wastage
  • Competition for Mates
  • Signal Jamming
  • Niche Overlap
  • Territorial Displacement

qgroom avatar Feb 24 '24 10:02 qgroom

This seems like a good start. It needs to be discussed at the next RO call.

wdduncan avatar Feb 24 '24 14:02 wdduncan

My general comment would be that if there is a new relationship for any possible type of interactions between organisms, RO will quickly swell to the size of GO. We had talked before to address that by creating design patterns - here something like 'organism A interacts with organism B in process C', where every C has participants A and B? I am stating this very crude, but it does feel wrong (and inefficient) for RO to discuss such very specific relations one-by-one in this forum.

bpeters42 avatar Feb 24 '24 18:02 bpeters42

My general comment would be that if there is a new relationship for any possible type of interactions between organisms, RO will quickly swell to the size of GO.

I've not been heavily engaged with the RO, so I don't really know if this use case goes beyond its scope, but in the read me it does say...

as well as biology-specific relationship types

The reason I proposed this in the first place was that I was adding data to GloBI and without an term in RO I'm blocked in getting these data aggregated

qgroom avatar Feb 26 '24 14:02 qgroom

My general comment would be that if there is a new relationship for any possible type of interactions between organisms, RO will quickly swell to the size of GO.

Discussed on RO call. RO already includes a lot of domain-specific relations and the biotic relation hierarchy is already quite deep, so we rely on RO subgroups such as the biotic interactions group (@jhpoelen @diatomsRcool @ddooley) to help us curate this branch

We had talked before to address that by creating design patterns - here something like 'organism A interacts with organism B in process C', where every C has participants A and B? I am stating this very crude, but it does feel wrong (and inefficient) for RO to discuss such very specific relations one-by-one in this forum.

We should definitely add patterns here!

For now, @jhpoelen @diatomsRcool does the relation fit within the current scope of the biotic relations in RO? If so, do we have any volunteers for making a PR?

cmungall avatar Feb 26 '24 17:02 cmungall

Hey @cmungall @bpeters42 thanks for contributing to the discussion started by @qgroom .

I'd say that if Quentin needs the term to describe in biotic interactions, then Quentin needs this term to describe biotic interactions.

As far as the more generalized approach to defining RO patterns instead of specific interaction type - I can see the benefit of only dealing with patterns, however, with this abstraction, the actual interaction type still needs to be defined somewhere.

Also, we discussed this issue in great length as part of the reservoir host interaction type #757 . As far as I am concerned, no longer allowing so-called "short-cut" interactions would make RO less usable for mere mortals like myself. And, wouldn't you say that:

"I ate an apple"

is easier to understand (at least for me) than

"Organism A and organism B participated in a process C in which organism A ingested a part of organism B. Organism A is classified as a prairie dwelling Homo sapiens, and organism B is classified as an apple."

I am hoping we can continue to strike a balance between elegant modeling and pragmatic use.

jhpoelen avatar Feb 26 '24 20:02 jhpoelen

As far as volunteering to create a pull request - I'd be happy to coach @qgroom through the process, and offer some reserved identifiers in my allocated term id range.

You can find the edits I made to introduce reservoir host at https://github.com/oborel/obo-relations/commit/3102df2015078f11a87f073cbcb018c58b32daa1 . You can go the protege route (which I tried, but bailed out of), or you can just use vi (or other text editor) to add the new term in the accepted notation.

jhpoelen avatar Feb 26 '24 20:02 jhpoelen

Hi Jorrit, thanks for the offer! At the moment I realty wouldn't know where to begin. I will look through your reservoir host example to see if I can just follow that. Perhaps I'll start by documenting here what I think the solution is.

qgroom avatar Mar 03 '24 07:03 qgroom

So as I see it...

reproductively_interacts_with would be a subproperty of RO_0002574 (participates in a biotic-biotic interaction with)

Then the following would be subproperties of reproductively_interacts_with

  • competition_for_mates_with
  • gametic_wastage_with
  • hybridization_with
  • misdirected_courtship_with
  • sexual_harassment_of
  • signal_jamming_of

I left out niche overlap and territorial displacement that I mentioned earlier as these are not direct interactions.

qgroom avatar Mar 03 '24 09:03 qgroom

@qgroom Nice! Are you aiming to introduce all at once or start with the reproductively_interacts_with first?

jhpoelen avatar Mar 11 '24 19:03 jhpoelen

I guess one at a time would be safest, and easiest for a beginner like me. I'll try to look at the documentation over the weekend, perhaps I can figure it out.

qgroom avatar Mar 14 '24 07:03 qgroom

@qgroom - I started using protege to edit the src/ontology/ro-edit.owl and found it easier just to use good ol' vi (or any other text editor) to edit the terms instead. For inspiration see https://github.com/oborel/obo-relations/pull/757 . Again a big thanks to @wdduncan @anitacaron and @ddooley for reviewing and sharing their comments and notes. Great to see that the peer review process is alive and kicking on RO. Also @diatomsRcool was very helpful in getting me started with editing RO. Happy to pay their contribution forward by helping you if needed.

jhpoelen avatar Mar 14 '24 12:03 jhpoelen

Thanks!!! I'll follow up soon

qgroom avatar Mar 14 '24 12:03 qgroom