Description Usage Arguments Value See Also Examples
Using the gtf table in the genome database contained in a FootprintFinder object, get the list of different types of biological units (biotypes) contained in the table.
1 2 | ## S4 method for signature 'FootprintFinder'
getGtfGeneBioTypes(obj)
|
obj |
An object of class FootprintFinder |
A sorted list of the types of biological units contained in the gtf table of the genome database.
Other FootprintFinder methods:
FootprintFinder-class
,
closeDatabaseConnections,FootprintFinder-method
,
getChromLoc,FootprintFinder-method
,
getFootprintsForGene,FootprintFinder-method
,
getFootprintsInRegion,FootprintFinder-method
,
getGenePromoterRegion,FootprintFinder-method
,
getGtfMoleculeTypes,FootprintFinder-method
,
getPromoterRegionsAllGenes,FootprintFinder-method
1 2 3 4 5 6 | db.address <- system.file(package="trena", "extdata")
genome.db.uri <- paste("sqlite:/",db.address,"mef2c.neighborhood.hg38.gtfAnnotation.db", sep = "/")
project.db.uri <- paste("sqlite:/",db.address,"mef2c.neigborhood.hg38.footprints.db", sep = "/")
fp <- FootprintFinder(genome.db.uri, project.db.uri)
biotypes <- getGtfGeneBioTypes(fp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.