Hello folks, which programming language should someone know when getting into the field of bioinformatic. I would like to use bioinformatic tools/pipelines such as REPET, Bedtools etc...but I am confused when looking at these symbols that are used, I am knew in this field, I am very lost. Please assist me, I need this for my research study.
If you were not going to process a ton of samples no programming knowledge is strictly needed to use bioinformatics tools. You may even be able to get by using pipelines/workflows prepared by others as long as you have knowledge of basic input/output and an ability to look at/properly decipher log files. Good tools will always have in-line help available and/or good online manuals. You will need to spend time familiarizing yourself on how to correctly use/apply various options for tools you select. Goes without saying that you need to find the right software tool for the job at hand.
That said learning a programming language (e.g. python) will make your life easier by allowing you to automate some of these tasks that you would otherwise be doing manually. This is both a time saver and a way to make your analyses reliable/reproducible.
Thank you so much, It's just that I become so confused when it comes to these things of symbols e.g () * ! <> " I feel stupid at some point coz I can't proceed with anything, but I will keep pushing.
Hang in there. You will do fine. I suggest that you learn the basics of unix first. Here is one simple tutorial. This will make things easier to understand as you wade into more complicated programs.
Aim to get comfortable with:
bash
).