file <- system.file("extdata", "test1.csv", package="PhenStat")
test <- PhenList(dataset=read.csv(file),
testGenotype="Sparc/Sparc")
scatterplotGenotypeWeight(test,
depVariable="Bone.Mineral.Content",
graphingName="BMC" )
file <- system.file("extdata", "test4.csv", package="PhenStat")
test_1sex <- PhenList(dataset=read.csv(file),
testGenotype="Mysm1/+")
scatterplotGenotypeWeight(test_1sex,
depVariable="Lean.Mass",
graphingName="Lean Mass")
Run the code above in your browser using DataLab