Skip to content

Create miRecords RegIN files

Alexander Pico edited this page May 2, 2016 · 5 revisions

1. Download current miRecords target information


2. Download the identifier mapping databases from BridgeDb


3. Download the conversion tool

  • You can build the tool yourself:

  • Download the latest uploaded conversion.jar file from https://github.com/mkutmon/rin-creation - check conversion-xxxx-xx-xx.jar. If you are using this jar, you also need to download the dependencies.zip file which contains the lib directory with all the dependencies that are needed to run the jar.


4. Run the tool with all required arguments

For example,

java -cp conversion.jar cytargetlinker.conversion.MiRecords -i miRecords_version4.tab --bridgeDbFile Hs_Derby_20120602.bridge mirbase-v19.bridge -o mirecords-hsa-2013-04-27.xgmml --organism "Homo sapiens" -v "2013-04-27"

or,

java -cp conversion.jar cytargetlinker.conversion.MirTarBase -i hsa_MTI.tab --bridgeDbFile Hs_Derby_Ensembl_83.bridge mirbase-v19.bridge -o mirtarbase-hsa-6.1.xgmml --organism "Homo sapiens" -v "2016-05-02
  • -i -> input file downloaded in step 1
  • --bridgeDbFile -> list both bridge files downloaded in step 2 (adapt if you have another version or species)
  • -o -> output file, should always end with .xgmml
  • --organism -> defines which interactions should be extracted
  • -v -> database version - which version of miRecords are you using
Clone this wiki locally