GithubHelp home page GithubHelp logo

xiahui625649 / cbnplot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from noriakis/cbnplot

0.0 1.0 0.0 1.6 MB

富集分析贝叶斯网络Bayesian network plot for the enrichment analysis results

Home Page: https://noriakis.github.io/software/CBNplot

R 98.62% Makefile 1.38%

cbnplot's Introduction

CBNplot: Bayesian network plot for the enrichment analysis results

R-CMD-check

Plot bayesian network inferred from expression data based on the enrichment analysis results from libraries including clusterProfiler and ReactomePA using bnlearn.

Installation

library(devtools)
install_github("noriakis/CBNplot")

Usage

Plot examples

  • The gene-to-gene relationship compared with the reference network.

  • The plot is customizable highliting edges and nodes like hub genes.

  • The example using MicrobiomeProfiler, thanks to the fix by @xiangpin.
library(MicrobiomeProfiler)]
data(Rat_data)
ko.res <- enrichKO(Rat_data)
exp.dat <- matrix(abs(rnorm(910)), 91, 10) %>% magrittr::set_rownames(value=Rat_data) %>% magrittr::set_colnames(value=paste0('S', seq_len(ncol(.))))
exp.dat %>% head
library(CBNplot)
bngeneplot(ko.res, exp=exp.dat, pathNum=1, orgDb=NULL)

  • Another customized plot.

cbnplot's People

Contributors

xiangpin avatar

Watchers

 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.