Description Objects from the Class Slots Note Author(s) Examples
A storage class representing gene locus definitions and their corresponding metadata.
Objects can be created by calls of the form new("LocusDefinition").
These objects are used internally by the chipenrich package and users will not likely need to create these.
dframe:Object of class "data.frame". Each row represents a locus for a particular geneid.
granges:Object of class "GenomicRanges". Locus definitions stored as a GenomicRanges object.
genome.build:Object of class "character". Genome build these definitions were generated from.
organism:Object of class "character". Organism code.
Not typically accessed by the user - this is used internally by the chipenrich package.
Ryan Welch welchr@umich.edu
1 2 3 4 5 6 | # Show info about the class.
showClass("LocusDefinition");
# Example of what a locus definition object looks like.
data(locusdef.mm9.nearest_tss)
lapply(attributes(locusdef.mm9.nearest_tss), head)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.