Description Usage Arguments Details Author(s)
Various txLoc
accessors.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## S4 method for signature 'txLoc'
show(object)
## S4 method for signature 'txLoc'
GetLoci(object)
## S4 method for signature 'txLoc'
GetId(object)
## S4 method for signature 'txLoc'
GetRef(object)
## S4 method for signature 'txLoc'
GetVersion(object)
## S4 method for signature 'txLoc'
GetNumberOfLoci(object)
## S4 method for signature 'txLoc'
GetRegions(object)
|
object |
A |
show(object)
: Print summary information about the
txLoc
object.
GetLoci(object)
: Get a list
of DataFrame
objects of the loci of the txLoc
object.
GetId(object)
: Get the identifier string of the txLoc
object.
GetRef(object)
: Get the reference genome string of the
txLoc
object.
GetVersion(object)
: Get the version string of a txLoc
object.
GetNumberOfLoci(object)
: Get the number of loci of a
txLoc
object in every transcript section.
GetRegions(objects)
: Character vector of the transcript
regions of a txLoc
object.
Maurits Evers, maurits.evers@anu.edu.au
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.