-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
continues to remove redundant functions
- Loading branch information
1 parent
b94b3b9
commit cb84224
Showing
8 changed files
with
5 additions
and
146 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,20 +1,19 @@ | ||
Package: brca.data.2018.09.13 | ||
Title: Gene expression and clinical data from Breast invasive carcinoma from TCGA. | ||
Version: 1.0 | ||
Version: 1.1 | ||
Authors@R: person("André", "Veríssimo", email = "[email protected]", role = c("aut", "cre")) | ||
Description: Contains the datasets for BRCA (Breast) with gene expression, mutation | ||
and clinical data. All was extracted from TCGA. | ||
Data was downloaded in 2018.09.13 and processed using build_data.Rmd vignette | ||
Depends: | ||
R (>= 3.3.2) | ||
Depends: R (>= 3.3.2), | ||
tcga.data.utils | ||
License: GPL-3 | ||
Imports: Biobase, | ||
SingleCellExperiment, | ||
MultiAssayExperiment, | ||
dplyr, | ||
futile.logger, | ||
TCGAutils, | ||
tcga.data.utils | ||
TCGAutils | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Suggests: TCGAbiolinks, | ||
|
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,7 +1,2 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(update.survival.from.followup) | ||
export(build.assay) | ||
export(build.matrix) | ||
export(getParticipantCode) | ||
importFrom(dplyr,"%>%") |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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