Description Usage Arguments Value Note
A function to pull only those base pairs that reside
within a list of genes from the object
exome.constants
1 | generate.sel.exome(genelist, gene, exome.constants)
|
genelist |
a vector containing gene names to subset on |
gene |
a list with one entry for each gene, each entry is another list of 5 elements: Ensembl name, chromosome, base pairs, replication timing region (1=Early, 2=Middle, 3=Late), and expression level (1=Low, 2=Medium, 3=High). |
exome.constants |
a list with one entry for each
chromosome, where each entry is a matrix containing a row
for each coding base pair and the following columns: 1.
base pair position, 2. nucleotide number (see
|
an object of the same structure as
exome.constants
, but only containing positions
that reside in the genes of genelist
This internal function is not intended to be called by the user.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.