项目作者: niccw

项目描述 :
Interactive analysis of repeat elements
高级语言: R
项目地址: git://github.com/niccw/repeatCraft.git
创建时间: 2018-06-20T13:18:41Z
项目社区:https://github.com/niccw/repeatCraft

开源协议:MIT License

下载


repeatCraft

repeatCraft is a Shiny application designed to visualise the result from RepeatCraft pipeline. User can run RepeatCraft pipeline through this web application, starting from RepeatMasker GFF, OUT.

In addition to visualise the result of defragmentation from RepeatCraft pipeline , the web application also allow interactive analysis on:
1) Age estimation by repeat class/ family
2) Annotation difference by different tools (currently support LTR_FINER, TEclass, SINE_scan)
3) Structural features of repeat elements (detect and visualise the Open Reading Frames (ORFs)) of specific copy of repeat family

You can also try the web server at http://131.130.65.134:3838/repeatcraft.

Installation

  1. if (!require(remotes)) { install.packages("remotes") }
  2. remotes::install_github("niccw/repeatCraft")

Run repeatCraft from R

  1. repeatcraft::runApp()

Screenshots

overall

It is recommended to chunk your input GFF and OUT files by chromosome if they are larger than 50 mb, repeatCraft would take a long time to process them.