tx_get_flanksFromLogicAnnot | R Documentation |
Get the data from positions marked with TRUE in a logical variable as the center and the values in its vicinity, delimited by a flank size. Useful to aggregate data surrounding specific sites as motif locations.
tx_get_flanksFromLogicAnnot(
DT,
logi_col,
values_col,
upFlank,
doFlank,
addRowNames = TRUE
)
DT |
data.table. A table as output by the |
logi_col |
character. Name of column of logical class, which indicates queried sites |
values_col |
character |
upFlank |
numeric. Up-stream flank length |
doFlank |
numeric. Down-stream flank length |
addRowNames |
logical. Set to TRUE to add rownames in format "gene:txcoor". Default is FALSE. |
matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.