Learn R Programming

⚠️There's a newer version (1.24.4) of this package.Take me there.

GenomicFeatures (version 1.18.7)

Tools for making and manipulating transcript centric annotations

Description

A set of tools and methods for making and manipulating transcript centric annotations. With these tools the user can easily download the genomic locations of the transcripts, exons and cds of a given organism, from either the UCSC Genome Browser or a BioMart database (more sources will be supported in the future). This information is then stored in a local database that keeps track of the relationship between transcripts, exons, cds and genes. Flexible methods are provided for extracting the desired features in a convenient format.

Copy Link

Version

Version

1.18.7

License

Artistic-2.0

Maintainer

Bioconductor Package Maintainer

Last Published

February 15th, 2017

Functions in GenomicFeatures (1.18.7)

getPromoterSeq

Get gene promoter sequences
id2name

Map internal ids to external names for a given feature type
TxDb-class

TxDb objects
FeatureDb-class

FeatureDb objects
features

Extract simple features from a FeatureDb object
makeTranscriptDbFromUCSC

Make a TxDb object from annotations available at the UCSC Genome Browser
makeTxDbPackage

Making a TxDb package from annotations available at the UCSC Genome Browser, biomaRt or from another source.
transcriptLocs2refLocs

Converting transcript-based locations into reference-based locations
transcripts

Extract genomic features from an object
transcriptsBy

Extract and group genomic features of a given type
transcriptsByOverlaps

Extract genomic features from an object based on their by genomic location
extractTranscriptsFromGenome

Various DEFUNCT tools for extracting transcript sequences
extractUpstreamSeqs

Extract sequences upstream of a set of genes or transcripts
makeFeatureDbFromUCSC

Making a FeatureDb object from annotations available at the UCSC Genome Browser
makeTranscriptDb

Making a TxDb object from user supplied annotations
as-format-methods

Coerce to file format structures
DEFAULT_CIRC_SEQS

character vector: strings that are usually circular chromosomes
makeTranscriptDbFromBiomart

Make a TxDb object from annotations available on a BioMart database
makeTranscriptDbFromGFF

Make a TxDb object from annotations available as a GFF3 or GTF file
GenomicFeatures-deprecated

Deprecated Functions in package GenomicFeatures
extractTranscriptSeqs

Extract transcript sequences from chromosomes
nearest-methods

Finding the nearest genomic range neighbor in a TxDb
select-methods

Using the "select" interface on TxDb objects