| mirnaContext-class {mirbase.db} | R Documentation |
A class to represent the genomic context of a microRNA
Objects can be created by calls of the form
new("mirnaContext", contextTranscriptID, contextOverlapSense,
contextOverlapType, contextNumber, contextTranscriptSource,
contextTranscriptName).
contextTranscriptID:Object of class "character"
A character string for Transcript identifer overlapping a
microRNA.
contextOverlapSense:Object of class "character"
A character string for the Strand of transcript.
contextOverlapType:Object of class "character"
A character string for the of Type of overlap (exon, intron, 3' or
5' UTR).
contextNumber:Object of class "numeric"
A numeric vector for the Type of overlap number (eg exon 3).
contextTranscriptSource:Object of class "character"
A character string for the Transcript database.
contextTranscriptName:Object of class "character"
A character string for the Transcript Name.
signature(object = "mirnaContext"):
The get method for slot contextTranscriptID.
signature(object = "mirnaContext"):
The get method for slot contextOverlapSense.
signature(object = "mirnaContext"):
The get method for slot contextOverlapType.
signature(object = "mirnaContext"):
The get method for slot contextNumber.
signature(object = "mirnaContext"):
The get method for slot contextTranscriptSource.
signature(object = "mirnaContext"):
The get method for slot contextTranscriptName.
signature(x = "mirnaContext"):
The method for pretty print.