forked from hyginn/rete
-
Notifications
You must be signed in to change notification settings - Fork 0
elijah-tai/rete
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- R 62.1%
- HTML 37.9%