#Biopython

Sdílet
Vložit
  • čas přidán 15. 07. 2024
  • 🕸Website - akashmitraa.github.io/persona...
    👨🏻‍🎓My google scholar profile - shorturl.at/vKX23
    📚My ebook database - www.notion.so/Books-for-Biolo...
    📸Instagram - / akash_mitraa
    🐤Twitter - / akamitra20
    🎵Study with me Playlist - open.spotify.com/playlist/6oN... Biopython documentation - biopython.org/DIST/docs/tutori...
    📚My ebook database - www.notion.so/Books-for-Biolo...
    🐤Twitter - / akamitra20
    🎵Study with me Playlist - open.spotify.com/playlist/6oN...
    Who am I -
    I'm Akash, a Microbiologist 🔬 and a freelance Biology Teacher. I like making videos and spending time making my study sessions pleasurable although that sounds weird😅. I also help high school kids with their biology lessons.
    If you would like to talk about the video or anything in general, just drop a word on Facebook or if you have a really long question then shoot me an email at akamitra20@gmail.com. I would surely respond 😃
    #python #programming #bioinformatics
  • Věda a technologie

Komentáře • 40

  • @ifeoluwajoyfalade3376
    @ifeoluwajoyfalade3376 Před rokem +2

    Thanks a lot sir. This was very helpful.

  • @user-jw8mc5lu1i
    @user-jw8mc5lu1i Před rokem

    OMG, im tried to find this about 3 hours
    Thank u

  • @davoodfattah1535
    @davoodfattah1535 Před 2 lety +3

    Amazing. Thanks for your help and knowledge Bro

  • @rutujasawant6646
    @rutujasawant6646 Před 2 lety +1

    very useful! keep making such informational videos! Thanksss!!!

  • @user-op5ut3gl2m
    @user-op5ut3gl2m Před 2 lety

    Thank you very much because this is something I can't learn from Chinese video websites

  • @hdmicrobes
    @hdmicrobes Před 2 lety

    Good work Akash 👍

  • @shamikamajmudar1546
    @shamikamajmudar1546 Před 2 lety

    Hi is it possible to get some help on how to insert SNPs in a wild type DNA sequence using biopython?

    • @akashmitrabiology
      @akashmitrabiology  Před 2 lety +1

      I will look into it and let you know. You can explore the biopython documentation as well

  • @not_him...1
    @not_him...1 Před 2 lety

    Please I want to know. Why did you use
    Import Bio.Seq instead of biopython where the folder generally is

    • @akashmitrabiology
      @akashmitrabiology  Před 2 lety

      Bio python is already installed. We can call in any module from that. If you have a separate script in your system for biopython, then you can call in that script and use the modules in it

  • @swativaish594
    @swativaish594 Před rokem

    hey Akash!!!!! I am using Jupyter to run codes of Biopython. I am not able to do the same in Visual studio code. Kindly guide me for the same

    • @akashmitrabiology
      @akashmitrabiology  Před rokem

      Try installing Biopython from the command line inside VS code. That should work I guess.

  • @mamillapallysaibharath8764

    Hii sir, after the completion of biopython courses, what are the companies will going to hire and which companies will hire either IT companies or Pharma companies.

  • @ayeeeppp
    @ayeeeppp Před 3 měsíci

    Hi. If I have a protein dataset in fasta file and I wanted to filter them to fish out specific sequences that satisfies few characteristics, how should I do?

    • @akashmitrabiology
      @akashmitrabiology  Před 3 měsíci +1

      Interesting question! I think it’s possible using conditionals. You can check out my codon search video. That might give you some idea. I will have a look as well.
      Thanks for the idea.

    • @ayeeeppp
      @ayeeeppp Před 3 měsíci

      @@akashmitrabiology Thanks. Using conditional helps!

  • @pratitidas
    @pratitidas Před rokem

    Hi i m completely new to this platform. Can i learn bio python from this playlist? I have no prior knowledge about coding

    • @akashmitrabiology
      @akashmitrabiology  Před rokem

      Hi @pratiti. I have tried to simplify the tutorials as much as possible. You can give it a shot.

  • @girishrenganathan5877
    @girishrenganathan5877 Před 8 měsíci

    What version of python should I install for the biopython

  • @s.myousufuddin8608
    @s.myousufuddin8608 Před rokem

    sir I have tried a lot but Bio.Seq is not importing. I've checked biopython installation, and it says satisfied. but still I'm not getting it. help me out

    • @akashmitrabiology
      @akashmitrabiology  Před rokem

      You can reinstall biopython once more from scratch. Normally it should import. Check the codes that you're writing once more.

    • @s.myousufuddin8608
      @s.myousufuddin8608 Před rokem

      @@akashmitrabiology yes it worked. Problem was with my pycharm!

  • @destinydecember9773
    @destinydecember9773 Před 2 lety

    how to download a fasta file?

    • @akashmitrabiology
      @akashmitrabiology  Před 2 lety +1

      You don't need biopython to download a fasta file. You can directly go to ncbi or pdb, search for your protein or gene and download the sequence from there.

  • @noveratabassum9192
    @noveratabassum9192 Před rokem

    Print (dna) has shown result
    But print (dna.complement) is not showing any result and any other command is not working. I'm new in this biopython learning. Please help me out

    • @akashmitrabiology
      @akashmitrabiology  Před rokem

      You probably haven't imported biopython properly in your work environment. You can check out the documentation. Print(dna) is working fine, that means its just taking the normal python syntax.

  • @miguelresendes3749
    @miguelresendes3749 Před 2 lety

    i can't import Bio.Seq, why?
    already installed biopyhton
    tried already in multiple folders

    • @miguelresendes3749
      @miguelresendes3749 Před 2 lety

      this only happens within the py file in visual studio code

    • @miguelresendes3749
      @miguelresendes3749 Před 2 lety

      the term import in not recognized. I already tried with scripts\activate and deactivated

    • @akashmitrabiology
      @akashmitrabiology  Před 2 lety

      You can check the spellings and everything once more

    • @miguelresendes3749
      @miguelresendes3749 Před 2 lety

      @@akashmitrabiology I guess i was missing the prior selection of python interpreter

    • @akashmitrabiology
      @akashmitrabiology  Před 2 lety

      @@miguelresendes3749 Okay. Good that you could debug it.