Description Objects from the Class Slots Methods Note Author(s) See Also Examples
This class is used to manage information about genomic features under investigation: i.e. genomic genes, SNP or others, with particular focus on the genomic coordinates of each of them. Other additional annotations associated to each element can be stored in a GenomicAnnotations object in the optionalAnnotations slots
Objects can be created by calls of the form new("GenomicAnnotations",
ids, chr, start, end, strand, chromosomesNumbers, chromosomesLabels,
optionalAnnotations, optionalAnnotationsHeaders)
.
ids
:Object of class "character"
~~
chr
:Object of class "integer"
~~
start
:Object of class "integer"
~~
end
:Object of class "integer"
~~
strand
:Object of class "numeric"
~~
chromosomesNumbers
:Object of class "numeric"
~~
chromosomesLabels
:Object of class "character"
~~
optionalAnnotations
:Object of class "matrix"
~~
optionalAnnotationsHeaders
:Object of class "character"
~~
signature(.Object = "GenomicAnnotations")
: extracts annotations as a dataframe with probeids as rownames
signature(.Object = "GenomicAnnotations")
: generate a new GenomicAnnotationsForPREDA object from a GenomicAnnotations object
signature(.Object = "GenomicAnnotations")
: extract from the GenomicAnnotations object a vector containing a vector with reference positions
signature(.Object = "GenomicAnnotations")
: extract optional annotations for a specific region
signature(.Object = "GenomicAnnotations")
: filter annotations to remove selected chromosomes
signature(.Object = "GenomicAnnotations")
: filter annotations to keep selected chromosomes
signature(.Object = "GenomicAnnotations")
: sort annotations according to selected chromosomes and to remove genes containing any NA annotation field
signature(.Object1 = "GenomicRegions", .Object2 = "GenomicAnnotations")
: extract annotations from a GenomicAnnotations object for a set of regions specified as a GenomicRegions object
signature(.Object = "GenomicAnnotations")
: initialize method for GenomicAnnotations objects
This class is better described in the package vignette
Francesco Ferrari
GenomicAnnotations2dataframe
, GenomicAnnotations2GenomicAnnotationsForPREDA
,
GenomicAnnotations2reference_positions
,GenomicAnnotationsExtract
,
GenomicAnnotationsFilter_neg
,GenomicAnnotationsFilter_pos
,
GenomicAnnotationsSortAndCleanNA
,GenomicRegionsAnnotate
,
1 | showClass("GenomicAnnotations")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.