https://github.com/AllenInstitute/patchseqtools
Raw File
Tip revision: 60869bd023ebea3dbb32b9745bd0ca9caea88bec authored by Jeremy Miller on 26 May 2020, 18:49:17 UTC
Update README.md
Tip revision: 60869bd
update.r
#' Update the patchseqtools library
#'
#' @export
update_patchseqtools <- function() {
  devtools::install_github("AllenInstitute/patchseqtools",
    auth_token = "802976690281f1483c40de46d0a07e9d01a3de08")
}
back to top