get.gene.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 gene annotation for each organism. It has no parameters. Internal use.

Usage

    get.gene.attributes(org)

Arguments

org

one of the supported organisms.

Value

A character vector of Ensembl gene attributes.

Author(s)

Panagiotis Moulos

Examples

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

[Package metaseqR version 1.24.0 Index]