R/predNuCpos.R

Defines functions predNuCpos

Documented in predNuCpos

predNuCpos <- function(file, inseq, species = "mm", 
            smoothHBA = FALSE, std = FALSE, ActLikePredNuPoP = FALSE){

    if(ActLikePredNuPoP == FALSE){
        results <- predNuCposInternal(inseq, species = species, 
                        smoothHBA = smoothHBA, std = std)
        return(results)
    }
    if(ActLikePredNuPoP == TRUE){
        predNuCposActLikePredNuPoP(file, species = species, 
                        smoothHBA = smoothHBA, std = std)
    }
}

Try the nuCpos package in your browser

Any scripts or data that you put into this service are public.

nuCpos documentation built on Nov. 8, 2020, 5:33 p.m.