R/Fst.R

"Fst" <- function(rval,N){
  k<-N/sum(N)
  Fst.val<-k%*%diag(rval)
}

Try the Biodem package in your browser

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

Biodem documentation built on Jan. 5, 2021, 5:08 p.m.