Description Usage Arguments Details Warning See Also Examples
View source: R/addDnase_function.R
addDnase returns an 'mgl' list with the twelfth element as a dataframe containing results from Maurano et. al. Nat Genet. 2015
1 2 |
mgl |
List; see |
range |
Number indicating distance upstream of start and downstream of stop that should be used for filtering SNPs. |
download |
A logical vector indicating if the data should be downloaded. |
saveDownload |
A logical vector indicating if the data should be saved as 'RawData_Dnase.RData' |
fpsource |
A character string of with the filepath where the data has been downloaded |
This gives the results for each gene, subsetting the data to reflect those SNPs that fall within the gene region. Data was originally downloaded from http://www.nature.com/ng/journal/v47/n12/extref/ng.3432-S5.txt.
All results will be added. To view only SNPs with a significant imbalance use makeDnaseSig
Other elements: addAei,
addAntisense, addCisEqtl,
addEnst, addExpression,
addGo, addGrasp,
addGwasCatalog, addLoc,
addPtv, addPubmed,
addSqtlAltrans, addSqtlSeek,
addTransEqtl, missNames
1 2 | ## Not run: buildFromRegion(chr = 2, start = 102314000, stop = 103435000) -> myMgl
## Not run: myMgl <- addDnase(myMgl, range = 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.