R/orphan.loci.R

Defines functions orphan.loci

Documented in orphan.loci

orphan.loci <-
function(x)  {
## takes output from make.shared.gene.matrix
  return(names(which(colSums(x) == 0)))
  }
andrew-hipp/morton documentation built on April 7, 2024, 12:15 p.m.