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

User defined columns in phenodata #11

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

oheil
Copy link
Contributor

@oheil oheil commented Sep 9, 2021

When user defines a new column in phenodata with spaces,"-" or similiar, e.g. "my-new-column", reading phenodata.tsv with

phenodata<-read.table("phenodata.tsv", header=T, sep="\t")

results in column name of dataframe phenodata as"my.new.column".

Subsequent matches to a column parameter will fail.

@oheil
Copy link
Contributor Author

oheil commented Sep 10, 2021

Commits like

first test, added clariom s human

have been reverted and are just part of the history. Those changes are not part of this PR.

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

Successfully merging this pull request may close these issues.

1 participant