R/as.ExpandedGOProfile.ExpandedGOProfile.R

Defines functions `as.ExpandedGOProfile.ExpandedGOProfile`

`as.ExpandedGOProfile.ExpandedGOProfile` <-
function(x, expandedCatNames=NULL) {
    if (!is.null(expandedCatNames))
        row.names(x) <- expandedCatNames
    return(x)
}

Try the goProfiles package in your browser

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

goProfiles documentation built on Nov. 8, 2020, 8:12 p.m.