R/showGene.R

Defines functions showGene

showGene <- function(Gene, N, vData, cutoff=0.05) {
  ind <- which(vData$Gene==Gene & vData$ExAC < cutoff)
  cbind(vData[ind,], N[ind,,drop=FALSE])
}
pbreheny/epcot documentation built on June 18, 2021, 7:46 a.m.