Giter Site home page Giter Site logo

satyanarayan-rao / methyl-dnashaper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tsupeichiu/dnashaper

0.0 3.0 0.0 1.85 MB

R package for high-throughput DNA shape predictions and feature encoding

Home Page: http://tsupeichiu.github.io/DNAshapeR/

R 17.32% C++ 70.55% Python 12.12%

methyl-dnashaper's Introduction

methyl-DNAshapeR

This packages is an extension of DNAshapeR to profile the fully methylated DNA sequences. User can now use the letter "M" for 5-methylcytosine and the letter "g" for guanine followed by 5-methylcytosine to charecterize methylated site(s).

Using DNAshapeR for methylated sequences

This development version consider two cases for a given sequence. First, it predicts the shape features for unmethylated sequence and second, it methylates specified/all CpG positions and predicts shape features. The prediction also return the difference between shape features (methylated - unmethylated).

Installation guide

Please follow the instructions below to install this package in R environment

library (devtools)
devtools::install_github("satyausc/DNAshapeR") 

Demo

Case I: Methylating all CpG sites in the sequence

library("DNAshapeR")
Pred = getShape ("tmp.fa")
plotShape(Pred$meth.MGW)
plotShape(Pred$unmeth.MGW)
plotShape(Pred$Delta.MGW)

Case II: Methylating specific CpG sites in the sequence

library("DNAshapeR")
Pred = getShape ("tmp.fa", methylated_CpG_pos_file ="pos.fa")
plotShape(Pred$meth.MGW)
plotShape(Pred$unmeth.MGW)
plotShape(Pred$Delta.MGW)

methyl-dnashaper's People

Contributors

tsupeichiu avatar federicocomoglio avatar satyanarayan-rao avatar

Watchers

James Cloos avatar  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.