https://github.com/AllenInstitute/patchseqtools
Raw File
Tip revision: d1afcd4d5203564979a29f2891e03cba7733b726 authored by Agata Budzillo on 30 July 2021, 06:36:43 UTC
Add files via upload
Tip revision: d1afcd4
update.r
#' Update the patchseqtools library
#'
#' @export
update_patchseqtools <- function() {
  devtools::install_github("AllenInstitute/patchseqtools",
    auth_token = "802976690281f1483c40de46d0a07e9d01a3de08")
}
back to top