Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
fix figure sizes in pdf.
Browse files Browse the repository at this point in the history
Should fix #59.
  • Loading branch information
seandavi committed Sep 12, 2018
1 parent c3257c0 commit e695c8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 220_Ramos_MultiAssayExperiment.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 220: Workflow for multi-omics analysis with MultiAssayExperiment

```{r include=FALSE}
library(knitr)
opts_chunk$set(out.width="100%")
```

## Instructor names and contact information

* Marcel Ramos^[City University of New York, New York, NY, USA] ^[Roswell Park Comprehensive Cancer Center, Buffalo, NY] (<marcel.ramos@roswellpark.org>)
Expand Down
2 changes: 2 additions & 0 deletions 230_Isserlin_RCy3_intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ suppressPackageStartupMessages({
library(gProfileR)
library(RCurl)
})
library(knitr)
opts_chunk$set(out.width="100%")
```

##Overview
Expand Down

1 comment on commit e695c8b

@lwaldron
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.