Victorian-Bioinformatics-Consortium / degust

Deprecated : Use https://github.com/drpowell/degust
GNU General Public License v3.0
44 stars 15 forks source link

Error handling CSV with space after a comma. #46

Open drpowell opened 7 years ago

drpowell commented 7 years ago

eg. this column header is a problem:

Gene ID, name, control rep1, control rep2, treatment A rep1, treatment A rep2, EC Number

but this is ok:

Gene ID,name,control rep1,control rep2,treatment A rep1,treatment A rep2,EC Number

Issue is that R ignores the leading space in column header when loading, but not when doing a column lookup.

drpowell commented 7 years ago

(First raised here : https://github.com/Victorian-Bioinformatics-Consortium/degust/issues/45)