Skip to content

Commit

Permalink
- Fixing an error
Browse files Browse the repository at this point in the history
- Destroying vignette to match bioconductor requirements
- Minor Improvements
  • Loading branch information
armanshahrisa committed Sep 10, 2017
1 parent 61bc249 commit 9bc1a09
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 190 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: cbaf
biocViews: Technology
Title: Multiple automated functions for cbioportal.org.
Version: 0.99.4
Version: 0.99.5
Authors@R: c(person("Arman", "Shahrisa", role = c("aut", "cre", "cph"),
email = "shahrisa.arman@hotmail.com"),
person("Maryam", "Tahmasebi Birgani", role = "aut",
Expand Down
10 changes: 3 additions & 7 deletions R/cbaf-availableData.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,12 @@
#'
#' @usage availableData(excelFileName)
#'
#' @param outputName a character string that is required to name the output and,
#' if requested, excel file.
#' @param excelFileName a character string that is required to name the output
#' and, if requested, excel file.
#'
#' @param excelFile a logical value that tells the function whether or not
#' export the results as an excel file.
#' Default value is TRUE.
#'
#' @return A matrix that contains all cancer studies versus available data types
#' . It is available as a variable with outputName. In addition, output data can
#' be stored as an excel file with the same output in the working directory.
#' . It is available as an excel file with the given name.
#'
#'
#'
Expand Down
4 changes: 2 additions & 2 deletions R/cbaf-heatmapOutput.R
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,9 @@ heatmapOutput <- function(submissionName, shortenStudyNames = TRUE, genelimit =

# Create progressbar

total.number <- l
total.number <-

ength(statisticsData)*length((statisticsData[[1]])[
length(statisticsData)*length((statisticsData[[1]])[

names(statisticsData[[1]]) %in% c("Frequency.Percentage", "Mean.Value",

Expand Down
11 changes: 3 additions & 8 deletions man/availableData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9bc1a09

Please sign in to comment.