Locked out - Updates needed for 2021

This commit is contained in:
hyginn 2021-09-16 01:29:19 -04:00
parent 2956ba29b5
commit 9143b784e9
8 changed files with 139 additions and 21 deletions

View File

@ -3,6 +3,22 @@
# Purpose: A Bioinformatics Course:
# R code accompanying the BIN-ALI-BLAST unit.
#
# ==============================================================================
#
# S T O P :
# =========
#
# 2021
# UPDATE WARNING!
# ---------------
#
# This file has not yet been updated for coursework. You may inspect it, but
# do NOT use it for actual coursework as long as this warning is here. Parts
# of the code and data will change, and if you use this outdated code it will
# break your setup and workflow.
#
# ==============================================================================
#
# Version: 1.3
#
# Date: 2017-10 - 2020-09

View File

@ -1,10 +1,21 @@
# tocID <- "BIN-ALI-Dotplot.R"
#
# ---------------------------------------------------------------------------- #
# PATIENCE ... #
# Do not yet work wih this code. Updates in progress. Thank you. #
# boris.steipe@utoronto.ca #
# ---------------------------------------------------------------------------- #
#
# ==============================================================================
#
# S T O P :
# =========
#
# 2021
# UPDATE WARNING!
# ---------------
#
# This file has not yet been updated for coursework. You may inspect it, but
# do NOT use it for actual coursework as long as this warning is here. Parts
# of the code and data will change, and if you use this outdated code it will
# break your setup and workflow.
#
# ==============================================================================
#
# Purpose: A Bioinformatics Course:
# R code accompanying the BIN-ALI-Dotplot unit.

View File

@ -3,6 +3,21 @@
# Purpose: A Bioinformatics Course:
# R code accompanying the BIN-ALI-MSA unit.
#
# ==============================================================================
#
# S T O P :
# =========
#
# 2021
# UPDATE WARNING!
# ---------------
#
# This file has not yet been updated for coursework. You may inspect it, but
# do NOT use it for actual coursework as long as this warning is here. Parts
# of the code and data will change, and if you use this outdated code it will
# break your setup and workflow.
#
# ==============================================================================
# Version: 1.3
#
# Date: 2017-10 - 2020-09

View File

@ -3,6 +3,21 @@
# Purpose: A Bioinformatics Course:
# R code accompanying the BIN-ALI-Optimal_sequence_alignment unit.
#
# ==============================================================================
#
# S T O P :
# =========
#
# 2021
# UPDATE WARNING!
# ---------------
#
# This file has not yet been updated for coursework. You may inspect it, but
# do NOT use it for actual coursework as long as this warning is here. Parts
# of the code and data will change, and if you use this outdated code it will
# break your setup and workflow.
#
# ==============================================================================
# Version: 1.7.1
#
# Date: 2017-09 - 2020-10

View File

@ -3,6 +3,21 @@
# Purpose: A Bioinformatics Course:
# R code accompanying the BIN-FUNC-Domain_annotation unit.
#
# ==============================================================================
#
# S T O P :
# =========
#
# 2021
# UPDATE WARNING!
# ---------------
#
# This file has not yet been updated for coursework. You may inspect it, but
# do NOT use it for actual coursework as long as this warning is here. Parts
# of the code and data will change, and if you use this outdated code it will
# break your setup and workflow.
#
# ==============================================================================
# Version: 1.4
#
# Date: 2017-11 - 2020-10

View File

@ -3,6 +3,23 @@
# Purpose: A Bioinformatics Course:
# R code accompanying the BIN-MYSPE unit
#
# ==============================================================================
#
# S T O P :
# =========
#
# 2021
# UPDATE WARNING!
# ---------------
#
# This file has not yet been updated for coursework. You may inspect it, but
# do NOT use it for actual coursework as long as this warning is here. Parts
# of the code and data will change, and if you use this outdated code it will
# break your setup and workflow.
#
# ==============================================================================
#
#
# Version: 1.2
#
# Date: 2020-10-01

View File

@ -1,17 +1,27 @@
# tocID <- "FND-STA-Information_theory.R"
#
# ---------------------------------------------------------------------------- #
# PATIENCE ... #
# Do not yet work wih this code. Updates in progress. Thank you. #
# boris.steipe@utoronto.ca #
# ---------------------------------------------------------------------------- #
# ==============================================================================
#
# S T O P :
# =========
#
# 2021
# UPDATE WARNING!
# ---------------
#
# This file has not yet been updated for coursework. You may inspect it, but
# do NOT use it for actual coursework as long as this warning is here. Parts
# of the code and data will change, and if you use this outdated code it will
# break your setup and workflow.
#
# ==============================================================================
#
# Purpose: A Bioinformatics Course:
# R code accompanying the FND-STA-Information_theory unit.
#
# Version: 0.2.1
#
# Date: 2017 - 2019
# Date: 2017 - 2021
# Author: Boris Steipe (boris.steipe@utoronto.ca)
#
# Versions:

View File

@ -3,6 +3,22 @@
# Purpose: A Bioinformatics Course:
# R code accompanying the RPR_GEO2R unit.
#
#
# ==============================================================================
#
# S T O P :
# =========
#
# 2021
# UPDATE WARNING!
# ---------------
#
# This file has not yet been updated for coursework. You may inspect it, but
# do NOT use it for actual coursework as long as this warning is here. Parts
# of the code and data will change, and if you use this outdated code it will
# break your setup and workflow.
#
# ==============================================================================
# Version: 1.3
#
# Date: 2017-09 - 2020-09
@ -292,6 +308,9 @@ readLines("./data/SGD_features.tab", n = 5)
# == 4.1 Task - Read a table of features ===================================
# Note: this task asks you to write code. You MUST identify your
# sources when you draw on other's examples.
# This data file is rather typical of datasets that you will encounter "in the
# wild". To proceed, you need to write code to read it into an R-object. Develop
# the code in your script file according to the following specification: