Description Usage Arguments Value See Also Examples
gene2Tx
takes a gene list and returns a list of transcripts with the
longest or median length feature of interest.
1 | gene2Tx(length_df, gene_list, seq_type)
|
length_df |
A data frame. Created by |
gene_list |
A character list. Must contain Ensembl gene IDs and be compatible with the gff (the same species). |
seq_type |
One of "whole", "CDS", "5pUTR", or "3pUTR". |
gene2Tx
returns a character list of Ensembl transcript IDs
associated with the length and sequence type of interest.
filter_Tx
, make_longest_df
,
make_median_df
1 2 3 4 | hs_filtered_TxDb <- filter_Tx("mydata/Gencodedat/gencode.v33.annotation.gff3.gz")
longest_hs <- make_longest_df(hs_filtered_TxDb)
hs_gene <- c("ENSG00000000419.12", "ENSG00000001167.14", "ENSG00000000938.13")
hs_tx <- gene2Tx(longest_hs, hs_gene, "UTR3")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.