Introduction to RDKit Part 1

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

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

  • @aaditagarwal24
    @aaditagarwal24 4 года назад +8

    This introduction was what I was searching for the past week. It is such an amazing introduction to get started on the rdkit lib. Thank you so much!

  • @rafikmenacer7007
    @rafikmenacer7007 4 года назад

    Thank you very much you saved me! I tried to install unsuccessfully RDKit, but now with google colab, it became easy, thank you again

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

    Is there a guide to how to get to where you start this video? I installed python and miniconda but I’m totally lost trying to follow the RDKit setup page.

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

    hello I use the code but it has a mistake just said there is no rdkit module.but sometimes before,it was true.how can I deal with it? thanks

  • @gonz7117
    @gonz7117 Месяц назад

    why mine is error during installation? is it bcuz of i used windows?

  • @ayuameliatulshahilah
    @ayuameliatulshahilah 11 месяцев назад

    Hello Sir, I am trying to learn based on what you show in your video. I encountered a problem when I wanted to do smiles_list. The picture doesn't come out as output? Already copy one by one based on video. Your help is truly appreciated.

  • @WelingtonSilvaMusica
    @WelingtonSilvaMusica 4 года назад

    It's beeing much important for me these videos, thanks!

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

    what is this for? can we perform QM calculations?

  • @timithyboring5964
    @timithyboring5964 4 года назад +2

    Hi sir,
    How does one install this on windows?
    Thanks

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

      I just conda.I think you can visit Rdkit GuanWang.It write clearly

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

    Hello sir
    Please tell me what is the use , benefits for Rdkit.
    I have to know sir .

  • @rozgol2706
    @rozgol2706 4 года назад

    Hello could you please introduce me One program to convert Fasta format to smiles cod ?

  • @ahmetsarigun
    @ahmetsarigun 5 лет назад +3

    I am very happy for your sharing. Please, could you create a playing list as "Introduction to RDKit" on your channel that we could follow your videos easily? Hope more videos will come. Thanks for your sharing :)

    • @JanJensenCopenhagen
      @JanJensenCopenhagen  5 лет назад +2

      Glad you like the videos. I have made a playlist for machine learning where I'll include any RDKit videos I make ruclips.net/p/PLVxAq6ZYPp33b1n21cpeiY7Brollt13_6

    • @ahmetsarigun
      @ahmetsarigun 5 лет назад +1

      @@JanJensenCopenhagen Thanks :)

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

    On most text editors simply typing in your variable name won’t print out the molecule. Even if you print it, it will just say “mol from this smile”xxxxx” “ and won’t actually show the compound. Anyway to get around this?

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

      This only works in Python notebooks AFAIK

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

      @@JanJensenCopenhagen I’m using spyder which is an anaconda editor, so built for python, do you think it would be possible to use a gui for the representation or will it simply only work in python notebooks? Appreciate the help!

  • @jaskirat7809
    @jaskirat7809 4 года назад

    Hey Jan,
    I was trying to install rdkit on my local machine.
    Is there a way i can install it without using conda??

    • @JanJensenCopenhagen
      @JanJensenCopenhagen  4 года назад

      I suggest posting your question to the RDKit mailing list: sourceforge.net/p/rdkit/mailman/

    • @jaskirat7809
      @jaskirat7809 4 года назад

      @@JanJensenCopenhagen Okay Thanks!!

  • @nickcarp5732
    @nickcarp5732 4 года назад

    Basically , I have semi-large molecules and I would like to read off the functional groups of the indane ring within them. Any ideas?

    • @JanJensenCopenhagen
      @JanJensenCopenhagen  4 года назад

      I'm not sure what you mean. I suggest posting your question on the RDKit mailing list sourceforge.net/p/rdkit/mailman/. Give a specific example, i.e. here is my input molecules and here is what I would like as output.

    • @nickcarp5732
      @nickcarp5732 4 года назад

      ​@@JanJensenCopenhagen for example, if I input the molecule for phenol (ring structure) how do I parse through the SMILES string to output the OH group?

    • @JanJensenCopenhagen
      @JanJensenCopenhagen  4 года назад

      @@nickcarp5732 have a look at www.rdkit.org/docs/GettingStartedInPython.html#other-fragmentation-approaches

    • @nickcarp5732
      @nickcarp5732 4 года назад

      @@JanJensenCopenhagen thank you

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

      @@nickcarp5732 hi were you able to find out a solution to this? I am working on a similar project

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

    Hi,
    Thanks for your useful tutorial.
    Is it possible to convert a list of molecules symbols into there smiles with RDKit? And how?
    Thank you so much

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

      I don't know what you mean by "molecule symbols"

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

      @@JanJensenCopenhagen molecules name actually

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

      @@faridehabdollahi1703 colab.research.google.com/drive/1HYC4Vb_6aT7uKyXWvGHfue6UE550Quqj?usp=sharing

  • @florianro.9185
    @florianro.9185 4 года назад

    05:30 I can recommend list comprehensions there :)

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

    Thank you sir . really your explanations are next level !!

  • @kingcheng2000
    @kingcheng2000 4 года назад

    Thank you!

  • @chevere3424
    @chevere3424 11 месяцев назад

    Thanks!

  • @chikken007
    @chikken007 5 лет назад

    Hey Jan, thanks for the introdutction!
    Do you know if I can do hierarchical clustering on molecules and not only use smiles but the InChi(key) ?

    • @JanJensenCopenhagen
      @JanJensenCopenhagen  5 лет назад +1

      Don't know, sorry

    • @Jedders
      @Jedders 5 лет назад +1

      You could always look to convert your InChi(key) to a smiles format?

    • @chikken007
      @chikken007 5 лет назад

      @@Jedders yes that will probably do it eventually. Thanks for the hint.

    • @raghavendratikare1659
      @raghavendratikare1659 4 года назад

      @@JanJensenCopenhagen Hey, a very good introduction. How exactly we transform SMILES into fingerprint composed of RDkit phys chem descriptors????

  • @kora5
    @kora5 4 года назад +1

    Installing RDKit with conda can take almost 2 minutes. Here's a faster way.(take 6 seconds)
    !pip install kora
    import kora.install.rdkit

  • @prakashchandranr3274
    @prakashchandranr3274 4 года назад

    Thank you!