Displaying 1 result from an estimated 1 matches for "getfsts".
Did you mean:
getfmts
2012 Mar 20
0
Running BayesFst in R
...dence
intervals or loci IDs) and other times I cannot even generate P-values using
the code supplied.
I am wondering if any one has used R to plot the BayesFst results and can
assist me in working out where I go wrong? Typically, R will become
unresponsive or it will provide errors at the getpvals/getfsts stages
referring to "object m1 not found" - but other times it will work. I am
uncertain exactly what m refers to, but 1440 is the # of loci and 2 is the #
of populations. M may refer to # samples??
The code is as follows:
data.matrix(read.table("fst.out")
getpvals(m1,1440,2)
g...