tx_cutEnds_DT | R Documentation |
This function removes the heading (5'UTR) and trailing (3' UTR) portions of data.tables.
tx_cutEnds_DT(DT, cut_5p = 0, cut_3p = 0)
DT |
data.table. A table as output by the |
cut_5p |
integer Basepairs to me removed from the start of DT for each gene |
cut_3p |
integer Basepairs to me removed from the end of DT for each gene |
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.