How is this labels argument presented in the resulting Granges object? From what I understand, the rows are the loci in the provided bed file and columns are the calculated values of given regions being binned and stretched if stretchmode is chosen.
In my practice, I don't seem to find the labels in the returned Granges. For example, if I have 2 bw files for the input, can I assume that the first half of the columns belongs to the first file and the second to the second?
How is this
labelsargument presented in the resulting Granges object? From what I understand, the rows are the loci in the provided bed file and columns are the calculated values of given regions being binned and stretched ifstretchmode is chosen.In my practice, I don't seem to find the labels in the returned Granges. For example, if I have 2 bw files for the input, can I assume that the first half of the columns belongs to the first file and the second to the second?