In this practical session with Jacob Pritt, we discuss the FASTA format, which is a typical file format for storing reference genomes. Course page: www.coursera.o....
Пікірлер: 16
@fongluu Жыл бұрын
@1:16 I tried so many times to upload this into Coursera Jupyter/Python notebook and every time it spits back errors "...unable to establish SSL" ! Is there an easier way??? I tried to finish the "Programming Homework1" and yet it's just impossilbe! Some one out there can help ? Please? thanks!
@macielrodriguez66976 жыл бұрын
Thank you so much! I just finished my python course and was looking for material to apply python to bioinformatics!
@eng.ahmedkamal74764 жыл бұрын
Did u get it
@lanicarina75764 жыл бұрын
So helpful and well explained!
@nishirajnikku9693 жыл бұрын
Very well explained ...
@reedliu5087 жыл бұрын
Every time I try the “A,T,C,G” frequency counts method, it doesn’t work. I input the same order like you, then the error is KeyError Traceback (most recent call last) in () 1 counts = {'A':0, 'G':0, 'C':0, 'T':0} 2 for base in genome: ----> 3 counts[base] += 1 4 print(genome) KeyError: ' '
@jawswasnevermyscene42587 ай бұрын
Did you use the counter one as well ?
@rajcodingworld77688 жыл бұрын
I hear you given link for fasta file but not finding in description. Will you please share that.
Thank you so much for such informative tutorials. However, for this particular video, I am having a difficulty to save the file using !wget. it's giving me alert saying 'wget' is not recognized as an internal or external command.
@joedart14655 жыл бұрын
Why Python? This can be done in javascript too. The syntax is more standard in javascript (like a lot of other programming languages) and you don't have to download python to your computer. And, it runs in the browser. The Python bit is too effete if it requires a course to learn. Bring bioinformatics down to the user level instead of making it into another priesthood.
@jawswasnevermyscene42586 ай бұрын
@joedart1465 pythons relatively used more than javascript , I have seen more courses in python rather than javascript Although would like to check javascript , might come up in my junior yr Also I love joe dart as well