| add_SRD1bpDS | R Documentation | 
Calculates the start ratio difference 1bp down-stream of group_A minus that of group_B per set of samples in a STORM object.
add_SRD1bpDS(
  STORM,
  group_A,
  group_B,
  newColName = "auto",
  onNucs = c("A", "C", "G", "T"),
  minCov = 50
)
STORM | 
 list. STORM object as output by   | 
group_A | 
 character. Name of group to be compared as found in STORM$META$group  | 
group_B | 
 character. Name of group to be compared as found in STORM$META$group  | 
newColName | 
 character. Name of calculated metric to be stored in STORM$RES, assigned by default based on group_A and group_B  | 
onNucs | 
 character. Nucleotide(s) in which the metric will be calculated  | 
minCov | 
 integer. Minimal coverage in position for metric to be calculated  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.