Code Monkey home page Code Monkey logo

Comments (6)

KirstieJane avatar KirstieJane commented on August 22, 2024

You may be able to just get rid of this section?

    # Put the measures you care about together
    # in a data frame
    df = pd.DataFrame({ 'degree' : measure_dict['Degree_CT_covar_ones_all_COST_10'] ,
                        'module' : measure_dict['Module_CT_covar_ones_all_COST_10'],
                        'renum_module' : measure_dict['Renumbered_Module_CT_covar_ones_all_COST_10'],
                        'von_economo' : measure_dict['von_economo'],
                        'lobes' : measure_dict['lobes'],
                        'x' : measure_dict['centroids'][:,0],
                        'y' : measure_dict['centroids'][:,1],
                        'z' : measure_dict['centroids'][:,2]})
    df['node'] = range(len(df['degree']))

from scona.

Islast avatar Islast commented on August 22, 2024
  • Want to choose the n most-weighted nodes (note: make absolute-weighting an option), and put those in the circular graph
  • Want to have a relevant image for each node, at the same angle from the centre, but further out, also the number of the region
  • see circos.ca

from scona.

KirstieJane avatar KirstieJane commented on August 22, 2024

Happy to use a different tool if it exists. I’ve never used circos.ca but those images look beautiful. The challenge is whether it’s easy to use? Easy to add the brain pics??

from scona.

Islast avatar Islast commented on August 22, 2024

It's very lovely, but a three-weeker to install according to jessie

from scona.

Islast avatar Islast commented on August 22, 2024

d3.js is a javascript library for creating figures. it can do quite alot, for example very nice circular layouts so it might be a good idea to make bnip interoperable with this

from scona.

lzdh avatar lzdh commented on August 22, 2024

It does look nice! πŸ˜ƒ but I've never coded in java before, not sure how easy it is to pick up. It took me quite a long time picking up circos 😒 but we could certainly try :) thank you Isla!

from scona.

Related Issues (20)

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.