Code Monkey home page Code Monkey logo

draculr's Introduction

DraculR

A public repository for the DraculR Shiny Application.

DraculR is a new lightweight tool for haemolysis detection in human plasma miR-Seq datasets.

This repository contains all code and data required to run DraculR, including an example dataset taken from our previous publication.1

The test dataset can be found here. If you choose to test DraculR using the example data, please remember to select "10" as the number of your smallest group for filtering, and select the pregnancy associated miRNA:

  • hsa-miR-186-5p
  • hsa-miR-425-5p
  • hsa-miR-25-3p
  • hsa-miR-363-3p
  • hsa-miR-183-5p
  • hsa-miR-451a
  • hsa-miR-182-5p
  • hsa-miR-191-5p
  • hsa-miR-194-5p
  • hsa-miR-20b-5p

for removal from the calculation before calculating the Haemolysis Metric for these data.

You may access the DraculR Shiny.io page here.

How to clone this repository

If you plan on using DraculR regularly, we suggest you clone this repository and run locally (you will need RStudio for this).

The command $ git clone is used to make an exact copy of an existing Git repository on your local machine (or wherever you choose to save the cloned repository). Your new copy will be saved into a local directory with the same name and directory structure as the GitHub repository you are cloning. By cloning this repository you also create remote tracked branches, and checkout an initial branch locally. By default, Git clone will create a reference to the remote repository called origin.

To create a local copy of the DraculR tool simply open your terminal and type the following:

  $ cd folder/to/clone-into/
  $ git clone https://github.com/mxhp75/DraculR

Please ensure the following packages are installed on your local machine:

library(dplyr)
library(plyr)
library(ggplot2)
library(patchwork)
library(shiny)
library(ggrepel)
library(scales)
library(tidyr)
library(magrittr)
library(reshape)
library(edgeR)
library(readr)
library(DT)
library(psych)
library(tools)
library(shinyhelper)

You can now open the draculR.R script and Run from RStudio.

Footnotes

  1. Smith, Melanie D., Shalem Y. Leemaqz, Tanja Jankovic-Karasoulos, Dale McAninch, Dylan McCullough, James Breen, Claire T. Roberts, and Katherine A. Pillman. 2022. “Haemolysis Detection in MicroRNA-Seq from Clinical Plasma Samples.” Genes 13 (7). https://doi.org/10.3390/genes13071288.

draculr's People

Stargazers

Qianhui avatar

Watchers

 avatar Melanie Smith 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.