View source: R/counts_to_TPM.R
gtf_to_gene_length | R Documentation |
A function to extract 'gene_length' from GTF data frame
gtf_to_gene_length(gtf_df)
gtf_df |
data.frame formatted GTF file. Can be obtained by: gtf <- rtracklayer::import('Homo_sapiens.GRCh38.94.gtf') gtf_df = as.data.frame(gtf) |
feature_lengths in data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.