R/genNamesAppend.R

genNamesAppend <-
function (name) 
{
    ans <- NULL
    for (n in name) {
        for (g in noia::genotypesNames[1:3]) {
            ans <- c(ans, paste(g, n, sep = ""))
        }
    }
    return(ans)
}

Try the noia package in your browser

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

noia documentation built on March 31, 2023, 6:45 p.m.