Skip to content

light networkx wrapper around the oncotree data structure

License

Notifications You must be signed in to change notification settings

dfci/oncotreenx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oncotreenx

light wrapper networkx wrapper around the oncotree data structure

installing

The library can be installed using pip and the github package path.

pip install git+https://github.com/jim-bo/oncotreenx.git

examples

# import
import oncotreenx

# create graph.
g = oncotreenx.build_oncotree()

# get the ancestor.
p = get_basal(g, "CCHDM")

# make sure it is correct.
assert 'BONE' == p

About

light networkx wrapper around the oncotree data structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%