Learn R Programming

rxSeq (version 0.99.3)

rcA: Reformatted data for autosomal set to be used as input to process function

Description

This is an object of type readCounts 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). In autosomes Xce effect is absent, so it would be set to NULL for this dataset. 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. Such values also can be simulated with simRX can be fitted using process with appropriate options chrom="X" and field model to be either "full" or "short".

Arguments

Value

See Also

process,readCounts, simRX.

Examples

Run this code
# see total read counts (TReC) for first 2 X chromosome genes of a data example:
rcX

Run the code above in your browser using DataLab