get.exon.attributes {metaseqR}R Documentation

Annotation downloader helper

Description

Returns a vector of genomic annotation attributes which are used by the biomaRt package in order to fetch the exon annotation for each organism. It has no parameters. Internal use.

Usage

    get.exon.attributes(org)

Arguments

org

one of the supported organisms.

Value

A character vector of Ensembl exon attributes.

Author(s)

Panagiotis Moulos

Examples

exon.attr <- get.exon.attributes("mm9")

[Package metaseqR version 1.26.0 Index]