You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick question:
The distance bins used by plotDistToTSS() seem to be hard-coded into lines 52-55 of plotDistToTSS.R. Would it be possible to turn them into function parameters?
## assign Feature according to the distancetoFeature
peakDist$Feature <- NA
limit <- c(0, 1000, 3000, 5000, 10000, 100000)
lbs <- c("0-1kb", "1-3kb", "3-5kb", "5-10kb", "10-100kb", ">100kb")
For species with small genomes (e.g. Fruit flies, yeast, C.elegans) these are huge distances and being able to customise them would be fantastic.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Great tool, thanks a lot!
Quick question:
The distance bins used by
plotDistToTSS()
seem to be hard-coded into lines 52-55 ofplotDistToTSS.R
. Would it be possible to turn them into function parameters?For species with small genomes (e.g. Fruit flies, yeast, C.elegans) these are huge distances and being able to customise them would be fantastic.
Thanks a lot!
The text was updated successfully, but these errors were encountered: