- Version up.
-
runDegCre
now accepts"qvalue"
as an input topAdjMethod
which is now the default. Our testing shows that this method improves the performance of DegCre predictions. The qvalue calculation does not require the user to specify aalphaVal
. -
Added new function
collapseDegCreToGene
which converts DegCre results for gene with multiple TSSs to use only the association that spans the shortest distance. -
Added new function
calcAssocProbOR
that calculates the odds-ratio for DegCre association probabilities. This function can operate onassocProb
orrawAssocProb
values by altering thetype
flag. It is meant to replacecalcRawAssocProbOR
. -
Added new function
convDegCreResListToCreGeneScoreGR
that converts DegCre results to a simplifiedGRanges
with the predicted gene and score as metadata.
- Streamlined
runDegCre
code to use more subfunctions.
- Changed the internal function
makePlotGInter
to return a sortedGInteractions
to avoid inconsistent returns.
- Changed citation to Genome Research article
- Added parameter
minNDegs
tooptimizeAlphaDegCre
to stop it from tryingtestedAlphaVals
that result in the number of passing DEGs to be too low for the optimization algorithm to function properly.
- Added utils to DESCRIPTION
-
Updated to use R 4.4.0
-
Added importFrom for grDevices and utils
-
Fixed typos in help files
- Added imported packages to DESCRIPTION
-
Numerous code style changes made to comply with Bioconductor standards.
-
Updated to run require R 4.3.3
-
Vignette style changed to Bioconductor
-
Selective imports implemented
- Fixed one more bad href in help files.
- Fixed bad hrefs in help files.
- Fixed example for runDegCre.
- Fixed test functions to subset GRanges.
- Fixed runnable examples to load GenomicRanges.
- Changed test functions to run on chr1 only for efficiency.
- Changed examples to run on chr1 for computational efficiency.
- Fixed F to FALSE in example
- Set all non-exported functions to not run examples.
- Fixed vignette code.
getAssocDistHits
is now exported.
- Fixed calcAUC.Rd to not run example.
- Fixed
calcBinomFDRperBin
to give FDR = 1 for 0 assocProbs in top 10 CRE p-values.
- Added missing unit test for
optimizeAlphaDegCre
- Added unit tests for most functions.
- Fixed row names in
plotDegCreAssocProbVsDist
- Changed left margin handling and arched plot color bar placement in
plotBrowserDegCre
- Added internal keyword to un-exported functions.
- Added a
NEWS
file to track changes. - Made numerous style changes to code in preparation for Bioconductor submission.