File "api/reports.pl"[download]
in pack: | virgil |
---|---|
Prolog module: | reports |
size: | 5835 |
Recent changes
11 years ago | Michiel Hildebrand | FIX chi calculation |
11 years ago | Michiel Hildebrand | ADD PRR and CHI-squared apis |
11 years ago | Michiel Hildebrand | Fix count drug occurrences in same report only ... |
11 years ago | Michiel Hildebrand | ADD API for contingency table |
11 years ago | Michiel Hildebrand | ADD cooccurrence API |
This file requires
- From packages
- drugs.pl: drug_mention/4
- aers_report.pl: cc_count/1, report/4
- util.pl: list_limit/4, list_offset/3
- From ClioPatria
- library(semweb/rdf_describe) resolved by
- rdf_describe.pl: resource_CBD/3
- library(semweb/rdf_json) resolved by
- rdf_json.pl: graph_json/2
- library(semweb/rdf_describe) resolved by
- From the Prolog library
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3
- library(http/http_json) resolved by
- http_json.pl: reply_json/1
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf/3
- library(http/http_dispatch) resolved by
Required predicates
- cc_count/1 from aers_report.pl
- drug_mention/4 from drugs.pl
- graph_json/2 from library(semweb/rdf_json)
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- list_limit/4 from util.pl
- list_offset/3 from util.pl
- maplist/3 autoloaded
- member/2 autoloaded
- rdf/3 from library(semweb/rdf_db)
- reply_json/1 from library(http/http_json)
- report/4 from aers_report.pl
- resource_CBD/3 from library(semweb/rdf_describe)