https://github.com/AllenInstitute/patchseqtools
Tip revision: 3c841b9fe8616cc0d88e4dc44b3048e8861c1687 authored by Jeremy Miller on 03 May 2024, 21:27:39 UTC
Update README.md with VISp viewer
Update README.md with VISp viewer
Tip revision: 3c841b9
update.r
#' Update the patchseqtools library
#'
#' @export
update_patchseqtools <- function() {
devtools::install_github("AllenInstitute/patchseqtools",
auth_token = "802976690281f1483c40de46d0a07e9d01a3de08")
}