I'm a PhD student working on a bioinformatics project. I would like to create a Github account and start adding some scripts and analyses to demonstrate my skills to future potential employers. However, I am not sure what data to use because I am not allowed to release my scripts or data. Do you think I could just do some analyses on some publicly available data sets published in papers, I would clearly state that it's not my data and credit the creators. I do not mean data like TCGA but data from scientific papers published by other groups. Thanks in advance for any input.
Since this is an open-ended question I am changing it to
Forum
.Unless you are doing something super secret releasing general code (something you wrote de novo) should still be be possible right? You can obfuscate paths/file names etc. You don't need to release everything you ever wrote but there must be something that demonstrates your capabilities.
Depending on contractual obligations (writing as an industry employee) sharing code can be a breach of confidentially agreements. Personally, on my public github profile I must take great care that my toy projects share no code with the projects I work on. While working at a software company, releasing code could lead to legal actions from my employer.
OP has said that they are a PhD student but if they are working on an industry sponsored project then only way to show programming proficiency would be to post code that they may have written for unrelated personal projects. Some companies may have restrictions even on what you can work on (on your personal time) so posting code on GitHub may not be an option.
Sure, I understand OP is in a very different situation. In fact my intention was rather to raise awareness that such rather unusual restrictions for a PhD should be mentioned in a written form, otherwise I guess they could very likely be legally void. That is, if you care to fight with your PhD supervisor over such terms.
Granted, that intention wasn't very obvious in the hasty two liner above.