-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
70 lines (44 loc) · 1.97 KB
/
NEWS
File metadata and controls
70 lines (44 loc) · 1.97 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
tcrGraph v0.2.1 (Release date: 2020-06-22)
==============
Changes:
* Added legend show/hide and mixed/numeric sort arguments to `makeCircos()`
* Removed requirement that arc color annotation has to be one of segment track annotations
tcrGraph v0.2.0 (Release date: 2020-06-15)
==============
Changes:
* Added `makeCircos()` function to facilitate circos plotting
tcrGraph v0.1.5 (Release date: 2020-03-13)
==============
Changes:
* Fixed minor bug introduced by a change in tidyselect's order of operations
tcrGraph v0.1.4 (Release date: 2019-09-26)
==============
Changes:
* IMPORTANT UPDATE: Changed the way that `getClonesFromTcrGraph()` functions by default. Subgraphs/clones with more than `maxA/B/C/D` chains are now pruned by default to represent the most abundant clone with the max allowed chains. Please consult the documentation for more information.
* Added support for multi-point chain matching when generating a tcrGraph from data
* Added ability to return a tcrGraph object from `getClonesFromTcrGraph()`
* Added automated unit tests
tcrGraph v0.1.3 (Release date: 2019-08-27)
==============
Changes:
* Added visNetwork plotting function `makeVisNetwork()`
tcrGraph v0.1.2.2 (Release date: 2019-07-29)
==============
Changes:
* Added event logging with Research DB APIs
tcrGraph v0.1.2.1 (Release date: 2019-07-26)
==============
Changes:
* Minor update to tcrGraphToIgraph(), to attach cleaner and more compelte edge metadata to igraph object
tcrGraph v0.1.2 (Release date: 2019-07-24)
==============
Changes:
* Increased the data stored in the nodes data frame of a tcrGraph object for easier access
* Implemented as.data.frame method for tcrGraph class
tcrGraph v0.1.1 (Release date: 2019-07-17)
==============
Changes:
* Initial release, implementing basic TCR graph functionality. Highlights include:
* tcrGraph S3 class and associated methods, including a simple plot() implementation
* makeTcrGraph() utility function
* getClonesFromTcrGraph() analysis function