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

« back to all changes in this revision

Viewing changes to inst/reports/runReport.Rmd

  • 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
Run Report
 
2
==========
 
3
 
 
4
Run Parameters
 
5
-------------------
 
6
```{r}
 
7
alpha=0.05
 
8
runInfo()
 
9
```
 
10
 
 
11
 
 
12
Global Statistics
 
13
-----------------
 
14
```{r}
 
15
cuff
 
16
```
 
17
 
 
18
### FPKM distributions
 
19
```{r fig.width=7, fig.height=6}
 
20
csDensity(genes(cuff))
 
21
csDensity(isoforms(cuff))
 
22
```
 
23
 
 
24
### Scatterplots
 
25
```{r}
 
26
csScatterMatrix(genes(cuff),logMode=T)
 
27
```
 
28
 
 
29
Replicate Information
 
30
---------------------
 
31
 
 
32
 
 
33
Model fit
 
34
---------
 
35
 
 
36
Differential Expression Analysis
 
37
--------------------------------
 
38
 
 
39
### Significant Genes
 
40
 
 
41
```{r fig.width=6,fit.height=6}
 
42
sigMatrix(cuff,level="genes")
 
43
```
 
44
 
 
45
```{r}
 
46
csVolcanoMatrix(genes(cuff),alpha=alpha)
 
47
```
 
48
 
 
49
```{r}
 
50
sigGeneIDs<-getSig(cuff,alpha=alpha)
 
51
sigGenes<-getGenes(cuff,sigGeneIDs)
 
52
```
 
53
There are `r length(sigGeneIDs)` significantly different genes at a `r alpha*100`$\%$ FDR. 
 
54
 
 
55
#### Visualizations
 
56
```{r fig.width=6,fit.height=10}
 
57
csHeatmap(sigGenes,cluster="both",labRow=F)
 
58
```
 
59
 
 
60
### Significant Isoforms
 
61
```{r fig.width=6,fit.height=6}
 
62
sigMatrix(cuff,level="isoforms")
 
63
```
 
 
b'\\ No newline at end of file'