Skip to content
/ tgR Public

Convenience R package for the Translational Genomics Repository

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

FredHutch/tgR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tgR

This package currently is wrapping a pile of functions commonly in use to interact with and manage the Fred Hutch Genomics Repository.

Installation

You will need the following packages installed as well:

install.packages(pkgs = c("httr", "REDCapR", "aws.s3", "jsonlite", "magrittr", "dplyr", "purrr", "RCurl", "checkmate", "stringr"))

You can install the most recent version of tgR by:

require(remotes)
remotes::install_github('FredHutch/tgR')

Install a specific release version (in this case v0.8.0) by:

require(remotes)
remotes::install_github('FredHutch/tgR@v0.8.0')

About

Convenience R package for the Translational Genomics Repository

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages