run.cont.power.make.plot: continuous trait power analysis plot

View source: R/run.cont.power.make.plot.R

run.cont.power.make.plotR Documentation

continuous trait power analysis plot

Description

This function (1) identifies an informative distribution of effect and power estimates given your datas total sample size and (2) returns a summary plot.

Usage

run.cont.power.make.plot(mydata)

Arguments

mydata

Your metabolite data matrix, with samples in rows

Value

a ggplot2 object

Examples

ex_data = matrix(NA, 1000, 2)
run.cont.power.make.plot( ex_data )


MRCIEU/metaboprep documentation built on Jan. 28, 2023, 7:29 p.m.