Description Usage Arguments Details Value Author(s)
Filter out unimportant regions of an annotation file in bed format.
1 | getRegionsOI(annot,regOI)
|
annot |
An annotation file in bed format. |
regOI |
A dataframe specifying the interesting location. |
When considering trans-eQTLs all combinations between gene annotations and genotype data are tested. This often forces the user
to filter the annotations to a certain region. Having an annotation file in bed format with the columns Name,Chr, Start
and Stop and a data frame specifying the different locations that should remain, this function removes all annotations outside these
given areas. THe column names of the data frame given to regOI are Chr, Start and End.
A subset of annot.
Daniel Fischer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.