You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEPLOYING.md
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -134,28 +134,31 @@ You can use set Modulector DB in two ways.
134
134
135
135
### Regenerating the data manually
136
136
137
-
1. Download the files for the mirDIP database (version 5.2) and the Illumina 'Infinium MethylationEPIC 2.0' array. The files can be freely downloaded from their respective web pages.
137
+
1. Download the files for the mirDIP database (version 5.2), Illumina 'Infinium MethylationEPIC 2.0' array and the Human MicroRNA Disease Database v4.0. The files can be freely downloaded from their respective web pages.
138
138
**For the mirDIP database**:
139
139
- Go to the [MirDIP download web page](https://ophid.utoronto.ca/mirDIP/download.jsp) and download the file called *"mirDIPweb/mirDIP Unidirectional search ver. 5.2"*.
140
140
- Unzip the file.
141
-
- Find the file called *"mirDIP_Unidirectional_search_v.5.txt"* and move it into the **"modulector/files/"** directory.
141
+
- Find the file called *"mirDIP_Unidirectional_search.txt"* and move it into the **"modulector/files/"** directory.
142
142
143
143
**For the EPIC Methylation array**:
144
144
- Go to the [Illumina product files web page](https://support.illumina.com/downloads/infinium-methylationepic-v2-0-product-files.html) and download the ZIP file called "*Infinium MethylationEPIC v2.0 Product Files (ZIP Format)*".
145
145
- Unzip the file.
146
-
- Within the unzipped files you will find one called "*EPIC-8v2-0_A1.csv*". Move this file to the directory **"modulector/files/"**.
147
-
- **NOTE:** the total weight of both files is about 5 GB.
146
+
- Within the unzipped files you will find one called "*EPIC.csv*". Move this file to the directory **"modulector/files/"**.
147
+
- **NOTE:** the total weight of both files is about 5 GB.
148
+
149
+
**For the HMDD database**:
150
+
- Go to the [HMDD website](https://www.cuilab.cn/hmdd) and from the *Downloads* tab, download the *txt* file from the option "The whole dataset of miRNA-disease association data". Use version 4.0.
151
+
- Rename the downloaded file as "*disease_hmdd.txt*". Move this file to the directory **"modulector/files/"**.
148
152
149
153
**For the mirBase database**: this database is embedded as it weighs only a few MBs. Its data is processed in Django migrations during the execution of the `python3 manage.py migrate` command. So, you don't have to do manual steps to incorporate mirBase data inside Modulector.
150
-
1. Start up a PostgreSQL service. You can use the same service listed in the *docker-compose.dev.yml* file.
151
-
1. Run `python3 manage.py migrate` to apply all the migrations (**NOTE:** this can take a long time to finish).
154
+
2. Start up a PostgreSQL service. You can use the same service listed in the *docker-compose.dev.yml* file.
155
+
3. Run `python3 manage.py migrate` to apply all the migrations (**NOTE:** this can take a long time to finish).
152
156
153
157
## Update databases
154
158
155
-
Modulector currently works with the mirDIP (version 5.2) and miRBase (version 22.1) databases for miRNA data, and with information from the Illumina 'Infinium MethylationEPIC 2.0' array for information about methylation sites.
156
-
If new versions are released for these databases, and you want to update them, follow these steps:
159
+
If new versions of the databases used in modulector are released and you want to update them, follow the following steps:
157
160
158
-
- For **mirDIP**and **Illumina EPIC array** you must follow the same steps described in the [Regenerating the data manually](#regenerating-the-data-manually) section, replacing the named files with the most recent versions that have been published on their sites.
161
+
- For **mirDIP**, **HDMM**and **Illumina EPIC array** you must follow the same steps described in the [Regenerating the data manually](#regenerating-the-data-manually) section, replacing the named files with the most recent versions that have been published on their sites.
159
162
- For **miRBase**, follow the instructions below:
160
163
1. Go to the [*Download* section on the website][mirbase-download-page].
161
164
1. Download the files named *hairpin.fa* and *mature.fa* from the latest version of the database.
Copy file name to clipboardExpand all lines: README.md
+22-8Lines changed: 22 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Modulector obtains information from different bioinformatics databases or resour
41
41
2. miRNA data: [miRBase: the microRNA database](https://mirbase.org/).
42
42
miRBase is a searchable database of published miRNA sequences and annotations. Each entry in the miRBase Sequence database represents a predicted hairpin portion of a miRNA transcript (termed hairpin in the database), with information on the location and sequence of the mature miRNA sequence (termed mature). Modulector use miRBase 22.1.
43
43
3. Relationship data between miRNA and diseases: [HMDD: the Human microRNA Disease Database](https://www.cuilab.cn/hmdd).
44
-
Increasing reports have shown that miRNAs play important roles in various critical biological processes. For their importance, the dysfunctions of miRNAs are associated with a broad spectrum of diseases. The Human microRNA Disease Database (HMDD) is a database that curated experiment-supported evidence for human microRNA (miRNA) and disease associations. Modulector use HMDD v3.2 .
44
+
Increasing reports have shown that miRNAs play important roles in various critical biological processes. For their importance, the dysfunctions of miRNAs are associated with a broad spectrum of diseases. The Human microRNA Disease Database (HMDD) is a database that curated experiment-supported evidence for human microRNA (miRNA) and disease associations. Modulector use HMDD v4.0.
45
45
4. Relationship data between miRNA and drugs: [SM2miR Database](http://www.jianglab.cn/SM2miR/).
46
46
Many studies have demonstrated that bioactive small molecules (or drugs) can regulate the miRNA expression, which indicate that targeting miRNAs with small molecules is a new type of therapy for human diseases. SM2miR is a manual curated database which collects and incorporates the experimentally validated small molecules' effects on miRNA expression in 21 species from the published papers. Modulector uses leaked data from the SM2miR database for Homo Sapiens, in the version released on Apr. 27, 2015.
"description": "In vitro, overexpression of miR-6511b-5p inhibited metastasis by decreasing CD44 expression via directly targeting BRG1 in colorectal cancer."
0 commit comments