View source: R/17.polish_CPs.R
polish_CPs | R Documentation |
remove the multiple positions of CP sites for the same 3' UTRs and only keep the best CP sites for proximal and distal.
polish_CPs(CPs, output.all, DIST2END = 200)
CPs |
output of |
output.all |
A logical(1), indicating whether to output entries with only single CP site for a 3' UTR. |
DIST2END |
An integer(1) vector, specifying minimal length difference between proximal and distal APA sites which should be met to be considered for outputted if output.all is set to TRUE. Default is 200 bp. |
a data.frame with columns: "fit_value", "Predicted_Proximal_APA", "Predicted_Distal_APA", "utr3start", "utr3end", "Predicted_Distal_APA_type"
Jianhong Ou
adjust_proximalCPs()
, adjust_proximalCPsByPWM()
,
adjust_proximalCPsByNBC()
, get_PAscore2()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.