Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
elswob committed Jul 27, 2015
1 parent f86cdaa commit 7436951
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
21 changes: 21 additions & 0 deletions BASALT.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: knitr
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace,vignette
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: BASAL
Package: BASALT
Type: Package
Title: What the Package Does (Title Case)
Title: Breast Cancer Subtype Analysis Tool
Version: 0.1
Date: 2015-07-08
Author: Who wrote it
Maintainer: Who to complain to <[email protected]>
Description: More about what it does (maybe more than one line)
License: What license is it under?
LazyData: TRUE
Author: Ben Elsworth
Maintainer: <[email protected]>
Description: Breast Cancer Subtype Analysis
License: None
LazyData: TRUE
3 changes: 1 addition & 2 deletions R/pam50_correlation_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ multiplot <- function(..., plotlist=NULL, file, cols=1, layout=NULL) {
#' @param p50 The PAM50 results text file
#' @param id The ID of the samples to extract
#' @param name The name to represent the samples
#' @param outDir The output directory
cor_plot = function(p,id,name,outDir){
print(paste0("Generating correlation plots - ",id," - ",name))
p$X=rownames(p)
Expand Down Expand Up @@ -90,5 +91,3 @@ cor_plot = function(p,id,name,outDir){
multiplot(p1,p2,cols=2)
dev.off()
}

#cor_plot(p50_res,".","name")

0 comments on commit 7436951

Please sign in to comment.