Learn R Programming

rxSeq (version 0.99.3)

data.X: Sample data example for X chromosome genes

Description

This data set provides with example of experimental data for a subset of autosomal genes. The full model requires a combination of total read counts (y) - all the reads belonging for a gene, and finding out which of these reads we can specifically attribute to allele A or allele B - allele specific counts (n), separately the reads attributed specifically to allele B (n0B). Also, tausB - is the Xce effect for each F1 mouse, which specifies the proportion of allele specific reads belonging to allele B. Also, it includes the other data pieces to fit the model: kappas - total number of counts for each mouse, on log scale, index - specifying which cross each mouse belongs to, and geneids - Ensembl ids of genes. They, as well as the datasets simulated with simRX can be fitted using proc.trecase.X or proc.trec.X.

Arguments

Value

See Also

process,readCounts.

Examples

Run this code
# see total read counts (TReC) for first 2 X chromosome genes of a data example:
data.X$y[1:2,]

Run the code above in your browser using DataLab