Description Usage Arguments Value References See Also
The surf
class is an all-in-one analytic object used in SURF framework.
A surf
object contains results of DrSeq (analysis module 1), FASeq
(analysis module 2), and DASeq (discovery module 1). In addition, it also
contain gene (isoform) parts list, parsing from genome annotation. The gene
parts list is essential for ATR event construction. If the any analysis
module or discovery module is performed, the sample metadata will also be
recorded. Each of the components mentioned above can be accessed through a
function listed below.
1 2 3 4 5 6 7 8 9 10 11 | ## S4 method for signature 'surf'
genePartsList(object)
## S4 method for signature 'surf'
drseqResults(object)
## S4 method for signature 'surf'
faseqResults(object)
## S4 method for signature 'surf'
daseqResults(object)
|
object |
a |
a surf
object.
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.
genePartsList, drseqResults, faseqResults, daseqResults, sampleData.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.