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
genomePartitionList - now allows to set up options for promoter size (was problematic in smaller organisms)
getChromSizesFromFasta - now contains an option to convert to UCSC style
getGeneModelsFromGTF - removed reduce function - was throwing error
calcSignalSummary - indexing with seq(1,3) was giving error -> replaced by c(1,2,3)
genomePartitionList - was not working when 5'UTR and 3'UTR were NULL
ref functions requiring GenomicDistributionsData package were not working - calling data with data() function does not work anymore in GenomicDistributionsData
plotFeatureDist - when GRList is provided as query for calc function, each dataset will be plotted with different color