We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> Rscript plotProtein.R -m psen1_mutation_file.txt -a psen1_architecture_file.txt -p psen1_post_translation_file.txt -l 463 Error: unexpected symbol in "Rscript plotProtein.R"
I ran install.packages("optparse")
install.packages("optparse")
The text was updated successfully, but these errors were encountered:
the " symbols in line 85 in plotProtein.R look weird
Sorry, something went wrong.
Hi, Thanks for checking out plot protein. I just ran the following
git clone https://github.com/tycheleturner/plot-protein.git cd plot-protein/ Rscript plotProtein.R -m psen1_mutation_file.txt -a psen1_architecture_file.txt -p psen1_post_translation_file.txt -l 463 null device 1
and got no errors. I'm using R version 3.4.3
R version 3.4.3
Could you try again as above? Thanks.
No branches or pull requests
I ran
install.packages("optparse")
The text was updated successfully, but these errors were encountered: