Return a barplot of mean and standard error bar of certain value of each clone.

get.barplot.errorbar(data, y.lab, y.limit)

Arguments

data

A dataframe. Columns are different simulations, rows are the top clones. The first row is the top abundant clone.

y.lab

A string specifies the y lable name of the barplot.

y.limit

The upper limit for y axis in the plot.

Value

a barplot of mean and standard error bar of certain value of each clone.