~ubuntu-branches/ubuntu/utopic/r-bioc-cummerbund/utopic

« back to all changes in this revision

Viewing changes to inst/NEWS

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2013-12-28 17:17:25 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131228171725-polmzo8go4m371c6
Tags: 2.4.1-1
* New upstream version
* debian/rules: Remove useless creation of ${R-Depends}
* debian/control: Versioned Build-Depends: r-base-dev (>= 3.0)
* debian/README.test: add hint how to test the package

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
v1.1.5
 
1
v1.99.6
 
2
        Notes:
 
3
                - 'annotation' and "annotation<-" generics were moved to BiocGenerics 0.3.2. Now using appropriate generic function, but requiring BiocGenerics >= 0.3.2
 
4
 
 
5
v1.99.5
 
6
        Bugfixes:
 
7
                - Added replicates argument to csDistHeat to view distances between individual replicate samples.
 
8
                - Appropriately distinguish now between 'annotation' (external attributes) and features (gene-level sub-features).
 
9
                - csHeatmap now has 'method' argument to pass function for any dissimilarity metric you desire. You must pass a function that returns a 'dist' object applied to rows of a matrix. Default is still JS-distance.
 
10
                
 
11
v1.99.3
 
12
        New Features:
 
13
                - Added diffTable() method to return a table of differential results broken out by pairwise comparison. (more human-readable)
 
14
                - Added sigMatrix() method to CuffSet objects to draw heatmap showing number of significant genes by pairwise comparison at a given FDR.
 
15
                - A call to fpkm() now emits calculated (model-derived) standard deviation field as well.
 
16
                - Can now pass a GTF file as argument to readCufflinks() to integrate transcript model information into database backend
 
17
                        * Added requirement for rtracklayer and GenomicFeatures packages.
 
18
                        * You must also indicate which genome build the .gtf was created against by using the 'genome' argument to readCufflinks.
 
19
                - Integration with Gviz:
 
20
                        * CuffGene objects now have a makeGeneRegionTrack() argument to create a GeneRegionTrack() from transcript model information
 
21
                        * Can also make GRanges object
 
22
                        * ONLY WORKS IF YOU READ .gtf FILE IN WITH readCufflinks()
 
23
                - Added csScatterMatrix() and csVolcanoMatrix() method to CuffData objects.
 
24
                - Added fpkmSCVPlot() as a CuffData method to visualize replicate-level coefficient of variation across fpkm range per condition.
 
25
                - Added PCAplot() and MDSplot() for dimensionality reduction visualizations (Principle components, and multi-dimensional scaling respectively)
 
26
                - Added csDistHeat() to create a heatmap of JS-distances between conditions.  
 
27
                
 
28
        Bugfixes:
 
29
                - Fixed diffData 'features' argument so that it now does what it's supposed to do.
 
30
                - added DB() with signature(object="CuffSet") to NAMESPACE
 
31
                
 
32
        Notes:
 
33
                - Once again, there have been modifications to the underlying database schema so you will have to re-run readCufflinks(rebuild=T) to re-analyze existing datasets.
 
34
                - Importing 'defaults' from plyr instead of requiring entire package (keeps namespace cleaner).
 
35
                - Set pseudocount=0.0 as default for csDensity() and csScatter() methods (This prevents a visual bias for genes with FPKM <1 and ggplot2 handles removing true zero values).
 
36
                
 
37
v1.99.2
 
38
        Bugfixes:
 
39
                - Fixed bug in replicate table that did not apply make.db.names to match samples table.
 
40
                - Fixed bug for missing values in *.count_tracking files.
 
41
                - Now correctly applying make.db.names to *.read_group_tracking files.
 
42
                - Now correctly allows for empty *.count_tracking and *.read_group_tracking files
 
43
 
 
44
v1.99.1
 
45
        - This represents a major set of improvements and feature additions to cummeRbund.
 
46
        - cummeRbund now incorporates additional information emitted from cuffdiff 2.0 including:
 
47
                - run parameters and information.
 
48
                - sample-level information such as mass and scaling factors.
 
49
                - individual replicate fpkms and associated statistics for all features.
 
50
                - raw and normalized count tables and associated statistics all features.
 
51
        
 
52
        New Features:
 
53
                - Please see updated vignette for overview of new features.
 
54
                - New dispersionPlot() to visualize model fit (mean count vs dispersion) at all feature levels.
 
55
                - New runInfo() method returns cuffdiff run parameters.
 
56
                - New replicates() method returns a data.frame of replicate-level parameters and information.
 
57
                - getGene() and getGenes() can now take a list of any tracking_id or gene_short_name (not just gene_ids) to retrieve
 
58
                a gene or geneset. 
 
59
                - Added getFeatures() method to retrieve a CuffFeatureSet independent of gene-level attributes.  This is ideal for looking at sets of features
 
60
                outside of the context of all other gene-related information (i.e. facilitates feature-level analysis)
 
61
                - Replicate-level fpkm data now available.
 
62
                - Condition-level raw and normalized count data now available.
 
63
                - repFpkm(), repFpkmMatrix, count(), and countMatrix are new accessor methods to CuffData, CuffFeatureSet, and CuffFeature objects.
 
64
                - All relevant plots now have a logical 'replicates' argument (default = F) that when set to TRUE will expose replicate FPKM values in appropriate ways.
 
65
                - MAPlot() now has 'useCount' argument to draw MA plots using count data as opposed to fpkm estimates.
 
66
        
 
67
        Notes:
 
68
                - Changed default csHeatmap colorscheme to the much more pleasing 'lightyellow' to 'darkred' through 'orange'.
 
69
                - SQLite journaling is no longer disabled by default (The benefits outweigh the moderate reduction in load times).
 
70
        
 
71
        Bugfixes:
 
72
                - Numerous random bug fixes to improve consistency and improve performance for large datasets.
 
73
 
 
74
v1.2.1
 
75
        Bugfixes:
 
76
                -Fixed bug in CuffFeatureSet::expressionBarplot to make compatible with ggplot2 v0.9.
 
77
        
 
78
        New Features:
 
79
                - Added 'distThresh' argument to findSimilar.  This allows you to retrieve all similar genes within a given JS distance as specified by distThresh.
 
80
                - Added 'returnGeneSet' argument to findSimilar.  [default = T] If true, findSimilar returns a CuffGeneSet of genes matching criteria (default). If false, a rank-ordered data frame of JS distance values is returned.
 
81
                - findSimilar can now take a 'sampleIdList' argument. This should be a vector of sample names across which the distance between genes should be evaluated.  This should be a subset of the output of samples(genes(cuff)).
 
82
        Notes:
 
83
                - Added requirement for 'fastcluster' package.  There is very little footprint, and it makes a significant improvement in speed for the clustering analyses.
 
84
                
 
85
v1.1.5 / 1.2.0
2
86
        Bugfixes:
3
87
                - Fixed minor bug in database setup that caused instability with cuffdiff --no-diff argument.
4
88
                - Fixed bug in csDendro method for CuffData objects.