bt.shift | R Documentation |
Shift each feature by requested number of base pairs.
bt.shift(
i,
g,
s = NULL,
p = NULL,
m = NULL,
pct = NULL,
header = NULL,
output = NULL
)
i |
<bed/gff/vcf> |
g |
<genome> |
s |
Shift the BED/GFF/VCF entry -s base pairs. - (Integer) or (Float, e.g. 0.1) if used with -pct. |
p |
Shift features on the + strand by -p base pairs. - (Integer) or (Float, e.g. 0.1) if used with -pct. |
m |
Shift features on the - strand by -m base pairs. - (Integer) or (Float, e.g. 0.1) if used with -pct. |
pct |
Define -s, -m and -p as a fraction of the feature's length. E.g. if used on a 1000bp feature, -s 0.50, will shift the feature 500 bp "upstream". Default = false. |
header |
Print the header from the input file prior to results. |
output |
Output filepath instead of returning output in R. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.