Skip to content

Commit

Permalink
continues to remove redundant functions
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Oct 16, 2018
1 parent b94b3b9 commit cb84224
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 146 deletions.
9 changes: 4 additions & 5 deletions DESCRIPTION
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,
Expand Down
5 changes: 0 additions & 5 deletions NAMESPACE
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,"%>%")
19 changes: 0 additions & 19 deletions man/brca.data.Rd

This file was deleted.

17 changes: 0 additions & 17 deletions man/build.assay.Rd

This file was deleted.

26 changes: 0 additions & 26 deletions man/build.matrix.Rd

This file was deleted.

21 changes: 0 additions & 21 deletions man/getParticipantCode.Rd

This file was deleted.

52 changes: 0 additions & 52 deletions man/update.survival.from.followup.Rd

This file was deleted.

2 changes: 1 addition & 1 deletion vignettes/build_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ follow.up <- gdc$follow.up
levels(clinical$vital_status) <- levels(clinical$vital_status) %>% {replace(., . == '', NA)}
levels(follow.up$vital_status) <- levels(follow.up$vital_status) %>% {replace(., . == '', NA)}
updated.surv <- update.survival.from.followup(clinical, follow.up) %>% as.data.frame
updated.surv <- updateSurvivalFromFollowup(clinical, follow.up) %>% as.data.frame
rownames(updated.surv) <- updated.surv$bcr_patient_barcode
clinical$surv_event_time <- updated.surv[clinical$bcr_patient_barcode, 'surv_event_time']
Expand Down

0 comments on commit cb84224

Please sign in to comment.