forked from Syksy/curatedPCaData
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
111 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
*.tws | ||
*.md | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^LICENSE\.md$ | ||
^_notes$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
*.tws | ||
.Rproj.user | ||
_notes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Package: curatedPCaData | ||
Title: curated Prostate Cancer Data | ||
Title: Curated Prostate Cancer Data | ||
Version: 0.0-2 | ||
Date: 2020-04-03 | ||
Authors@R: person("First", "Last", email = "first.last@example.com", | ||
Authors@R: person("Daniel", "Laajala", email = "[email protected].com", | ||
role = c("aut", "cre")) | ||
Maintainer: | ||
Description: Foo Bar | ||
Description: A selection of annotated prostate cancer datasets. | ||
Depends: R (>= 3.1.0), S4Vectors (>= 0.23.18) | ||
Imports: cgdsr, annotate, org.Hs.eg.db, biomaRt, GenomicFeatures, GEOquery | ||
Suggests: | ||
License: GPL (>= 3) | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
RoxygenNote: 6.1.1 | ||
VignetteBuilder: R.rsp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
output: github_document | ||
--- | ||
|
||
```{r setup, include = FALSE} | ||
knitr::opts_chunk$set( | ||
collapse = TRUE, | ||
fig.path = "man/figures/README-", | ||
out.width = "100%" | ||
) | ||
``` | ||
|
||
# curatedPCaData <img src="man/figures/hex.png" align="right" height="139" /> | ||
|
||
<!-- badges: start --> | ||
<!-- badges: end --> | ||
|
||
## Overview | ||
|
||
`curatedPCaData` is a collection of publically available and annotated data resources | ||
concerning prostate cancer. | ||
|
||
## Installation | ||
|
||
You can install `curatedPCaData` from github with: | ||
|
||
```r | ||
# install.packages("devtools") | ||
devtools::install_github("Syksy/curatedPCaData") | ||
``` | ||
|
||
<!--- add BioConductor once up ---> | ||
|
||
## Usage | ||
|
||
```{r, eval=FALSE} | ||
library(curatedPCaData) | ||
# insert basic example here | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,30 @@ | ||
# curatedPCaData | ||
Curated Prostate Cancer Data R-package / pipelines / workspaces | ||
|
||
# curatedPCaData <img src="man/figures/hex.png" align="right" height="139" /> | ||
|
||
<!-- badges: start --> | ||
|
||
<!-- badges: end --> | ||
|
||
## Overview | ||
|
||
`curatedPCaData` is a collection of publically available and annotated | ||
data resources concerning prostate cancer. | ||
|
||
## Installation | ||
|
||
You can install `curatedPCaData` from github with: | ||
|
||
``` r | ||
# install.packages("devtools") | ||
devtools::install_github("Syksy/curatedPCaData") | ||
``` | ||
|
||
<!--- add BioConductor once up ---> | ||
|
||
## Usage | ||
|
||
``` r | ||
library(curatedPCaData) | ||
|
||
# insert basic example here | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Version: 1.0 | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Default | ||
AlwaysSaveHistory: Default | ||
|
||
EnableCodeIndexing: Yes | ||
UseSpacesForTab: Yes | ||
NumSpacesForTab: 2 | ||
Encoding: UTF-8 | ||
|
||
RnwWeave: Sweave | ||
LaTeX: pdfLaTeX | ||
|
||
BuildType: Package | ||
PackageUseDevtools: Yes | ||
PackageInstallArgs: --no-multiarch --with-keep.source |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
library(hexSticker) | ||
library(magick) | ||
|
||
# image from : https://icon-icons.com/icon/tumor-cancer-human-biology-disease-medical-health-cell/133488 | ||
imgurl <- "man/figures/tumor.png" | ||
|
||
sticker(imgurl, | ||
package="curatedPCaData", p_size=5, p_color = "#FB62AC", p_y = 0.6, | ||
s_x=1, s_y=1.2, s_width=.6, | ||
h_fill = "white", h_color = "#2B2671", | ||
url = "https://github.com/Syksy/curatedPCaData", u_color = "#FB62AC", u_size = 1, | ||
filename="man/figures/hex.png") |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.