Skip to content

Commit

Permalink
update the report
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Nazarov committed May 13, 2015
1 parent 45663e4 commit 6f326da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/crossanalysis.report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ vis.gene.usage(immdata, HUMAN_TRBJ, .coord.flip=F, .ncol = 2)

### V-segments Jennsen - Shannon Divergence among repertoires

```{r vdiv, fig.width=13,warning=FALSE,message=F}
```{r vdiv, fig.width=13,warning=FALSE,message=F,prompt=FALSE}
res <- js.div.seg(immdata, HUMAN_TRBV, .frame='all', .verbose = F)
vis.heatmap(round(res, 5))
```

### V-segments Jennsen - Shannon Divergence radarplot

```{r radars, fig.width=13,warning=FALSE,message=F}
```{r radars, fig.width=13,warning=FALSE,message=F,prompt=FALSE}
res <- js.div.seg(immdata, HUMAN_TRBV, .frame='all', .verbose = F)
vis.radarlike(res, .ncol = 2)
```
Expand All @@ -139,7 +139,7 @@ pca.segments(immdata)
### PCA on V-J segments statistics

```{r pcavj,warning=FALSE,message=F}
pca.segments.2D(immdata)
pca.segments.2D(immdata, .genes = list(HUMAN_TRBV, HUMAN_TRBJ))
```


Expand Down

0 comments on commit 6f326da

Please sign in to comment.