Description Usage Arguments Details Value Examples
loopGenes
determines all gene bodies partially or fully contained
in a loop.
1 2 3 4 5 6 7 |
dlo |
A loops object |
genesGR |
A GRanges object of genes in first mcol. |
Function that annotates all loops. If there are multiple, the function returns a comma separated list. Adds a "loopGenes" column to the rowData slot. If the genesGR is left blank, diffloop will use protein coding genes for human from hg19.
A matrix of comma separated gene names
1 2 3 4 5 | # Determine the genes housed in the loops from our example
genes <- getHumanGenes()
rda<-paste(system.file('rda',package='diffloop'),'loops.small.rda',sep='/')
load(rda)
loops.small <- loopGenes(loops.small,genes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.