plotGeno: genotype plotting

Description Usage Arguments Value Author(s) Examples

View source: R/plotting.R

Description

genotype plotting

Usage

1
2
plotGeno(geno, pos.start = 6, xlab = "position", ylab = NULL,
  title = NULL)

Arguments

geno

genotype vector

pos.start

position start index, for exmaple, the pos.start of chr1_1234 is 6

xlab

x lab

ylab

y lab

title

title

Value

a genotype distribution by the chromsome

Author(s)

Zhougeng Xu

Examples

1
2
3
geno <- c(1,1,1,1,0,0,0,2,2,2)
names(geno) <- c("1_1","1_100","1_200","1_210","1_230","1_300","1_500","1_600","1_700","1_1000")
plotGeno(geno, pos.start = 3)

binmapr documentation built on Oct. 30, 2019, 12:14 p.m.