#Biopython

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025

Комментарии • 43

  • @ДаниилЗеленов-в7г

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

  • @rutujasawant6646
    @rutujasawant6646 2 года назад +1

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

  • @davoodfattah1535
    @davoodfattah1535 3 года назад +3

    Amazing. Thanks for your help and knowledge Bro

  • @ifeoluwajoyfalade3376
    @ifeoluwajoyfalade3376 2 года назад +2

    Thanks a lot sir. This was very helpful.

  • @iremaktay5439
    @iremaktay5439 6 месяцев назад

    Thank you, I am new and the video was really helpful

  • @罗小波-v9z
    @罗小波-v9z 2 года назад

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

  • @ayeeeppp
    @ayeeeppp 10 месяцев назад

    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  10 месяцев назад +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 10 месяцев назад

      @@akashmitrabiology Thanks. Using conditional helps!

  • @s.myousufuddin8608
    @s.myousufuddin8608 2 года назад +1

    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  2 года назад

      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 2 года назад

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

  • @hdmicrobes
    @hdmicrobes 3 года назад

    Good work Akash 👍

  • @swativaish594
    @swativaish594 2 года назад

    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  2 года назад

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

  • @noveratabassum9192
    @noveratabassum9192 Год назад

    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  Год назад

      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.

  • @girishrenganathan5877
    @girishrenganathan5877 Год назад

    What version of python should I install for the biopython

  • @mamillapallysaibharath8764
    @mamillapallysaibharath8764 3 года назад +1

    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.

  • @shamikamajmudar1546
    @shamikamajmudar1546 2 года назад

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

    • @akashmitrabiology
      @akashmitrabiology  2 года назад +1

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

  • @not_him...1
    @not_him...1 2 года назад

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

    • @akashmitrabiology
      @akashmitrabiology  2 года назад

      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

  • @miguelresendes3749
    @miguelresendes3749 2 года назад

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

    • @miguelresendes3749
      @miguelresendes3749 2 года назад

      this only happens within the py file in visual studio code

    • @miguelresendes3749
      @miguelresendes3749 2 года назад

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

    • @akashmitrabiology
      @akashmitrabiology  2 года назад

      You can check the spellings and everything once more

    • @miguelresendes3749
      @miguelresendes3749 2 года назад

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

    • @akashmitrabiology
      @akashmitrabiology  2 года назад

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

  • @pratitidas
    @pratitidas 2 года назад

    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  2 года назад

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

  • @destinydecember9773
    @destinydecember9773 2 года назад

    how to download a fasta file?

    • @akashmitrabiology
      @akashmitrabiology  2 года назад +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.