ComputationalProteomics / OmicLoupe

Understanding expression across comparisons and datasets through interactive visualization
http://quantitativeproteomics.org/omicloupe
MIT License
2 stars 3 forks source link

Fixes error that occurred when column names referred to in a design matrix began with numbers #12

Closed manszamore closed 1 year ago

manszamore commented 1 year ago

Previously, there would be an error when column names referred to in a design matrix began with numbers. These changes fix this, by running make.names on all elements of the design matrix.

Also, a ">" was removed from the instructions in the README, to make copy-pasting the command easier.

The updated version has been tested with various design matrices and appears to work well.