plot_error_dist: Plot a barplot with error probabilities values

Description Usage Arguments Examples

View source: R/updog_genotype.R

Description

Plot a barplot with error probabilities values

Usage

1
2
3
4
5
6
7
plot_error_dist(
  onemap.obj = NULL,
  mk.type = TRUE,
  select.ind = NULL,
  select.mk = NULL,
  n.int = NULL
)

Arguments

onemap.obj

an object of class onemap coming from read_onemap, read_mapmaker, onemap_read_vcfR, updog_genotype functions

mk.type

a TRUE/FALSE value to define if genotypes will colored by marker type

select.ind

a string defining specific individuals. The graphic will only contains error probability information of this individuals.

select.mk

a string defining specific markers. The graphic will only contains error probability information of this markers.

n.int

Examples

1
2
3
4
5
6
## Not run: 
data(onemap_example_out)
p <- plot_error_dist(onemap_example_out)
ggplot2::ggsave("errors_out.jpg", p width=7, height=4, dpi=300)

## End(Not run)

Cristianetaniguti/genotyping4onemap documentation built on Aug. 26, 2020, 10:32 a.m.