-
Notifications
You must be signed in to change notification settings - Fork 0
Description
STARE can handle activity measures in order to improve its affinity calculations. The type of measure is not really important. In order to make use of this, we can implement an optional input for condition-specific signal inputs and then query the signal values based on the STARE input regions.
Currently we can take every kind of bed file as input, since only the first 3 columns are relevant. In this sense, also narrowPeak and broadPeak files are bed-like files. We also could provide the user with the option to select one column of the input peak files as signal values. Problem with this approach is, that the signal is not continous and we potentially need signal values for regions with no matching peak. We could kind of take the average of neighbouring peaks in this case, but I do not think this makes sense biologically.