R/read.chiamo.R

Defines functions read.snps.chiamo

Documented in read.snps.chiamo

#use wtccc.sample.list() against the smallest file (22?) to get a sample list. 
read.snps.chiamo <- function(filename, sample.list, threshold) {
  .Call("read_chiamo", filename, sample.list, threshold,
        PACKAGE="chopsticks")
}

Try the chopsticks package in your browser

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

chopsticks documentation built on Nov. 8, 2020, 7:51 p.m.