User Tools

Site Tools


heterozygosity

This is an old revision of the document!


heterozygosity

  • file: line_Heterozygosity.r
  • document page: 2


code:

read.table("D:/Heidi/Master/R_Daten/Heterozygosity/heterocy_mt.txt")-> heterocy
attach(heterocy)

  V1 -> Locus
  V2 -> het
  V3 -> mean
  V4 -> sd
  V5 -> total.het

  plot(Locus, het, type="l", xlab="Loci", ylab="heterozygosity",
main="Heterozygosity")

detach(heterocy)
heterozygosity.1198234891.txt.gz · Last modified: 2008/07/22 13:30 (external edit)