View source: R/sleuth_pre_processing.R
ensembl_to_id | R Documentation |
ensembl_transcript_id
's, external_gene_name
's, ensembl_gene_id
's, and the original transcript.idConvert 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
ensembl_to_id(sig_results, entire_gene_name = TRUE)
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. |
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
.
# Convert a data frame of ensemble transcript id's ensemble_to_id(wald_sig_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.