No video

1. Introduction to Computational and Systems Biology

  Рет қаралды 167,338

MIT OpenCourseWare

MIT OpenCourseWare

Күн бұрын

MIT 7.91J Foundations of Computational and Systems Biology, Spring 2014
View the complete course: ocw.mit.edu/7-9...
Instructor: Christopher Burge, David Gifford, Ernest Fraenkel
In this lecture, Professors Burge, Gifford, and Fraenkel give an historical overview of the field of computational and systems biology, as well as outline the material they plan to cover throughout the semester.
License: Creative Commons BY-NC-SA
More information at ocw.mit.edu/terms
More courses at ocw.mit.edu

Пікірлер: 42
@phartatmisassa5035
@phartatmisassa5035 9 жыл бұрын
Just gonna throw this out there. You can use two bits to represent A,T, C, G, and if you reuse one value for a variable we'll call K, you can XOR A to T and C to G using K. For example: Let A = 0 (00b), T = 1 (01b), G = 2 (10b), and C =3 (11b). (The values in '()' are binary representations, not a multiplication operation.) Let ^ symbolize XOR (as is the case in python). You will see that A ^ T = 01, and that G ^ C = 01b; So we let K = 01b Now, A ^ K = T T ^ K = A G ^ K = C C ^ K = G And we have a way to simulate the replication of DNA in a memory efficient way. A single 32 value (a dword in Assembly, sometimes an unsigned int in C), can represent 16 bases, and the complementary strand can be easily calculated in parallel with a singe XOR operation using the hexadecimal value 0x55555555 (01010101....b, 0x5 in hex is 0101b in binary, or two K's next to each other to produce a nibble, a half a byte). I encourage you to work this out on paper to see for your self. With 64 bit registers and MMX(128 bit) registers, many more values can be packed into each register and operated on at once using various techniques.
@kaen6288
@kaen6288 7 жыл бұрын
underrated comment
@SachKol
@SachKol 5 жыл бұрын
Though this will definitely speed the process up, but what if it isn’t about speeding it up!? What if we miss tiny pieces of the puzzle! The pieces which we were actually looking for! Scanning through the present data at a higher rate is efficient, but not necessarily a smart move.
@technik27
@technik27 3 жыл бұрын
@@SachKol that makes no sense. Packing memory more efficiently doesn´t miss any pieces. It´s the same work, just done faster.
@SachKol
@SachKol 3 жыл бұрын
@@technik27 I’ve moved past Computational Biology, seems too far fetched right now.. but maybe I’ll come back to it someday
@gurpchirp
@gurpchirp 2 жыл бұрын
bro, never in a million years will i be smart enough to think like this. i am going to be useless in this field.
@kheffah
@kheffah 7 жыл бұрын
Useful part starts at 46:00
@sfmambero
@sfmambero 5 жыл бұрын
History of computational and systems biology starts 6:15
@sfmambero
@sfmambero 5 жыл бұрын
Similar MIT courses 29:00
@francescos7361
@francescos7361 Жыл бұрын
Thanks computational biology and biomedicine , like all field in math and physics . Great lectures and educational contibution.
@CellRus
@CellRus 7 жыл бұрын
wow MIT students have such a prominent advantage for being taught by some of the top scientists in the world, like the Nobel Prize winner Ron Weiss, the top geneticist George Church, etc.
@tartanhandbag
@tartanhandbag 4 жыл бұрын
You say that, but occassionally the Nobel prize doesn't help you teach any better. I've seen some really dry MIT Courseware lectures on bioinformatics that sent me to sleep. And then there are Eric Lander lectures, which are just... XD
@thryce82
@thryce82 4 жыл бұрын
hello from 3 years in the future . so meh ? they give lectures sure but these classes are like 50-100 kids so really that is over blown tbf. the TAs answer most of the question. they have the advantage of 1 being a recognized name 2 being very very well funded. whats kinda funny though is that go check how much these high brand schools like actually pay these teachers. its not so much....... ul get funded and feel great about urself but end of the day these schools dont pay that much more if u take into account they are in high cost of living areas
@mostafaelraies344
@mostafaelraies344 2 жыл бұрын
Ron do not hold any Nobel prizes
@AndrewShaifer
@AndrewShaifer 10 ай бұрын
And yet you can watch all the lectures online for free! So this is not an unfair kind of advantage.
@ridwanjalali9217
@ridwanjalali9217 Жыл бұрын
39:00 Don’t share code… I felt some nostalgia hearing this sentence in the era of ChatGPT 😢
@raptorrogue4227
@raptorrogue4227 5 ай бұрын
Hi, are you trying to learn computational biology? What's the goal?
@DisappointedBuddha
@DisappointedBuddha 9 жыл бұрын
When it comes to the syllabus, is it possible to find an online version. I'm currently studying science at Monash University (Australia) and due to my double major of chemistry and biochemistry/molecular genetics I am unable to do the unit of computational biology (due to prerequisites and time restraints). I'm keen to learn more if available
@pramitbanerjee
@pramitbanerjee 9 жыл бұрын
knowledge is power. Its nice that you can learn computational biology even though its not a part of the course. How will you use this knowledge? Without a degree in it, will its worth be any less?
@mitocw
@mitocw 9 жыл бұрын
See the course on MIT OpenCourseWare for the complete course materials (ocw.mit.edu/7-91JS14). There are readings, lecture slides, projects, assignments available (and the syllabus too). Sorry we did not see your comment earlier.
@georgebenichou9727
@georgebenichou9727 9 жыл бұрын
i am very surprised that we dont talk about the immense influence of the human nervous system it's nature it's localisation it's function we could see easily the analogy with the computer the brain would be the recipient of thousand of logiciels that control each organ of the body by transmission of electrical commands thru the nerves this a new modern paradigm that deserve very serious consideration time for a quantum breakthrough !!!!!it would get us out of status quo research !!! imagine the consequences !!!!
@hosseinrad5276
@hosseinrad5276 8 жыл бұрын
+MIT OpenCourseWare The link is dead! Help with the correct one! PLZ
@mitocw
@mitocw 8 жыл бұрын
+Hossein Izadi Rad Sorry, we had a problem with our redirects! The link is working now.
@shilpisingh9718
@shilpisingh9718 4 жыл бұрын
hi . can someone provide the link to the stats primer?? thanks!
@blasttrash
@blasttrash 4 жыл бұрын
what are the prereqs for this? I am masters in computer science, but I have no idea about biology, hell I don't even remember what a protein is. How much biology is needed and what should I learn before learning this. Thanks
@mitocw
@mitocw 4 жыл бұрын
There are different prerequisites for the various versions of the course. There is a TABLE of prerequisites in the Syllabus, see the course on MIT OpenCourseWare at: ocw.mit.edu/7-91JS14. o.O
@jalgas92
@jalgas92 7 жыл бұрын
Is the Primer on Statistics mentioned during the lecture available for non MIT students?
@ArkadeepBanerjee21
@ArkadeepBanerjee21 5 жыл бұрын
@@kennynicoll6277 Thank you very much!
@philledwith8307
@philledwith8307 6 жыл бұрын
With so many different courses being taught by the same lectures, where can you access the additional content? Will I come across the A.I. lectures naturally in this series, or do I need to look for it elsewhere?
@thryce82
@thryce82 4 жыл бұрын
if ur looking for ml they have 2 different courses covering ml in genomics and deep learning specifically. i dont know if they are any good but they are easy to find on the MIT OCW website. I plan on checking them.
@MrNightWalkerz
@MrNightWalkerz 3 жыл бұрын
@@thryce82 I cannot find the courses pertaining to ML and Deep Learning applied to genomics on the OCW website. Is it possible that you could link them?
@PoisonAlienful
@PoisonAlienful 9 жыл бұрын
Prof. sounds like Jesse Eisenberg.
@brendansullivan4872
@brendansullivan4872 9 жыл бұрын
Great coverage but better illustrations and more conceptual material would serve this course better.
@bappyiub80386
@bappyiub80386 6 жыл бұрын
Hi, I am BSc in computer science. I am good at C++.Should I study Computational and Systems Biology?
@km2052
@km2052 6 жыл бұрын
thanks
@orionnorzagaray4213
@orionnorzagaray4213 9 жыл бұрын
Thank you!
@AssasinMilo
@AssasinMilo 7 жыл бұрын
Is the recitation with additional content recorded and available?
@mitocw
@mitocw 7 жыл бұрын
Sorry, there are no recitation videos but there are recitation slides. See the course on MIT OpenCourseWare for the materials at ocw.mit.edu/7-91JS14.
@GoblinGreen911
@GoblinGreen911 7 жыл бұрын
what a terrible speaker
2. Local Alignment (BLAST) and Statistics
1:16:48
MIT OpenCourseWare
Рет қаралды 122 М.
Yum 😋 cotton candy 🍭
00:18
Nadir Show
Рет қаралды 7 МЛН
Or is Harriet Quinn good? #cosplay#joker #Harriet Quinn
00:20
佐助与鸣人
Рет қаралды 6 МЛН
MIT Introduction to Deep Learning | 6.S191
1:09:58
Alexander Amini
Рет қаралды 503 М.
Systems Biology Lecture 1
1:30:08
Weizmann Institute of Science
Рет қаралды 83 М.
The SAT Question Everyone Got Wrong
18:25
Veritasium
Рет қаралды 12 МЛН
What Is an AI Anyway? | Mustafa Suleyman | TED
22:02
TED
Рет қаралды 1,4 МЛН
Yum 😋 cotton candy 🍭
00:18
Nadir Show
Рет қаралды 7 МЛН