1 / 32

Predicting food web connectivity Phylogenetic scope, evidence thresholds, and intelligent agents

Predicting food web connectivity Phylogenetic scope, evidence thresholds, and intelligent agents. Cynthia Sims Parr Ecological Society of America Memphis, TN August 8, 2006. ELVIS: Ecosystem Localization, Visualization, and Information System. Oreochromis niloticus Nile tilapia. Bacteria

adamma
Download Presentation

Predicting food web connectivity Phylogenetic scope, evidence thresholds, and intelligent agents

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Predicting food web connectivityPhylogenetic scope, evidence thresholds, and intelligent agents Cynthia Sims Parr Ecological Society of America Memphis, TN August 8, 2006

  2. ELVIS: Ecosystem Localization, Visualization, and Information System Oreochromis niloticus Nile tilapia Bacteria Microprotozoa Amphithoe longimana Caprella penantis Cymadusa compta Lembos rectangularis Batea catharinensis Ostracoda Melanitta Tadorna tadorna Food web constructor Species list constructor ? . . .

  3. ELVIS’s Food Web Constructor predicts basic network structure Prelude to systems models

  4. G taxon S taxon Food Web node S link G Evolutionary tree A step

  5. Evolutionary Distance Weighting • Set distance thresholds • Find relatives of target nodes X, Y with known link status E.g. relative A is close to X, relative B close to Y where Link Value between A and B is known • For each found link, compute weight based on distance • Compute certainty index for a predicted link by combining weighted link values, with a discount for negative evidence

  6. Food web database 4600 distinct taxa Food web data: Cohen 1989, Dunne et al. 2006, Vazquez 2006, Jonsson et al. 2005 Evolutionary tree: Parr et al. 2004. + plants from ITIS + hierarchy of non-taxonomic nodes

  7. Testing the algorithm • Take each web out of the database • Attempt to predict its links • Compare prediction with actual data Accuracy percentage of all predictions that are correct89% Precision percentage of predicted links that are correct55% Recall percentage of actual links that are predicted47%

  8. Choosing parameters • 30 web subsample • Representative of habitats, years, # nodes, percent identified to species • Iterate over parameter settings • Tradeoff between Precision percentage of predicted links that are correct Recall percentage of actual links that are predicted

  9. Evolutionary distance threshold2 steps up and 4 steps down recall precision steps down steps up steps up

  10. ancestor descendent siblings Evolutionary direction penalty not very sensitive

  11. Negative evidence discount is sensitive

  12. Results over all webs

  13. *** Database search Evolutionary distance weighting *** % *** Paired T-tests df=251 ***p<0.001 Is evolutionary distance weighting better than strict database search? Database search is more precise, but evolutionary distance wt has better recall.

  14. Older webs contribute Recall percentage of actual links that are predicted47%  48% with no EcoWEB data Precision percentage of predicted links that are correct55% 39% with no EcoWEB data

  15. large webs have fewer unknown “taxa” recent webs are bigger large webs have better taxonomic resolution …but large webs are harder to predict

  16. Some phyla are easier to predict than others

  17. How can we do better predicting links? Trait space distance weighting Euclidean distance in natural history N-space Parameterize functions from the literature that might predict links using characteristics of taxa. For example, size or stoichiometry. LinkStatusAB= ƒ(α, sizeA, sizeB), ƒ(β, stoichA, stoichB) … …need more data

  18. Animal Diversity Web http://www.animaldiversity.org geographic range habitats physical description reproduction lifespan behavior and trophic info conservation status Triples “Esox lucius” hasMaxMass “1.4 kg” “Esox lucius” isSubclassOf “Esox” “Esox” eats “Actinopterygii” ETHANEvolutionary Trees and Natural History ontology

  19. UMBC Triple ShopQueryWhat are body masses of fishes that eat fishes? Enter a SPARQL query SELECT DISTINCT ?predator ?prey ?preymaxmass ?predatormaxmass WHERE { ?link rdf:type spec:ConfirmedFoodWebLink . ?link spec:predator ?predator . ?link spec:prey ?prey . ?predator rdfs:subClassOf ethan:Actinopterygii . ?prey rdfs:subClassOf ethan:Actinopterygii . OPTIONAL { ?predator kw:mass_kg_high ?predatormaxmass } . OPTIONAL { ?prey kw:mass_kg_high ?preymaxmass } } . . . leaving out the FROM clause

  20. Esox_lucius.owl webs_publisher.php? published_study=11 Actinopterygii.owl UMBC Triple ShopCreate a datasetFind semantic web docs that can answer query. http://swoogle.umbc.edu

  21. UMBC Triple ShopGet results Apply query to dataset with semantic reasoning. http://sparql.cs.umbc.edu/tripleshop2/

  22. Summary • Food Web Constructor uses evolutionary approach and large databases • We chose parameters using subsample • Explored results over entire database • Evolutionary distance weighting recalls links better than database search • Older webs are useful • Large webs harder to predict • Some phyla are easier than others to predict • For future algorithms, we can gather and integrate data via ontologies and intelligent agents

  23. http://spire.umbc.edu UMBC: Tim Finin, Joel Sachs, Andriy Parafiynyk, Li Ding, Rong Pan, Lushan Han, UMCP: David Wang, RMBL: Neo Martinez, Rich Williams, Jennifer Dunne, UC Davis: Jim Quinn, Allan Hollander UMMZ Animal Diversity Web: Phil Myers, Roger Espinosa UMCP: Bill Fagan, Bongshin Lee, Ben Bederson

  24. Others ETHANworkflow KeywordsHTML Keywords OWL XSLT template Filters ETHAN Taxon acct OWL ADW taxon acct HTML ADW database MySQL Acct data tabular text Animal name tree Taxon Path OWL ITIS Plants, etc. Phylum-sized ET chunk OWL Evolutionary Tree side of ontology OWL SPIRE taxon database MySQL

  25. UMBC Info. Retrieval Agents Food Web Constructor Evidence Provider U Maryland Semantic Prototypes In Ecoinformatics UC Davis Semantic Web Tools Species List constructor NASA Goddard Rocky Mtn Bio Lab Invasive Species Forecasting System Remote Sensing Data Food Webs Ecological Interaction Ontologies

  26. Food Web Constructor example Nile Tilapia in St. Marks http://spire.umbc.edu/fwc QuestionWhat are potential predators and prey ofOreochromis niloticus in the St. Marks estuary in Florida? ProcedureSubmit species list for St. Marks, with Oreochromis niloticus added.

  27. Food Web Constructor generates possible links

  28. Evidence provider gives details

  29. Nile tilapia – what organisms could be impacted?

  30. Implications: parameterized functions LinkPredictedCD = ƒ(α, sizeC,sizeD) + ƒ(β , stoichC,stoichD) • Requires good data for target species • Can incrementally add natural history functions to get better estimate, try different functions from literature or use genetic algorithms • Parameterizing functions: multivariate statistics, machine learning, fuzzy inference • Could use evolutionary info if you localize parameter estimates to clades or taxonomic subsets

  31. 3 changes 2 steps X Y Distance weighting options • Evolutionary • Uses phylogeny or classification or combination of these – assumes related organisms like each other • Distance could be branch length or # steps • Does not need natural history data

  32. has-a has-a TaxonA HigherTaxon TaxonB is-a is-a is-a is-a Breeding Season Reproductive Characteristic Breeding Duration Sexual maturity Age of Sexual Maturity Ontologies Richer way to design databases: instances of concepts that have well-defined meanings and formal relationships. “Higher Taxon” lives in “Australia” “Taxon A” lives in “Australia” “Taxon A” hasAgeOfSexualMaturity “1 year” “TaxonA” hasBreedingDuration “5 months” “Taxon B” lives in “Australia”

More Related