Skip to content
forked from hyginn/rete

Network Analysis for Cell- and Systems Biology

Notifications You must be signed in to change notification settings

elijah-tai/rete

This branch is 5 commits behind hyginn/rete:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9aa07d · Mar 31, 2017
Mar 31, 2017
Mar 29, 2017
Mar 30, 2017
Mar 31, 2017
Feb 16, 2017
Feb 24, 2017
Mar 29, 2017
Mar 31, 2017
Mar 1, 2017
Feb 24, 2017

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 62.1%
  • HTML 37.9%