R/checkSGN.R

Defines functions checkSGN

Documented in checkSGN

checkSGN <- function(ISI){
    yA <- as.list(org.Sc.sgdALIAS)
    need2Check <- rownames(ISI)[which(rownames(ISI)%in%names(yA)==FALSE)]
    need2Check
}

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.