Skip to content

Commit

Permalink
using length of mutation bcr codes
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Oct 17, 2018
1 parent e2a6b4d commit 2049bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/build_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ mutation.bcrcodes <- mutation$data$Tumor_Sample_Barcode %>%
getParticipantCode %>% unique %>% sort
mutation$count <- matrix(integer(1),
ncol = nrow(gdc$clinical),
ncol = length(mutation.bcrcodes),
nrow = length(unique(mutation$data$Gene)),
dimnames = list(unique(mutation$data$Gene),
mutation.bcrcodes))
Expand Down

0 comments on commit 2049bdf

Please sign in to comment.