Return | A list of miRTex results. Each element in the list is a hash table, consisting of 7 fields: 'pmid', 'relation', 'mirna', 'gene', 'trigger', 'directness' and 'sentence'. The list is encoded as a json string. The value of 'relation' can be 'miRNA2Gene' or 'Gene2miRNA', indicating the miRNA is regulating the gene or the opposite. The value of 'directness' can be 'direct' (miRNA-target relation), 'unknown' (miRNA-gene regulation), or 'N/A' for gene-miRNA regulation. |
Example Return |
[
{
"sentence":"These results demonstrate that miR-34a, miR-100, and miR-137 are required for proper differentiation of mouse ESCs, and that they function in part by targeting Sirt1, Smarca5, and Jarid1b mRNAs.",
"trigger":"targeting",
"relation":"miRNA2Gene",
"mirna":"miR-137",
"directness":"direct",
"pmid":"20439489",
"gene":"Jarid1b mRNAs"
},
{
"sentence":"Inflammatory cytokines including tumor necrosis factor-alpha increased miR-155 expression.",
"trigger":"increased",
"relation":"Gene2miRNA",
"mirna":"miR-155",
"directness":"N/A",
"pmid":"23108656",
"gene":"tumor necrosis factor-alpha"
}
]
|