@@ -1064,7 +1064,7 @@ NEW FEATURES
1064
1064
allows downstream packages to re-use the search indices in
1065
1065
their own C++ code.
1066
1066
1067
- - Parallelization is now performed using the standard < thread >
1067
+ - Parallelization is now performed using the standard &# 60 ; thread&# 62 ;
1068
1068
library. This avoids the overhead of forking or starting new
1069
1069
processes via BiocParallel.
1070
1070
@@ -1139,35 +1139,35 @@ NEW FEATURES
1139
1139
Extra arguments passed thru the ellipsis are forwarded to the
1140
1140
internal
1141
1141
calls to matchPattern().
1142
- [ by Aidan Lakshman
< [email protected] > ]
1142
+ &# 91 ; by Aidan Lakshman
&# 60 ; [email protected] &# 62 ;&# 93 ;
1143
1143
1144
1144
SIGNIFICANT USER-VISIBLE CHANGES
1145
1145
1146
1146
- Undeprecate longestConsecutive().
1147
1147
1148
1148
- A warning in translate() has been elevated to an error because
1149
1149
AA_ALPHABET is now enforced.
1150
- [ by Aidan Lakshman
< [email protected] > ]
1150
+ &# 91 ; by Aidan Lakshman
&# 60 ; [email protected] &# 62 ;&# 93 ;
1151
1151
1152
1152
- man/XStringSetList-class.Rd previously said that "DNAStringSetList
1153
1153
and
1154
1154
AAStringSetList are the only constructors", but the current version
1155
1155
of
1156
1156
Biostrings includes BStringSetList and RNAStringSetList constructors.
1157
1157
This has been updated.
1158
- [ by Aidan Lakshman
< [email protected] > ]
1158
+ &# 91 ; by Aidan Lakshman
&# 60 ; [email protected] &# 62 ;&# 93 ;
1159
1159
1160
1160
BUG FIXES
1161
1161
1162
1162
- replaceAmbiguities() now checks to ensure input is DNA or RNA. This
1163
1163
previously caused some odd behavior with AA input.
1164
- [ by Aidan Lakshman
< [email protected] > ]
1164
+ &# 91 ; by Aidan Lakshman
&# 60 ; [email protected] &# 62 ;&# 93 ;
1165
1165
1166
1166
- Fix bug in consensusMatrix() when input has length zero.
1167
- [ by Aidan Lakshman
< [email protected] > ]
1167
+ &# 91 ; by Aidan Lakshman
&# 60 ; [email protected] &# 62 ;&# 93 ;
1168
1168
1169
1169
- Get rid of spurious warning in readQualityScaledDNAStringSet().
1170
- [ by Aidan Lakshman
< [email protected] > ]
1170
+ &# 91 ; by Aidan Lakshman
&# 60 ; [email protected] &# 62 ;&# 93 ;
1171
1171
1172
1172
[ bluster] ( /packages/bluster )
1173
1173
-------
@@ -2932,7 +2932,7 @@ represented by distance scores.
2932
2932
2933
2933
- Renamed the goSimilarity() function to goDistance() to better
2934
2934
indicated that this is a distance rather than a similarity score.
2935
- Also scaled all scores to the [ 0, 1] interval.
2935
+ Also scaled all scores to the &# 91 ; 0, 1&# 93 ; interval.
2936
2936
2937
2937
- Fixed the normalization function in the getKappaDistanceMatrix()
2938
2938
function.
@@ -3843,23 +3843,23 @@ BUG FIXES
3843
3843
3844
3844
Changes in version 1.15.10
3845
3845
3846
- - [ Major] Name of the two arguments for lefser function is changed
3846
+ - &# 91 ; Major&# 93 ; Name of the two arguments for lefser function is changed
3847
3847
from groupCol and blockCol to classCol and subclassCol,
3848
3848
respectively.
3849
- - [ Major] Defunct expr argument in lefser
3850
- - [ New function] lefserPlotFeat plots the histogram of relative
3849
+ - &# 91 ; Major&# 93 ; Defunct expr argument in lefser
3850
+ - &# 91 ; New function&# 93 ; lefserPlotFeat plots the histogram of relative
3851
3851
abundance (in the (0,1) interval) of the selected features
3852
- - [ New function] lefserPlotClad draws the cladogram of the
3852
+ - &# 91 ; New function&# 93 ; lefserPlotClad draws the cladogram of the
3853
3853
significantly more abundant taxa and their LDA scores
3854
- - [ New function] lefserClades runs the lefser, returning additional
3854
+ - &# 91 ; New function&# 93 ; lefserClades runs the lefser, returning additional
3855
3855
information (e.g., agglomerates the features abundance at different
3856
3856
taxonomic ranks) required for lefserPlotClad.
3857
- - [ New feature] Visualization functions are using a color-blind
3857
+ - &# 91 ; New feature&# 93 ; Visualization functions are using a color-blind
3858
3858
friendly color palette by default.
3859
3859
3860
3860
Changes in version 1.15.7
3861
3861
3862
- - [ Major algorithm update] We remove the step (createUniqueValues) in
3862
+ - &# 91 ; Major algorithm update&# 93 ; We remove the step (createUniqueValues) in
3863
3863
the lefser function, which used to add small random numbers to make
3864
3864
all the values unique. Potential issues (e.g., LDA) due to excess 0s
3865
3865
should be managed by filtering out low abundant features from the
@@ -3869,9 +3869,9 @@ input.
3869
3869
3870
3870
- The column names of lefser output is changed to c("features",
3871
3871
"scores") from c("Names", "scores")
3872
- - [ New feature] The get_terminal_nodes function to select only the
3872
+ - &# 91 ; New feature&# 93 ; The get_terminal_nodes function to select only the
3873
3873
terminal nodes of the hierarchical features (e.g., taxonomic data).
3874
- - [ Major algorithm update] Add an option for adjusting the first
3874
+ - &# 91 ; Major algorithm update&# 93 ; Add an option for adjusting the first
3875
3875
Kruskal-Wallis Rank Sum Test and Wilcoxon-Rank Sum test for multiple
3876
3876
hypothesis testing through the new argument method in the lefser
3877
3877
function.
@@ -4858,7 +4858,7 @@ New features
4858
4858
- added J Gilis, D Risso, L Clement as authors
4859
4859
4860
4860
- differential detection with 'pbDS(..., method="DD")' or 'pbDD()'
4861
- & stagewise testing [ Gilis et al.] , plus corresponding vignette
4861
+ & stagewise testing &# 91 ; Gilis et al.&# 93 ; , plus corresponding vignette
4862
4862
4863
4863
- replace 'aes_string()' in 'ggplot()' by '.data$.' from 'rlang'
4864
4864
@@ -6183,7 +6183,7 @@ it.
6183
6183
6184
6184
NEW FEATURES
6185
6185
6186
- - Linear subsetting of a SVT_SparseArray object e.g. svt[ 11:13] .
6186
+ - Linear subsetting of a SVT_SparseArray object e.g. svt&# 91 ; 11:13&# 93 ; .
6187
6187
6188
6188
- Add the 'dim' and 'dimnames' arguments to SVT_SparseArray()
6189
6189
constructor
@@ -6221,7 +6221,7 @@ NEW FEATURES
6221
6221
6222
6222
- Add pmin() and pmax() methods for SparseArray objects.
6223
6223
6224
- - aperm(< SVT_SparseArray> ) now supports S4Arrays::aperm2() extended
6224
+ - aperm(&# 60 ; SVT_SparseArray&# 62 ; ) now supports S4Arrays::aperm2() extended
6225
6225
semantic. See '?S4Arrays::aperm2' for details.
6226
6226
6227
6227
- Add 'dimnames' argument to randomSparseArray(), poissonSparseArray(),
@@ -6276,13 +6276,13 @@ BUG FIXES
6276
6276
- Fix integer overflow in nzwhich() methods for CsparseMatrix and
6277
6277
RsparseMatrix objects when the object has a length >= 2^31.
6278
6278
6279
- - Fix bug in coercion from COO_SparseMatrix to [ d|l] gCMatrix or
6280
- [ d|l] gRMatrix when the 'nzcoo' slot of the COO_SparseMatrix object
6279
+ - Fix bug in coercion from COO_SparseMatrix to &# 91 ; d|l&# 93 ; gCMatrix or
6280
+ &# 91 ; d|l&# 93 ; gRMatrix when the 'nzcoo' slot of the COO_SparseMatrix object
6281
6281
contains duplicates.
6282
6282
6283
6283
- Make sure that coercion from CsparseMatrix to SVT_SparseMatrix works
6284
- on any [ d|l|n] gCMatrix ** derivative** and not just on a
6285
- [ d|l|n] gCMatrix
6284
+ on any &# 91 ; d|l|n&# 93 ; gCMatrix ** derivative** and not just on a
6285
+ &# 91 ; d|l|n&# 93 ; gCMatrix
6286
6286
** instance** .
6287
6287
6288
6288
[ sparseMatrixStats] ( /packages/sparseMatrixStats )
0 commit comments