-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathNEWS
More file actions
124 lines (103 loc) · 4.88 KB
/
NEWS
File metadata and controls
124 lines (103 loc) · 4.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
CHANGES IN VERSION 2.6.1
-------------------------
o Internal: use moved makeTxDbFromGFF function from txdbmaker instead from GenomicFeatures.
CHANGES IN VERSION 2.4.6
-------------------------
o Fixing a bug in the annotation, where we miss the annotation for junction,
where we do not have any splice site available at the time of annotation.
Thanks to @AtaJadidAhari
CHANGES IN VERSION 2.4.5
-------------------------
o We fixed a bug affecting unstranded paired-end data. We were counting read
fragments instead of read pairs. The counted split reads with the fixed
method are, on average, lower by around 20%. If you have such data, please
rerun your entire analysis from the start (make sure you have recount=TRUE).
CHANGES IN VERSION 2.4.4
-------------------------
o Bugfix: reading fragments instead of read pairs for unstranded paired-end data.
If you have such kind of data, please rerun the whole analysis from the start (make sure you have recount=TRUE).
CHANGES IN VERSION 2.4.3
-------------------------
o Fix bug in cache
CHANGES IN VERSION 2.4.2
-------------------------
o Add Optimal Hard Thresholding to determine optimal encoding dimension #69
o Add singular value plot for optimal encoding dimension
o Add updateSeqlevelsStyle to change seqlevels without internet connection
CHANGES IN VERSION 1.99.4
-------------------------
o Bugfix for strand specificity of samples in counting
CHANGES IN VERSION 1.99.3
-------------------------
o Bugfix for contig names containing certain characters
o Update of the plot functions to support coloring aberrant status based
on p values computed on subsets of genes
o Major update to FRASER2:
o Introduction of new & more robust splice metric Intron Jaccard Index
o Only Intron Jaccard Index metric used by default
o Improved gene level pvalue calculation and internal storage
o Introduction of option to limit FDR correction to user-defined
subsets of genes per sample (e.g. OMIM genes with rare variant)
o Updated internal pseudocount parameter and default delta Jaccard
cutoff
o Junction filtering adapted to usage of Intron Jaccard Index metric
o Require min expression of N >= 10 in 25% of the samples
o Results table:
o Functionality to flag outliers in blacklist regions of the genome
o Functionality to annotate the predicted type of aberrantSplicing
(e.g. exon skipping, intron retention etc.)
o Several updates in the plotting functions
o introduction of manhattan plot functionality
o possibility to create sashimi plots to visualize read coverage in
the bam files for outliers
CHANGES IN VERSION 1.8.1
-------------------------
o Bugfix in merging splicing counts (#41)
CHANGES IN VERSION 1.6.1
-------------------------
o Fixing quantile filtering defaults (#28)
o Require min expression in 5% instead of 95% of the samples
o Require min expression on both sides of the junction
o Align FRASER package with DROP pipeline (#24)
o Move temp directory from tempdir() to working directory getwd() (#35)
o Improve visualizations and Improve documentation
o Improve internal object validation
o Minor bugfixes (eg. #37)
CHANGES IN VERSION 1.2.1
o Add merging of external counts
o Add publication
o Minor bugfixes
CHANGES IN VERSION 1.1.6
-------------------------
o Use proper S3/S4 methods to share functions between packages
o Minor API changes due to S3/S4 changes (e.g fds -> object)
o Switch from psiSite to theta
o Improved documentation
o Minor bugfixes
CHANGES IN VERSION 1.1.3
-------------------------
o Update and adjust injectOutlier and hyperParameter functions
o Option to compute z scores in logit space or not
o Add cap value [0.01,0.99] to logit function
o Use pairedEnd counting with Rsubread
o Correct assayName pajd -> padj
o Minor bugfixes
CHANGES IN VERSION 1.1.2
-------------------------
o Option to consider only the standard chromosomes in the counting
o Option to include additional columns from mcols(fds) in the result table
o Annotation of junctions with corresponding gene names/ids now produces
an additional column in mcols(fds) that contains further gene names/ids
if the junction overlaps with multiple genes
o Minor bugfixes
CHANGES IN VERSION 1.1.1
-------------------------
o Bugfix correcting the strand specific counting for paired-end reads
CHANGES IN VERSION 0.99.1
-------------------------
o Introduction of the shinyApp
CHANGES IN VERSION 0.99.0
-------------------------
o This is the initial setup of the FRASER package.
o Use SummarizedExperiment as superclass
o Integrate package into the Bioconductor infrastructure