Description Usage Arguments Details Value Author(s) Examples
Creates an instance of S4 class SGFeatures
for storing
splice graph features.
1 2 3 4 |
x |
|
type |
Character vector or factor taking value |
splice5p |
Logical vector indicating a mandatory splice at the 5' end of an exon bin (determining whether reads extending across the 5' boundary must be spliced to be considered compatible) |
splice3p |
Logical vector indicating a mandatory splice at the 3' end of an exon bin (determining whether reads extending across the 3' boundary must be spliced to be considered compatible) |
featureID |
Integer vector of feature IDs |
geneID |
Integer vector of gene IDs |
txName |
|
geneName |
|
SGFeatures
extends GRanges
with column slot type
specifying feature type. type
is a factor with levels
J
(splice junction), E
(exon bin),
D
(splice donor), A
(splice acceptor).
splice5p
and splice3p
are logical vectors indicating
mandatory splices at the 5' and 3' end of an exon bin, respectively.
These are used to determine whether reads extending across the
5' and 3' boundaries of an exon bin must be spliced at the boundary
to be considered compatible with the exon bin.
featureID
and geneID
are integer vectors representing
unique identifiers for features and genes (connected components in
the splice graph).
txName
and geneName
are CharacterLists storing
transcript and gene annotation, respectively.
SGFeatures
object
Leonard Goldstein
1 | sgf <- SGFeatures()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.