All URIs are relative to https://localhost/api
Method | HTTP request | Description |
---|---|---|
getInformationContentResource | GET /ontol/information_content/{subject_category}/{object_category}/{subject_taxon} | Calculates information content |
getInformationContentResource(subjectTaxon, objectCategory, subjectCategory, opts)
Calculates information content
var BioLinkApi = require('bio_link_api');
var apiInstance = new BioLinkApi.OntolApi();
var subjectTaxon = "subjectTaxon_example"; // String |
var objectCategory = "objectCategory_example"; // String |
var subjectCategory = "subjectCategory_example"; // String |
var opts = {
'evidence': "evidence_example" // String | Object id, e.g. ECO:0000501 (for IEA; Includes inferred by default) or a specific publication or other supporting ibject, e.g. ZFIN:ZDB-PUB-060503-2.
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully.');
}
};
apiInstance.getInformationContentResource(subjectTaxon, objectCategory, subjectCategory, opts, callback);
Name | Type | Description | Notes |
---|---|---|---|
subjectTaxon | String | ||
objectCategory | String | ||
subjectCategory | String | ||
evidence | String | Object id, e.g. ECO:0000501 (for IEA; Includes inferred by default) or a specific publication or other supporting ibject, e.g. ZFIN:ZDB-PUB-060503-2. | [optional] |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json