GithubHelp home page GithubHelp logo

coffeewheel's Introduction

Hi there ๐Ÿ‘‹

coffeewheel's People

Contributors

armish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

coffeewheel's Issues

ShinyApp

Hi Arman,
There is missing something to get coffeewheel in mainPage. Could you correct me? Thanks

shinyApp(

shinyUI(fluidPage(

mainPanel(
plotOutput('getCoffeewheel')
)
)),

shinyServer(function(input, output, session){

output$getCoffeewheel <- renderPlot({
coffeewheel(sampleWheelData, width=500, height=500, main="Sample Wheel Title", partitionAttribute="value")
})

})
)

renderCoffeewheel is frozen by renderMetabologram

HI,
In this screenshot I set in radiobuttons "zoom" for renderCoffeewheel and "static" for renderMetabologram to get the same wheel with legend but when static radioButton is active I get a frozen Coffeewhell: https://drive.google.com/file/d/0B9NOY9eukkEeUFdPYllKby15TlE/view?usp=sharing
Please see bellow the two renders.

maybe a Third issue to download coffeewheel as gif file, can avoid the use of metabologram in my case.
I am trying to save the coffeewheel as gif file. I need maybe ImageMagic...
Thanks

get Wheel for Profiles Data

output$getCoffeeWheel <- renderCoffeewheel({
withProgress(message = 'Creating Wheel. Waiting...', value = 0.1, {
Sys.sleep(0.25)

Open graph in Browser and not in Viewer

#options(viewer = NULL)

getListProfData()
#Shiny.unbindAll()
CoffeewheelTreeProfData <- reStrDimension(r_data$ListProfData)
#title<- paste("Profiles Data: CNA, Exp, RPPA, miRNA")
coffeewheel(CoffeewheelTreeProfData, width=600, height=600, partitionAttribute="value") # main=title
})

})

output$metabologram <- renderMetabologram({

CoffeewheelTreeData <- reStrDimension(r_data$ListProfData)

get Legend for static coffewheel

#devtools::install_github("armish/metabologram")
#library("metabologram")
title<- paste("Wheel with selected Studies")
metabologram(CoffeewheelTreeData, width=600, height=600, main=title, showLegend = TRUE, fontSize = 12, legendBreaks=c("NA","Min","Negative", "0", "Positive", "Max"), legendColors=c("black","blue","cyan","white","yellow","red") , legendText="Legend")

})

Change Police/font size

Dear Dr Arman,
I am interesting to use coffeewheel package. Can I set the font size or the police?
Thanks
Karim

Add sunbustR functionality?

Hi, Fantastic visualization tool! I am pursuing the development of sunburst-type visualization that combines the coffee-wheel interactivity with areas mapped to node values (e.g., counts, time spent) as sunurstR and others do. This way the tool can be used to explore conditional probabilities.

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.