- Added the ability to export all probe reports in GFF format
- Added a pipeline to detect antisense transcription from directional RNA-Seq libraries.
- Added a system which can provide immediate feedback to submitted crash reports if they're ones we've seen before and for which we can offer useful feedback.
- Added a chi-square based contingency test filter which is useful for bisulphite sequencing libraries (and possibly others too).
- Added an ID field to reports for cases where the name of a feature isn't useful or unique
- Added a probe length quantitation option
- Added a probe name filter which allows you to specify a large list of names and selects probes which match any of them
- Added an option to merge all transcripts in the RNA-Seq pipeline to create a single gene level measure of transcription
- Changed the active store parser to a visible stores parse to allow the easy re-import of multiple datasets in a single operation
- Added an option to generate raw counts to the RNA-Seq quantitation pipeline to allow for easy interfacing with tools such as DESeq which require this
- Added a smoothing subtraction quantitation method which can be used to detect sudden local changes in quantitation
- Added the ability to select the order of highlighted probe lists in the scatterplot
Some changes have also been made to address problems in previous versions:
- We fixed a bug which would produce incorrect p-values following multiple testing correction, but only affected p-values which were initially very high (p>~0.3)
- We fixed an unnecessary level of multiple testing correction in the intensity difference filter which meant that some candidates which could have been reported were not. Typically we see around a 10% increase in the number of candidates in the new correction method over the previous version.
- We changed the behaviour of the BAM import filter for paired end data which were mapped with a spliced read mapper. We now show the second read of the pair with the same direction as the first read to indicate the direction of the fragment and preserve the direction in strand specific libraries.
- The "load probes from file" probe generator has been removed. It was never very well supported and its functionality is better performed by importing the data into an annotation track and using the feature probe generator.
- A couple of timing bugs were fixed which prevented the import of extra annotation on some linux installations.
- In HiC analysis we have removed some optimisations in the testing which were leading to unrealistically low p-values for some interactions. We now test against the full set of possible interactions, only making an exception to correct for only cis interactions when all trans interactions have been specifically excluded.
Leave a comment: