Learn R Programming

rxSeq (version 0.99.3)

data.A: Sample data example for autosomal 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, 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.A or proc.trec.A.

Arguments

Value

See Also

process,readCounts.

Examples

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

Run the code above in your browser using DataLab