ensembl_to_id: Convert a given list of ensemble transcript id's into...

View source: R/sleuth_pre_processing.R

ensembl_to_idR Documentation

Convert a given list of ensemble transcript id's into ensembl_transcript_id's, external_gene_name's, ensembl_gene_id's, and the original transcript.id

Description

Convert a given list of ensemble transcript id's into ensembl_transcript_id's, external_gene_name's, ensembl_gene_id's, and the original transcript.id

Usage

ensembl_to_id(sig_results, entire_gene_name = TRUE)

Arguments

sig_results

A data frame or list containing ensemble transcript id's

entire_gene_name

Set to FALSE if the non-abbreviated gene name is required. Default value is TRUE.

Value

Converts the original data frame or list into a data frame with columns corresponding to external_gene_name's, description's, and the original ensembl_transcript_id_version.

Examples

# Convert a data frame of ensemble transcript id's
ensemble_to_id(wald_sig_results)

nodrogluap/gumshoe documentation built on Feb. 28, 2023, 6:15 p.m.