| A Starting Point {bqtl} | R Documentation |
Some Introductory Comments
Description
Some pointers to a few key functions in BQTL
New to R?
Be sure to check out all of the free documentation that comes with R.
The
examplefunction is very helpful in getting familiar with a new function. You typeexample(fun)and the examples in the documentation forfunare run, then you can read the documentaiton to get a bette sense of what is really going on. My personal favorite is to typepar(ask=T), hit the 'enter' key, thenexample(image), and 'enter' again; after each display you hit the 'enter' key to get to the next one.-
library(bqtl)is needed to load the BQTL functions and data sets.
Key Functions
- Data Input
\
make.map.framedefines the map,
marker.levelsThe help page describes several functions that define the coding scheme for marker levels,
make.analysis.objcombines marker data, phenotype data,and the
map.frameto create an object that can be used by data analysis functions.
- Maximum Likelihood Methods
\
bqtldoes a host of things from marker regression and interval mapping to full maximum likelihood. The best way to get started is to run
example(bqtl)and take a look at the resulting output.locusis very helpful in specification of runs.
- Approximate Bayesian Analysis
\
linear.bayes-
For a good starting point try
example(linear.bayes)
Author(s)
Charles C. Berry cberry@ucsd.edu