getGtfMoleculeTypes: Get the List of Molecule Types

Description Usage Arguments Value See Also Examples

Description

Using the gtf table in the genome database contained in a FootprintFinder object, get the list of different types of molecules contained in the table.

Usage

1
2
## S4 method for signature 'FootprintFinder'
getGtfMoleculeTypes(obj)

Arguments

obj

An object of class FootprintFinder

Value

A sorted list of the types of molecules contained in the gtf table of the genome database.

See Also

Other FootprintFinder methods: FootprintFinder-class, closeDatabaseConnections,FootprintFinder-method, getChromLoc,FootprintFinder-method, getFootprintsForGene,FootprintFinder-method, getFootprintsInRegion,FootprintFinder-method, getGenePromoterRegion,FootprintFinder-method, getGtfGeneBioTypes,FootprintFinder-method, getPromoterRegionsAllGenes,FootprintFinder-method

Examples

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)

mol.types <- getGtfMoleculeTypes(fp)

PriceLab/trena-until-01mar2018 documentation built on May 25, 2019, 1:22 p.m.