Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


chicane (version 0.1.8)

add.fragment.coordinates: add.fragment.coordinates

Description

Expand target and bait IDs of the form chrN:start-end to separate coordinate columns in the data table

Usage

add.fragment.coordinates(id.data)

Arguments

id.data

data table containing columns target.id and/or bait.id to be expanded

Value

Data table with added coordinate columns for target and bait (as applicable).

Examples

Run this code
# NOT RUN {
data(bre80);
add.fragment.coordinates(bre80[, .(bait.id, target.id)]);

# }

Run the code above in your browser using DataLab