Description Usage Arguments Value References
Detect differential activity using the AUC measure and RNA-seq
quantification. For more details about methodology, see Details.
This function can be used as part of SURF or as well a stand-along analysis.
For the former, input a surf
object to event
.
For the latter, input targetSets
and optionally controlSets
.
1 2 3 4 5 6 7 8 9 10 11 12 | daseq(
event = NULL,
rankings,
sampleData,
target.type = "transcript",
targetSets = NULL,
controlSets = NULL,
n.sample = 1000,
cores = max(1, detectCores() - 2),
verbose = FALSE,
...
)
|
event |
a |
rankings |
a |
sampleData |
|
target.type |
|
targetSets |
a named |
controlSets |
a named |
n.sample |
|
cores |
|
verbose |
|
... |
additional parameters for AUCell::AUCell_calcAUC. |
a daseqResults
object if targetSets
was given,
or a surf
object if event
was give.
Chen, F., & Keles, S. (2020). SURF: integrative analysis of a compendium of RNA-seq and CLIP-seq datasets highlights complex governing of alternative transcriptional regulation by RNA-binding proteins. Genome Biology, 21(1), 1-23.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.