Git Product home page Git Product logo

topgo-feat's Introduction

topGO

The topGO package provides tools for testing GO terms while accounting for the topology of the GO graph. Different test statistics and different methods for eliminating local similarities and dependencies between GO terms can be implemented and applied.

Installation

The topGO package binaries are available through Bioconductor:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("topGO")

Documentation

Documentation is available on Bioconductor

topgo-feat's People

Contributors

ycl6 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

topgo-feat's Issues

could not find function "enrichment_barplot"

Hello,

I'm trying to make a bar plot of the enriched go terms as shown in https://ycl6.github.io/GO-Enrichment-Analysis-Demo/2_topGO.html but it's not working.

I have tried installing the github version which should have the enrichment_barplot function but it's still not working. Any advice?

devtools::install_github("ycl6/topGO-feat", ref = "v2.41.0-barplot", force = TRUE)
library(topGO)
png(paste0(outTitle, "_up.png"), width = 8, height = 6, units = "in", res = 300)
enrichment_barplot(up_GOdata, up_Res, showTerms = 20, numChar = 50, orderBy = "Scores",
title = paste0("GO-", ontology," ORA of up-regulated genes"))
invisible(dev.off())

Error in enrichment_barplot(up_GOdata, up_Res, showTerms = 20, numChar = 50, :
could not find function "enrichment_barplot"

Thank you,

Marcela

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.