Skip to content

Commit

Permalink
default assay in TCGAanalyze_Preprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
torongs82 committed Dec 15, 2016
1 parent 680f6c8 commit 99d48c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/TCGAanalyze.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TCGAanalyze_Preprocessing <- function(object,
filename = NULL,
width = 500,
height = 500,
datatype = "raw_counts"){
datatype = names(assays(object))[1]){

if (!(is.null(dev.list()["RStudioGD"]))){dev.off()}

Expand Down

0 comments on commit 99d48c4

Please sign in to comment.