Giter Site home page Giter Site logo

mir-us's Introduction

Mir-Us

This is a placeholder of a README. Full version will be released with the 1.0 version of the Mir-Us.

Fast, intuitive mirBase library, for solving problems with mirBase

Getting started

To get Mir-Us to work, it is necessary to import miBase package and then create a database object:

import miBase
m = miBase.MiRBase()

miRBase version can be specified while creating a new object:

import miBase
m = miBase.MiRBase(version="20")

Example of a full usage:

sample_gallus = m.get_mirna(mirna_id=["MIMAT0001185", "MIMAT0025825", "MIMAT0007451"])
print(sample_gallus)

More information about usage and technical aspects of the Mir-Us can be acquired in the docs page. Documentation includes:

  • getting started guide
  • user cookbook
  • full compatibility description between versions of miRBase
  • technical reference documentation from code

Docs page is not hosted externally yet, thus it must be initialised locally (instructions).

Accessing docs

Installing dependencies

To access docs, a MkDocs, material theme for MkDocs and mkdocstrings package must be installed.

MkDocs installation:

$ pip install mkdocs

material theme for MkDocs installation:

$ pip install mkdocs-material

mkdocstrings installation:

$ pip install mkdocstrings

Running docs

To run docs, you have to be in the main directory of the Mir-Us and initialise the MkDocs. Then head to the localhost (http://127.0.0.1:8000/) and documentation should appear in your default web browser.

$ mkdocs serve

Authors

  • Dudczak Kacper
  • Michalczyk Maciej

Credits

  • Dudczak Kacper
  • Michalczyk Maciej
  • Marta Wysocka
  • Marek Żywicki

mir-us's People

Contributors

phenolophthaleinum avatar avirfrog avatar

Stargazers

Anna Nikiel avatar Natalia Dziczek avatar Karolina Hyla avatar  avatar  avatar Kamil Albrycht avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.