diff --git a/ABC-units.R b/ABC-units.R index d08163b..5632b36 100644 --- a/ABC-units.R +++ b/ABC-units.R @@ -2,7 +2,7 @@ # # Purpose: A Bioinformatics Course: R code for learning units # -# Version: 0. +# Version: 0.1 # # Date: 2017 08 18 # Author: Boris Steipe (boris.steipe@utoronto.ca) @@ -55,49 +55,10 @@ # this one file, you can find everything by using the -F find function. To # cross-reference code in your journal, create section headings. # -# # ============================================================================== -" Introduction: - ... -" - - -# ============================================================================== -# PART ONE: REVIEW -# ============================================================================== - - - - -# == SECTION =================================================================== - - -# == Subsection - -# Continue ... - - - - - - - - -# ============================================================================== -# APPENDIX: OUTLOOK -# ============================================================================== -"There are many more functions for ... that this tutorial did not cover. You should know about the following. Look up the function and write a short bit of example code that uses it:" - -?subset -?sweep -?with # ... and within() - -"Then you should know about the following packages. Open the vignette and browse through it. You should know be able to come up with least one use-case where the package functions would be useful: - - https://cran.r-project.org/web/packages/magrittr/ -" - +# The individual learning units' files can be opened by simply clicking on them +# in the File pane. diff --git a/RPR-Introduction.R b/RPR-Introduction.R index 9da7d6c..a6a1c27 100644 --- a/RPR-Introduction.R +++ b/RPR-Introduction.R @@ -34,50 +34,9 @@ # from 0). Not a loop - a single expression. The first number you get must # be 1. The last number you get must be 1024. # - Save the file. -# -# -# ============================================================================== - -" Introduction: - ... -" - - -# ============================================================================== -# PART ONE: REVIEW -# ============================================================================== - - - - -# == SECTION =================================================================== - - -# == Subsection - -# Continue ... - - - - - - - - -# ============================================================================== -# APPENDIX: OUTLOOK -# ============================================================================== -"There are many more functions for ... that this tutorial did not cover. You should know about the following. Look up the function and write a short bit of example code that uses it:" - -?subset -?sweep -?with # ... and within() - -"Then you should know about the following packages. Open the vignette and browse through it. You should know be able to come up with least one use-case where the package functions would be useful: - - https://cran.r-project.org/web/packages/magrittr/ -" +# (This task is meant simply to make sure that writing R expressions, saving +# them in scripts, and opening and executing script files works for you. )