R/PAINTOR_find_folder.R

Defines functions PAINTOR_find_folder

PAINTOR_find_folder <- function(paintor_path=NULL){
    if(is.null(paintor_path)){
        paintor_path <- system.file("tools/PAINTOR_V3.0",
                                    package = "echofinemap")
    }
    return(paintor_path)
}
RajLabMSSM/echofinemap documentation built on Jan. 3, 2023, 1:42 a.m.