R/xtraGONodes.R

Defines functions xtraGONodes

Documented in xtraGONodes

xtraGONodes <- function(xtraGO, goM){

    xtraGO <- setdiff(xtraGO, colnames(goM))
    yG2P <- as.list(org.Sc.sgdGO2ORF)
    xtraComp <- yG2P[xtraGO]
    xtraComp <- xtraComp[!sapply(xtraComp, is.null)]
    xCM <- list2Matrix(xtraComp)
    

    goM <- mergeBGMat(goM, xCM)
    goM
    
}

Try the ScISI package in your browser

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

ScISI documentation built on Nov. 8, 2020, 5:48 p.m.