gpatterns.separate_strands | R Documentation |
Separate a track by strands (for QC purposes)
gpatterns.separate_strands(
track,
description,
out_track = NULL,
intervals = NULL,
minus_suffix = ".minus",
plus_suffix = ".plus",
...
)
track |
name of the track to generate |
description |
description of the track to generate |
out_track |
output track name if NULL |
intervals |
intervals to extract from tidy_cpgs |
minus_suffix |
suffix for the minus strand track |
plus_suffix |
suffix for the plus strand track |
... |
additional parameters for |
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.