tx_shift_geneWise | R Documentation |
Shift column in txDT
tx_shift_geneWise(DT, colToShift, direction, bp, nCores = 1)
DT |
data.table. A table as output by the |
colToShift |
character. Name of column to be shifted |
direction |
character. Direction of shift, either 'downstream' or 'upstream'. |
bp |
integer. Number of nucleotides to shift data to |
nCores |
integer. Number of cores to run the function with. Multicore capability not available in Windows OS. |
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.