Description Usage Arguments Details Value Examples
descriptive plot of expression against genotype for cisAssoc results
1 2 |
gene |
identifier of gene in SummarizedExperiment se, must be present in rownames(se) |
snp |
identifier of variant in VCF referenced by tf |
se |
SummarizedExperiment instance |
tf |
TabixFile reference for a VCF file that has been bgzipped and tabix-indexed |
radius |
in order to limit the VCF import, we filter variants to those within a radius around the selected gene – it is assumed that the selected snp will exist in that region (we can't extract SNP by name from vcf...) |
genome |
a simple genome identifier tag |
... |
(not used with eqDesc) will embellish plot; xlab and ylab already taken care of |
The chromosome names in the VCF and the seqlevelsStyle of the Summarized Experiment must match.
eqBox produces a boxplot for all categories (including NA) of genotype. eqDesc tabulates the genotype calls in categories.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.