atrox_snap_gamma2: included data

Description Author(s)

Description

These files contain data associated with the package GppFst. each file is available as a processed R data file or as a raw file

To access the Rdata version:

data(atrox_snap_gamma2) data(ExperimentalParameters) data(GppFst_ExampleResults) data(FDR_result) data(power_results)

To access the raw version use the system.file function.

file.loc <- system.file("atrox_snap_gamma2.txt", package="GppFst") file.loc <- system.file("ExperimentalParameters", package="GppFst")) file.loc <- system.file("GppFst_ExampleResults", package="GppFst")) file.loc <- system.file("FDR_result", package="GppFst")) file.loc <- system.file("power_results", package="GppFst"))

Then read the table in with the read.table function read.table(file.loc, header=T)

Author(s)

Rich Adams


radamsRHA/GppFst documentation built on Nov. 9, 2019, 7:08 p.m.