flr.hist.graph: flr.hist.graph

Description Usage Arguments Value Examples

Description

flr.hist.graph

Usage

1
flr.hist.graph(data, meas = "fl", new.titles = NULL)

Arguments

data

This is a a flr.summary object used to draw the graphs.

meas

The measurement of flowering time. This is by default "fl" for days to flowering but could also be "nd" for nodes at the time of flowering.

new.titles

By default this function labels each facet with the entry in the Genotype column of the flr.summary object. This can be changed by inputting a named vector of names which map the genotypes to the new names.

Value

This is a function for drawing a histogram of flowering time measurments from a screen. It takes a flr.summary object as input and outputs a graph for each line highlighting homozygotes. At this stage the Mutant column needs to be either "WT" or "Homo"

Examples

1
2
new_labs <- c(`NF5076` = "NF5076 - LD+V", `R108` = "R108 - LD+V")
flr.hist.graph(res, new.titles = new_labs)

G-Thomson/gthor documentation built on May 6, 2019, 5:08 p.m.