Skip to content

Commit

Permalink
version 1.0-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles C. Berry authored and cran-robot committed Sep 29, 2002
1 parent f0a11c1 commit 3bedb05
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
@@ -1,11 +1,11 @@
Package: bqtl
Version: 1.0-7
Date: 2002-06-25
Version: 1.0-8
Date: 2002-09-29
Title: Bayesian QTL mapping toolkit
Author: Charles C. Berry <cberry@ucsd.edu>
Maintainer: Charles C. Berry <cberry@ucsd.edu>
Description: QTL mapping toolkit for inbred crosses and
recombinant inbred lines. Includes maximum likelihood and Bayesian tools.
Depends: R (>= 1.2)
License: GPL version 2 or later
URL: http://hacuna.ucsd.edu/bqtl/
URL: http://hacuna.ucsd.edu/bqtl/
20 changes: 11 additions & 9 deletions data/00Index
@@ -1,9 +1,11 @@
little.ana.bc A simulated dataset
little.ana.f2 A simulated dataset
little.bc.markers Simulated Marker Data
little.bc.pheno Simulated Phenotype Data
little.dx Marker Map Description for Simulated Data
little.f2.markers Simulated Marker Data
little.f2.pheno Simulated Phenotype Data
little.map.frame Package of Simulated Marker Map Information
little.mf.5 Package of Simulated Marker Map Information
little.ana.bc A simulated dataset
little.ana.f2 A simulated dataset
little.bc.markers Simulated Marker Data
little.bc.pheno Simulated Phenotype Data
little.dx Marker Map Description for Simulated Data
little.f2.markers Simulated Marker Data
little.f2.pheno Simulated Phenotype Data
little.map.frame Package of Simulated Marker Map Information
little.mf.5 Package of Simulated Marker Map Information
swapbc1 Sample BC1 or Recombinant Inbred loci via
approximate posterior.
4 changes: 2 additions & 2 deletions man/marker.fill.Rd
Expand Up @@ -53,10 +53,10 @@ filled locus.
\examples{


data( little.map.frame, lib.loc=.lib.loc )
data( little.map.frame )
little.nint <- marker.fill( little.map.frame, reso=5, TRUE )
cbind(nint=little.nint,cM=little.map.frame$cM)[1:10,]
rm( little.map.frame, little.nint )
}
% Converted by Sd2Rd version 1.10.
\keyword{utilities}
\keyword{utilities}

0 comments on commit 3bedb05

Please sign in to comment.