Minor 2021 Maintenance
This commit is contained in:
parent
5c577eb8d6
commit
65193f1e54
@ -3,12 +3,13 @@
|
|||||||
# Purpose: A Bioinformatics Course:
|
# Purpose: A Bioinformatics Course:
|
||||||
# R code accompanying the RPR-Scripting_data_downloads unit.
|
# R code accompanying the RPR-Scripting_data_downloads unit.
|
||||||
#
|
#
|
||||||
# Version: 1.2
|
# Version: 1.2.1
|
||||||
#
|
#
|
||||||
# Date: 2017-10 - 2020-09
|
# Date: 2017-10 - 2021-09
|
||||||
# Author: Boris Steipe (boris.steipe@utoronto.ca)
|
# Author: Boris Steipe (boris.steipe@utoronto.ca)
|
||||||
#
|
#
|
||||||
# Versions:
|
# Versions:
|
||||||
|
# 1.2.1 2021 Maintenance
|
||||||
# 1.2 2020 Updates
|
# 1.2 2020 Updates
|
||||||
# 1.1 Change from require() to requireNamespace(),
|
# 1.1 Change from require() to requireNamespace(),
|
||||||
# use <package>::<function>() idiom throughout
|
# use <package>::<function>() idiom throughout
|
||||||
@ -32,9 +33,9 @@
|
|||||||
#TOC>
|
#TOC>
|
||||||
#TOC> Section Title Line
|
#TOC> Section Title Line
|
||||||
#TOC> -----------------------------------------------------------
|
#TOC> -----------------------------------------------------------
|
||||||
#TOC> 1 Working with NCBI eUtils 42
|
#TOC> 1 Working with NCBI eUtils 43
|
||||||
#TOC> 1.1 Task - fetchNCBItaxData() function 144
|
#TOC> 1.1 Task - fetchNCBItaxData() function 145
|
||||||
#TOC> 2 Task solutions 151
|
#TOC> 2 Task solutions 152
|
||||||
#TOC>
|
#TOC>
|
||||||
#TOC> ==========================================================================
|
#TOC> ==========================================================================
|
||||||
|
|
||||||
@ -156,5 +157,10 @@ URL <- paste0(eUtilsBase,
|
|||||||
# Test:
|
# Test:
|
||||||
dbFetchNCBItaxData("XP_001837394")
|
dbFetchNCBItaxData("XP_001837394")
|
||||||
|
|
||||||
|
# Expected outout:
|
||||||
|
# ----------------
|
||||||
|
# taxID organism
|
||||||
|
# 1 240176 Coprinopsis cinerea okayama7#130
|
||||||
|
|
||||||
|
|
||||||
# [END]
|
# [END]
|
||||||
|
Loading…
Reference in New Issue
Block a user