This function will load a previously saved ArchRProject and re-normalize paths for usage.

loadArchRProject(path = "./", force = FALSE, showLogo = TRUE)

Arguments

path

A character path to an ArchRProject directory that was previously saved using saveArchRProject().

force

A boolean value indicating whether missing optional ArchRProject components (i.e. peak annotations / background peaks) should be ignored when re-normalizing file paths. If set to FALSE loading of the ArchRProject will fail unless all components can be found.

showLogo

A boolean value indicating whether to show the ascii ArchR logo after successful creation of an ArchRProject.