sites_compar {geneHapR}R Documentation

sites comparison

Description

Used for all allele effect compare once

Usage

compareAllSites(
  hap,
  pheno,
  phenoName = names(pheno)[1],
  hetero_remove = TRUE,
  title = "",
  file = file
)

Arguments

hap

object of hapResult class

pheno

a data.frame contains phenotypes

phenoName

the name of used phenotype

hetero_remove

removing the heter-sites or not, default as TRUE

title

the title of the figure

file

if provieds a file path the comparing results will saved to file.


[Package geneHapR version 1.2.4 Index]