View source: R/annotation_shared.R
group_mean_cds_length | R Documentation |
Average the cds length over known transcripts for a single gene.
group_mean_cds_length(
annot,
gene_column = "ensembl_gene_id",
tx_column = "ensembl_transcript_id",
length_column = "cds_length"
)
annot |
Dataframe of annotations. |
gene_column |
Column containing the gene IDs. |
tx_column |
Column containing the transcript IDs. |
length_column |
Column containing the cds lengths. |
The annotations with a new column 'mean_cds_len' at the end.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.