Skip to content

Commit

Permalink
Merge pull request #4 from MSKCC-Epi-Bio/updating-readme-page
Browse files Browse the repository at this point in the history
Updating readme page
  • Loading branch information
karissawhiting authored Oct 10, 2024
2 parents fa52c49 + dac2d34 commit 6ccd3f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Imports:
cbioportalR,
cli,
crayon,
genieBPC,
gnomeR (>= 1.2.0.9004),
oncokbR (>= 0.0.0.9001),
rstudioapi,
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ knitr::opts_chunk$set(
<!-- badges: start -->
<!-- badges: end -->

genomeverse is a collection of R packages that are designed to work together seamlessly to create reproducible clinico-genomic analysis pipelines
{genomeverse} is a collection of R packages that are designed to work together seamlessly to create reproducible clinico-genomic analysis pipelines.

## Installation

Expand All @@ -34,7 +34,7 @@ devtools::install_github("MSKCC-Epi-Bio/genomeverse")
`library(genomeverse)` will load the core genomeverse packages:

* [cbioportalR](https://www.karissawhiting.com/cbioportalR/), for pulling data from cBioPortal.
* [oncokbR](https://www.karissawhiting.com/oncokbR/), for oncoKB annotation fo data.
* [oncokbR](https://www.karissawhiting.com/oncokbR/), for oncoKB annotation of data.
* [gnomeR](https://mskcc-epi-bio.github.io/gnomeR/), for processing raw mutation, CNA and fusion files.

You also get a condensed summary of conflicts with other packages you have loaded:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<!-- badges: start -->
<!-- badges: end -->

genomeverse is a collection of R packages that are designed to work
{genomeverse} is a collection of R packages that are designed to work
together seamlessly to create reproducible clinico-genomic analysis
pipelines
pipelines.

## Installation

Expand All @@ -27,7 +27,7 @@ devtools::install_github("MSKCC-Epi-Bio/genomeverse")
- [cbioportalR](https://www.karissawhiting.com/cbioportalR/), for
pulling data from cBioPortal.
- [oncokbR](https://www.karissawhiting.com/oncokbR/), for oncoKB
annotation fo data.
annotation of data.
- [gnomeR](https://mskcc-epi-bio.github.io/gnomeR/), for processing raw
mutation, CNA and fusion files.

Expand All @@ -36,7 +36,7 @@ have loaded:

``` r
library(genomeverse)
#> ── Attaching packages ──────────────────────────────── genomeverse 0.0.0.9000 ──
#> ── Attaching packages ──────────────────────────────── genomeverse 0.0.0.9001 ──
#> ✔ cbioportalR 1.1.0 ✔ oncokbR 0.0.0.9001
#> ✔ gnomeR 1.2.0.9004
```
Expand Down

0 comments on commit 6ccd3f2

Please sign in to comment.