Skip to content

rTASSEL Use TASSEL from R (rTASSEL)

rTASSEL is an R-based front-end for accessing key TASSEL 5 methods and tools. It lets you run powerful TASSEL analyses within a unified R workflow, without switching between environments.

Install

rTASSEL is installed from GitHub with pak.

# install.packages("pak")
pak::pak("maize-genetics/rTASSEL@v0.12.0")
# install.packages("pak")
pak::pak("maize-genetics/rTASSEL")

Requirements

rTASSEL uses rJava, so you need a working version of Java (>= 8). Mac/Linux users may need to run R CMD javareconf if they run into issues installing rJava via pak.

Verify your setup

For an overview of the available functions once installed, run:

help(package = "rTASSEL")

Citation

Monier et al., (2022). rTASSEL: An R interface to TASSEL for analyzing genomic diversity. Journal of Open Source Software, 7(76), 4530, https://doi.org/10.21105/joss.04530

For BibTeX users:

@article{Monier2022,
  author  = {Monier, Brandon and Casstevens, Terry M. and Bradbury, Peter J. and Buckler, Edward S.},
  title   = {{rTASSEL}: An {R} interface to {TASSEL} for analyzing genomic diversity},
  journal = {Journal of Open Source Software},
  volume  = {7},
  number  = {76},
  pages   = {4530},
  year    = {2022},
  doi     = {10.21105/joss.04530},
  url     = {https://doi.org/10.21105/joss.04530}
}

Learn more