Skip to content

Commit

Permalink
sckm
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Nov 23, 2017
1 parent 019e084 commit 144e2d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vignettes/build_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ vignette: >
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
params:
project: "TCGA-BRCA"
project: "TCGA-SKCM"
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, warning=FALSE)
```

```{r subproject, include=FALSE}
my.project <- gsub('TCGA-', '', params$project)
my.project <- gsub('TCGA-', '', params$project)
package.name <- paste0(tolower(my.project), '.data')
```


Expand Down Expand Up @@ -49,7 +50,7 @@ install.packages('devtools')
devtools::install_url('http://sels.tecnico.ulisboa.pt/gitlab/SOUND/brca.data/repository/archive.zip')
#
# Load the brca.data package
library(brca.data)
library(skcm.data)
# start using the data, for example the tissue data
data(fpkm.per.tissue)
# tissue is now in the enviromnet and will be loaded on the first
Expand Down

0 comments on commit 144e2d6

Please sign in to comment.