Learn R Programming

metaseqR (version 1.12.2)

get.biotypes: 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.

Examples

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

Run the code above in your browser using DataLab