Skip to content
forked from hyginn/rete

Network Analysis for Cell- and Systems Biology

Notifications You must be signed in to change notification settings

FarzanT/Farzan-rete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rete

Network topology analysis

The 2017 BCB420 / JTB2020 class project in computational systems biology
/ applied bioinformatics at the University of Toronto. If you are not enrolled
in this class, this code is unlikely to be useful to you.


----------------------------------------------
This package follows the structure and process
suggested by Hadley Wickham in:


  R Packages
  http://r-pkgs.had.co.nz/

-----------------------------------------------
Some useful keyboard shortcuts for package authoring:

  Build and Reload Package:  'Cmd + Shift + B'
  Update Documentation:      'Cmd + Shift + D' or devtools::document()
  Test Package:              'Cmd + Shift + T'
  Check Package:             'Cmd + Shift + E'
-----------------------------------------------

Run before every commit:
   library(devtools)
   devtools::check()  # or Cmd + Shift + E
DO NOT SUBMIT CODE that does not pass without error, warnings and notes.

-----------------------------------------------

Load the package (outside of this project) with:
   devtools::install_github("hyginn/rete")


About

Network Analysis for Cell- and Systems Biology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • R 59.6%
  • HTML 40.4%