data.A: Sample data example for autosomal genes

Description Value Author(s) See Also Examples

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.

Value

index

vector defining the cross of the mouse, female - AB=1, BA=2, AA=3, BB=4, and male - AB=5, BA=6, AA=7, BB=8. If mice are of only one sex, AB=1, BA=2, AA=3, BB=4.

y

matrix of TReC counts. Note, the expected input assumes that inbred mice will be in the last columns of the table, after the last F1 mouse.

n

matrix of ASE counts for corresponding F1 mouse (classes 1, 2, 5, 6) for corresponding genes.

n0B

matrix of ASE counts belonging for allele B, for correponding genes and mice as in n.

kappas

A parameter, specifying log(overall TReC) for each mouse.

geneids

ids of genes, if not provided, rownames of the matrix y will be used

Author(s)

Vasyl Zhabotynsky vasyl@unc.edu

See Also

process,readCounts.

Examples

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

rxSeq documentation built on May 1, 2019, 11:31 p.m.