iplotRF within R Markdown

This document serves to test the R/qtlcharts function iplotRF.

set.seed(69891250)
library(qtl)
library(qtlcharts)
data(grav)

iplotRF

gravsub <- pull.markers(grav, sample(markernames(grav), 50, replace=FALSE))
gravsub <- est.rf(gravsub)
iplotRF(gravsub)


Try the qtlcharts package in your browser

Any scripts or data that you put into this service are public.

qtlcharts documentation built on Jan. 8, 2022, 1:06 a.m.