KonradZych / phenotypes2genotypes

Package for creating genetic map using gene expression data.
6 stars 5 forks source link

Prevent new inserted markers from being smoothed twice #29

Closed DannyArends closed 12 years ago

DannyArends commented 12 years ago

Should we do something like this ?

Sets the genotypes and map from a cross to be the original genotypes of a population

This will prevent the new inserted markers from being smoothed twice

set.original.geno <- function(cross, population){

return(population) }

KonradZych commented 12 years ago

set.geno.from.cross function introduced to do that