Description Usage Arguments Details Value Examples
quickAssoc
takes a loops object and performs a basic
edgeR
association on the counts matrix and groups from colData
1 2 3 4 | quickAssoc(y)
## S4 method for signature 'loops'
quickAssoc(y)
|
y |
A loops object for association |
This function returns the output of fitting an edgeR model using
the groups defined in colData
for the specific loops
object. The factor normalization is based on the edgeR
model.
For quick association, the number of groups is restricted to two. If
a more complex group structure exists, consider using the loopAssoc
function.
A loops object
1 2 3 4 5 | # Differential loop calling between naive and primed
rda<-paste(system.file('rda',package='diffloop'),'loops.small.rda',sep='/')
load(rda)
np <- loops.small[,1:4]
assoc_np <- quickAssoc(np)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.