R/allele.marq.R

`allele.marq` <-
function(hap){

nb.marq		=	length(hap[1,])
all.marq	=	list()

     for(i in 1:nb.marq){

          all.marq[[i]]=unique(na.omit(hap[,i]))
      }


all.marq



}

Try the HAPim package in your browser

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

HAPim documentation built on May 2, 2019, 12:10 p.m.