Skip to content
/ DraculR Public

Public repository for the DraculR Shiny App. used to calculate haemolysis in HTS miRNA sequencing data.

License

Notifications You must be signed in to change notification settings

mxhp75/DraculR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Public repository for the DraculR Shiny App. used to calculate haemolysis in HTS miRNA sequencing data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published