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
Copy file name to clipboardExpand all lines: NEWS.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,22 @@
1
+
# scRepertoire VERSION 2.0.4
2
+
3
+
## UNDERLYING CHANGES
4
+
*```getCirclize()``` refactored to prevent assumptions and added **include.self** argument
5
+
* Added ```.count.clones()``` internal function for ```getCirclize()``` and ```clonalNetwork()```
6
+
* Added **order.by** parameter to visualizations to specifically call order of plotting using a vector or can use "alphanumeric" to plot things in order
7
+
* Fix issue with ```clonalLength()``` and NA handling
8
+
*```clonalCompare()``` now retains the original clonal info if using **relabel.clones**
9
+
* Add Dandelion support in to ```loadContigs()``` and testthat
10
+
* Fixed issue with ```positionalProperty()``` assumption that the clones will all have 20 amino acids.
11
+
* Fixed IGH/K/L mistaking gene issue in ```vizGenes()```
12
+
13
+
1
14
# scRepertoire VERSION 2.0.3
2
15
3
16
## UNDERLYING CHANGES
4
17
5
18
* Modified support for Omniscope format to allow for dual chains
6
-
* Added ParseBio support int```loadContigs()``` and testthat
19
+
* Added ParseBio support in to```loadContigs()``` and testthat
7
20
* Added support for productive variable to ```loadContigs()``` for BD, Omniscope, and Immcantation formats
8
21
* Replace numerical indexing with name indexing for ```loadContigs()```
9
22
*```combineBCR()``` and ```combineTCR()``` no allow for unproductive contig inclusions with new **filterNonproductive** parameter.
0 commit comments