Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deleting genieBPC and IMPACT QA vignettes #352

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Authors@R:
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4683-1868")),
person(given = "Jessica",
family = "Lavery",
role = "aut",
comment = c(ORCID = "0000-0002-2746-5647")),
person(given = "Michael",
family = "Curry",
role = "aut",
Expand Down
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ the `gnomeR` package provides a consistent framework for genetic data processing
- **Visualize processed data** - Create summary plots from processed data.
- **Analyzing processed data**- Analyze associations between genomic variables and clinical variables or outcomes.

{gnomeR} is part of [gnomeverse](https://mskcc-epi-bio.github.io/genomeverse/), a collection of R packages designed to work together seamlessly to create reproducible clinico-genomic analysis pipelines.

## Getting Set up

{gnomeR} works with any genomic data that follows cBioPortal guidelines for [mutation](https://docs.cbioportal.org/5.1-data-loading/data-loading/file-formats#data-file-5), [CNA](https://docs.cbioportal.org/5.1-data-loading/data-loading/file-formats#discrete-copy-number-data), or [fusion](https://docs.cbioportal.org/5.1-data-loading/data-loading/file-formats#structural-variant-data) data file formats.
Expand Down
31 changes: 22 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ cBioPortal. With {gnomeR} and {cbioportalR} you can:
- **Analyzing processed data**- Analyze associations between genomic
variables and clinical variables or outcomes.

{gnomeR} is part of
[gnomeverse](https://mskcc-epi-bio.github.io/genomeverse/), a collection
of R packages designed to work together seamlessly to create
reproducible clinico-genomic analysis pipelines.

## Getting Set up

{gnomeR} works with any genomic data that follows cBioPortal guidelines
Expand Down Expand Up @@ -110,13 +115,15 @@ by_gene <- gen_dat %>%
summarize_by_gene()

head(by_gene[,1:6])
#> sample_id ALK ARAF BLM CD79B CSF1R
#> 1 P-0004508-T01-IM5 1 0 0 0 0
#> 2 P-0005806-T01-IM5 0 0 0 0 0
#> 3 P-0007006-T01-IM5 0 0 0 0 0
#> 4 P-0008682-T01-IM5 0 0 0 0 0
#> 5 P-0001297-T01-IM3 0 0 0 0 0
#> 6 P-0007538-T01-IM5 0 1 0 0 1
#> # A tibble: 6 × 6
#> sample_id ALK ARAF BLM CD79B CSF1R
#> <chr> <dbl> <dbl> <dbl> <dbl> <dbl>
#> 1 P-0004508-T01-IM5 1 0 0 0 0
#> 2 P-0005806-T01-IM5 0 0 0 0 0
#> 3 P-0007006-T01-IM5 0 0 0 0 0
#> 4 P-0008682-T01-IM5 0 0 0 0 0
#> 5 P-0001297-T01-IM3 0 0 0 0 0
#> 6 P-0007538-T01-IM5 0 1 0 0 1
```

## Visualize
Expand Down Expand Up @@ -183,15 +190,21 @@ Thank you to all contributors!
[@alrein-05](https://github.com/alrein-05),
[@arorarshi](https://github.com/arorarshi),
[@AxelitoMartin](https://github.com/AxelitoMartin),
[@brombergm](https://github.com/brombergm),
[@carokos](https://github.com/carokos),
[@ChristineZ-msk](https://github.com/ChristineZ-msk),
[@ddsjoberg](https://github.com/ddsjoberg),
[@edrill](https://github.com/edrill),
[@hfuchs5](https://github.com/hfuchs5),
[@jalavery](https://github.com/jalavery),
[@jflynn264](https://github.com/jflynn264),
[@karissawhiting](https://github.com/karissawhiting),
[@michaelcurry1123](https://github.com/michaelcurry1123),
[@mljaniczek](https://github.com/mljaniczek), and
[@slb2240](https://github.com/slb2240)
[@mljaniczek](https://github.com/mljaniczek),
[@slb2240](https://github.com/slb2240),
[@stl2137](https://github.com/stl2137),
[@toumban1](https://github.com/toumban1),
[@whitec4](https://github.com/whitec4), and
[@Yukodeng](https://github.com/Yukodeng)

# The End
298 changes: 0 additions & 298 deletions vignettes/genie-bpc-vignette.Rmd

This file was deleted.

Loading
Loading