Giter Club home page Giter Club logo

hyphalnet's People

Contributors

lthura avatar sgosline avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

lthura

hyphalnet's Issues

Replace omicsIntegrator with pcst_fast

We do not need the full omicsintegrator package. instead we can build out tools to build igraph/networkx/array versions of graphs in a much easier format.

Create function that pulls somatic data from files into dictionary

Current somatic mutations for MPNST datasets are located in syn22136398. To process these data in a network we first need to pull download the files and collect the per-gene allele depth for each sample. The final data structure will be a dictionary of dictionaries. The primary key will be the specimenID, the internal dictionary will be keyed on gene symbol. the value will be the allele depth.

Downloading a synapse file is straightforward once the package is downloaded.

from synapseclient import Project, File, Folder
from synapseclient import Schema, Column, Table, Row, RowSet, as_table_columns

syn = synapseclient.Synapse()
syn.login()

project = syn.get('syn123')

The results for this will go into the [./examples/mutationDrugResponse] directory for now (we can consider making a synapse utility but i'm not sure about this.

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.