~ubuntu-branches/ubuntu/raring/r-cran-genabel/raring-proposed

« back to all changes in this revision

Viewing changes to man/srdta.Rd

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2013-02-02 12:32:39 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130202123239-2rm1v9jvso7c1c2s
Tags: 1.7-3-1
* New upstream version
* Replace debian/README.Debian by debian/README.test
* DEP5 copyright
* Standards-Version: 3.9.4 (no changes needed)
* debhelper 9 (control+compat)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
# load and work with srdta
34
34
data(srdta)
35
 
mc <- check.marker(data=srdta@gtdata[,1:100],redundant="all",maf=0.01,minconcordance=0.9,fdr=.1,ibs.mrk=0)
 
35
# truncate the data to make the example faster
 
36
srdta <- srdta[seq(from=1,to=nids(srdta),by=2),seq(from=1,to=nsnps(srdta),by=2)]
 
37
mc <- check.marker(data=gtdata(srdta)[,1:100],redundant="all",maf=0.01,minconcordance=0.9,fdr=.1,ibs.mrk=0)
36
38
plot(mc)
37
 
check.trait(names(srdta@phdata),srdta)
 
39
check.trait(names(phdata(srdta)),srdta)
38
40
}
39
41
\keyword{datasets}