lgatto / pRolocGUI

Interactive visualisation and exploration of spatial proteomics data
http://lgatto.github.io/pRolocGUI
7 stars 5 forks source link

Bug in compare app table #99

Closed lmsimp closed 2 years ago

lmsimp commented 3 years ago

Fix

colnames(.dt2) <- paste0('<span style="color:',   
                               rep("darkblue", ncol(.dt1)), '">', 
                               colnames(.dt2), '</span>')

Should be

colnames(.dt2) <- paste0('<span style="color:',   
                               rep("darkblue", ncol(.dt2)), '">', 
                               colnames(.dt2), '</span>')