Skip to content

Commit

Permalink
Add report table
Browse files Browse the repository at this point in the history
  • Loading branch information
soccin committed Mar 13, 2023
1 parent 56168f6 commit 490dc99
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion report01.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,17 @@ data$fusionTbl %>%
addHtmlTableStyle(align="lllll",col.rgroup=c("#DEFFDB","#FFFFFF"),css.cell="padding-left: 1em;") %>%
htmlTable(rnames=F)
```

## QC
_Insert QC report here_

<!-- ## Copy Number - All Events
```{r echo=F}
data$cnvTblFull
```
-->
-->

## Report Info
```{r echo=F}
data$reportTbl %>% addHtmlTableStyle(align="ll",col.rgroup=c("#FFFFFF","#EBEBEB")) %>% htmlTable(rnames=F,cnames=F,header=rep("",2))
```

0 comments on commit 490dc99

Please sign in to comment.