An R package providing an interface to the Pan-Human Azimuth annotation tool for single-cell RNA sequencing analysis. Learn more at https://satijalab.org/pan_human_azimuth
You can install the package using devtools:
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
devtools::install_github("satijalab/AzimuthAPI")