View source: R/feature_file_editor.R
UTR_calc | R Documentation |
Function for prediction and annotation of UTRs.
UTR_calc(
major_strand_features,
target_strand,
union_peak_ranges,
min_UTR_length
)
major_strand_features |
A dataframe containing the major features for a particular strand. |
target_strand |
A character string indicating the strand. Supports two valies; '+' and '-'. |
union_peak_ranges |
An IRanges object containing genomic coordinated for all peaks detected on the target strand. |
min_UTR_length |
An integer indicating the minimum UTR length. |
An IRanges object containing coordinates and names of the predicted UTRs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.