get.biotypes {metaseqR}R Documentation

Biotype converter

Description

Returns biotypes as character vector. Internal use.

Usage

    get.biotypes(a)

Arguments

a

the annotation data frame (output of get.annotation).

Value

A character vector of biotypes.

Author(s)

Panagiotis Moulos

Examples


hg18.genes <- get.annotation("hg18","gene")
hg18.bt <- get.biotypes(hg18.genes)


[Package metaseqR version 1.24.0 Index]