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)
}
alexsanchezpla/goProfiles documentation built on May 28, 2019, 4:54 p.m.