This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Publishing RNA sequencing data analysis scripts on Github before or after Publication?

Hi everyone!

Sorry for this noob question, but I just wanted to ask, what is the best practice in the field for publishing RNA sequencing data analysis scripts? Does it usually happen before the publication, or after? Currently I kept the repo as private and the paper is not published yet.

github

Unless you are doing something super secret making your scripts available should not be a cause of concern.

2 answers

Generally, it doesn't really matter unless you're publishing a custom, novel method where the code is really an integral part of the publication. In such a case, you'd want to keep it private until publication. Otherwise, keeping your random DESeq2 scripts in a public repo isn't going to hurt you or draw much attention, though nobody will care if you keep it private until submission either.

Just be sure not to include any PHI or sample information in them.

Thank you very much for the helpful comment!

I would strongly recommend publishing them before the paper. That way, you can get your code peer reviewed before you submit your article. That may improve your code. You may have to arrange reviewers yourself for this (maybe an idea for a new BioStars section?).

This will be immensely helpful for others who are learning as well!

Log in to answer this question.