ExampleBSseq {PQLseq} | R Documentation |
A simulated example dataset of BSseq for PQLseq.
data(ExampleBSseq)
Contains the following objects:
a data frame containing the read counts for 5 sites.
a vector of 100 observations on a continuous variable.
a genetic relationship matrix for 100 individuals.
a data frame containing the total read counts for 5 sites.
data(ExampleBSseq) attach(ExampleBSseq) model_DNA=pqlseq(RawCountDataSet=mcount, Phenotypes=predictor, RelatednessMatrix=relatednessmatrix, LibSize=totalcount, fit.model="BMM",numCore=1) head(model_DNA) detach(ExampleBSseq)