gabrielaltay
commited on
Commit
·
0091324
1
Parent(s):
674122c
upload hub_repos/mirna/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: cc-by-nc-3.0
|
6 |
+
license_bigbio_shortname: CC_BY_NC_3p0
|
7 |
+
pretty_name: miRNA
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for miRNA
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://www.scai.fraunhofer.de/en/business-research-areas/bioinformatics/downloads/download-mirna-test-corpus.html
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Named Entity Recognition, Named Entity Disambiguation
|
19 |
+
|
20 |
+
|
21 |
+
The corpus consists of 301 Medline citations. The documents were screened for
|
22 |
+
mentions of miRNA in the abstract text. Gene, disease and miRNA entities were manually
|
23 |
+
annotated. The corpus comprises of two separate files, a train and a test set, coming
|
24 |
+
from 201 and 100 documents respectively.
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
## Citation Information
|
29 |
+
|
30 |
+
```
|
31 |
+
@Article{Bagewadi2014,
|
32 |
+
author={Bagewadi, Shweta
|
33 |
+
and Bobi{'{c}}, Tamara
|
34 |
+
and Hofmann-Apitius, Martin
|
35 |
+
and Fluck, Juliane
|
36 |
+
and Klinger, Roman},
|
37 |
+
title={Detecting miRNA Mentions and Relations in Biomedical Literature},
|
38 |
+
journal={F1000Research},
|
39 |
+
year={2014},
|
40 |
+
month={Aug},
|
41 |
+
day={28},
|
42 |
+
publisher={F1000Research},
|
43 |
+
volume={3},
|
44 |
+
pages={205-205},
|
45 |
+
keywords={MicroRNAs; corpus; prediction algorithms},
|
46 |
+
abstract={
|
47 |
+
INTRODUCTION: MicroRNAs (miRNAs) have demonstrated their potential as post-transcriptional
|
48 |
+
gene expression regulators, participating in a wide spectrum of regulatory events such as
|
49 |
+
apoptosis, differentiation, and stress response. Apart from the role of miRNAs in normal
|
50 |
+
physiology, their dysregulation is implicated in a vast array of diseases. Dissection of
|
51 |
+
miRNA-related associations are valuable for contemplating their mechanism in diseases,
|
52 |
+
leading to the discovery of novel miRNAs for disease prognosis, diagnosis, and therapy.
|
53 |
+
MOTIVATION: Apart from databases and prediction tools, miRNA-related information is largely
|
54 |
+
available as unstructured text. Manual retrieval of these associations can be labor-intensive
|
55 |
+
due to steadily growing number of publications. Additionally, most of the published miRNA
|
56 |
+
entity recognition methods are keyword based, further subjected to manual inspection for
|
57 |
+
retrieval of relations. Despite the fact that several databases host miRNA-associations
|
58 |
+
derived from text, lower sensitivity and lack of published details for miRNA entity
|
59 |
+
recognition and associated relations identification has motivated the need for developing
|
60 |
+
comprehensive methods that are freely available for the scientific community. Additionally,
|
61 |
+
the lack of a standard corpus for miRNA-relations has caused difficulty in evaluating the
|
62 |
+
available systems. We propose methods to automatically extract mentions of miRNAs, species,
|
63 |
+
genes/proteins, disease, and relations from scientific literature. Our generated corpora,
|
64 |
+
along with dictionaries, and miRNA regular expression are freely available for academic
|
65 |
+
purposes. To our knowledge, these resources are the most comprehensive developed so far.
|
66 |
+
RESULTS: The identification of specific miRNA mentions reaches a recall of 0.94 and
|
67 |
+
precision of 0.93. Extraction of miRNA-disease and miRNA-gene relations lead to an
|
68 |
+
F1 score of up to 0.76. A comparison of the information extracted by our approach to
|
69 |
+
the databases miR2Disease and miRSel for the extraction of Alzheimer's disease
|
70 |
+
related relations shows the capability of our proposed methods in identifying correct
|
71 |
+
relations with improved sensitivity. The published resources and described methods can
|
72 |
+
help the researchers for maximal retrieval of miRNA-relations and generation of
|
73 |
+
miRNA-regulatory networks. AVAILABILITY: The training and test corpora, annotation
|
74 |
+
guidelines, developed dictionaries, and supplementary files are available at
|
75 |
+
http://www.scai.fraunhofer.de/mirna-corpora.html.
|
76 |
+
},
|
77 |
+
note={26535109[pmid]},
|
78 |
+
note={PMC4602280[pmcid]},
|
79 |
+
issn={2046-1402},
|
80 |
+
url={https://pubmed.ncbi.nlm.nih.gov/26535109},
|
81 |
+
language={eng}
|
82 |
+
}
|
83 |
+
|
84 |
+
```
|