Last active
August 29, 2015 14:21
-
-
Save nsheff/a51e2e4cb3d3f25806bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` {r} | |
| library("LOLA") | |
| dbPath = system.file("extdata", "hg19", package="LOLA") | |
| regionDB = loadRegionDB(dbPath) | |
| locResults = runLOLA(userSet, userUniverse, regionDB, cores=1) | |
| locResults[order(support, decreasing=TRUE),] | |
| writeCombinedEnrichment(locResults, outFolder= "lolaResults"); | |
| ``` |
Author
Yeah, yeah... I was just testing. they should also highlight Rmd files :)
Author
Actually it does work if I include code backticks... see update.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Newlines are missing and name should be
LOLA_example.Rto display properly