Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error handling CSV with space after a comma. #46

Open
drpowell opened this issue Jan 28, 2017 · 1 comment
Open

Error handling CSV with space after a comma. #46

drpowell opened this issue Jan 28, 2017 · 1 comment
Labels

Comments

@drpowell
Copy link
Member

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 drpowell added the bug label Jan 28, 2017
@drpowell
Copy link
Member Author

(First raised here : #45)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant