Description Usage Arguments Value References
Perform the functional association analysis (DASeq) in a single command. This function is a wrapper that calls the necessary functions in order for DASeq.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | faseq(
event,
sampleData,
signal.type = "FPKM",
FUN.aggregate = "mean",
minMQS = 10,
minOverlap = 12,
isPairedEnd = TRUE,
cores = max(1, detectCores() - 2),
...,
min.size = 100,
trim = 0.025,
fdr.cutoff = 0.05,
signal.cutoff = 20,
verbose = FALSE
)
|
event |
a |
sampleData |
|
signal.type |
|
FUN.aggregate |
|
minMQS |
parameters for featureCounts.
|
minOverlap |
parameters for featureCounts.
|
isPairedEnd |
parameters for featureCounts.
|
cores |
|
... |
parameters for Rsubread::featureCounts. |
min.size |
|
trim |
|
fdr.cutoff |
|
signal.cutoff |
|
verbose |
|
a surf
object DASeq results updated.
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.