Description Usage Arguments Details Value References
This function quantifies feature signals for location features using CLIP-seq data. You align CLIP-seq reads to the genome and provide FASeq with the resulting bam files. We will take care of the rest.
1 2 3 4 5 6 7 8 9 10 11 12 | faseqCount(
event,
sampleData,
signal.type = "FPKM",
FUN.aggregate = "mean",
minMQS = 10,
minOverlap = 12,
isPairedEnd = TRUE,
cores = max(1, detectCores() - 2),
verbose = FALSE,
...
)
|
event |
a |
sampleData |
|
signal.type |
|
FUN.aggregate |
|
minMQS, minOverlap, isPairedEnd, ... |
parameters for featureCounts.
|
cores |
|
verbose |
|
If your sequencing platform is Illumina HiSeq 2000, set
strandSpecific = 2
.
a surf
object, with
(1) one column featureSignal
added,
(2) faseqData
slot updated, and
(3) sampleData
slot updated.
https://www.rna-seqblog.com/rpkm-fpkm-and-tpm-clearly-explained/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.