View source: R/context_methylation_functions.r
| GetQuasRprj | R Documentation |
Get QuasRprj
GetQuasRprj(sampleSheet, genome)
sampleSheet |
QuasR pointer file |
genome |
BSgenome |
QuasR project object as returned by QuasR::qAlign function
Qinput = paste0(tempdir(), "/NRF1Pair_Qinput.txt")
library(BSgenome.Mmusculus.UCSC.mm10)
if(file.exists(Qinput)){
QuasRprj = GetQuasRprj(Qinput, BSgenome.Mmusculus.UCSC.mm10)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.