Closed crazyhottommy closed 8 years ago
Hi Ming,
Hope it is not too late. I finally have time to work on this package. As you suggest, now upstream and/or downstream can be excluded now by setting extend = 0
or target_ratio = 1
.
Never too late! thanks!
Ming
Hi,
I was wondering if there is a way to specify extend =0 , and only plot the genebody profile. every gene is with different length, so I know the bin was calculated with percentage of each gene length. The following will give me error.
The reason is that I want actually use the whole chromosome arm as target. and extending will exceed the chromosome length. I want to use
normalizeToMatrix
to calculate the sum of my signal in windows binned as % of the chromosome arm length.I know I can probably get around by changing your source code a bit, but you know better than me:)
Thanks, Ming