markziemann / mitch

An R package for multi-dimensional pathway enrichment analysis
https://bioconductor.org/packages/mitch
Other
16 stars 4 forks source link

spaces in colnames causes an error in ggpairs/ggcontour plot #20

Closed markziemann closed 7 months ago

markziemann commented 4 years ago
processing file: mitch.Rmd
 plot: [2,1] [===============>----------------------------------] 31% est: 1s Quitting from lines 883-1203 (mitch.Rmd)
Error in ss[, gsub("~", "", as.character(mapping[2]))] :
  subscript out of bounds

Was resolved by removing spaces. Consider stripping spaces from colnames and replacing with underscores