R/zzz.r

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
	tgconfig::register_params(system.file('config/metacell_params.yaml', package='metacell'), package='metacell')
	ggplot2::theme_set(ggplot2::theme_classic())
}
tanaylab/metacell documentation built on Oct. 19, 2023, 1:01 p.m.