-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
33 lines (20 loc) · 773 Bytes
/
NEWS
File metadata and controls
33 lines (20 loc) · 773 Bytes
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
# 0.0.0.9
## 0.0.0.9007
* remove empty cols from colData
* addMetrics2colData function added. Allows to join metrics slot into colData to be able to subset it when subsetting se object. se@metadata$metrics keeps the original metrics.
## 0.0.0.9006
* add bioconductor biocViews/Software to DESCRIPTION to solve dependencies.
## 0.0.0.9005
* add coldata substitution
* fix example data
* add qc template and load example script
## 0.0.0.9004
* add ignoreTxVersion = TRUE as bcbio tx2gene file no longer includes
transcript versions
## 0.0.0.9003
* remove empty columns from metrics and metadata
## 0.0.0.9002
* add bcbrun to normalize SE object
* change names functions to easy to type strings
* create example data to test further functions
* create NEWS file