View source: R/detect_context_stranded.R
detect_context_stranded | R Documentation |
This function detects NC, TC, WRC, WRCY contexts and returns a vector of -1, 1 and 0 showing the presense and absense of the selected context. -1 and +1 shows the strand that cytosine is on. This function is not optimized for speed.
detect_context_stranded(X, context = "NC")
X |
data.frame with the following columns: POS (numeric) & REF ("A", "C", "G", "T") |
context |
context to be detected, corrently only "NC","TC", "VC","WRC" and "WRCY" (nWRCY = not WRCY )are covered. |
detect_context_stranded(Data,"TC") -> out
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.