View source: R/processEnsemblAnnotations.R
markLongestGencodeTranscript | R Documentation |
For each gene in a gene metadata data frame, mark the transcript with longes sequence.
markLongestGencodeTranscript(gene_metadata)
gene_metadata |
Data frame with original gene metadata (required columns: ensembl_gene_id, ensembl_transcript_id, transcript_start, transcript_end, strand) |
Original metadata df with longest_start and longest_end columns added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.