combinations for one molecule and multiple SMIRKS…
>>
>>
>>
>> Hope this was of help.
>>
>>
>>
>> Kind regards,
>>
>> Jonas
>>
>>
>>
>> *From:* Egon Willighagen
>> *Sent:* Saturday, November 23, 2024 6:52 PM
>
>
> Hope this was of help.
>
>
>
> Kind regards,
>
> Jonas
>
>
>
> *From:* Egon Willighagen
> *Sent:* Saturday, November 23, 2024 6:52 PM
> *To:* CDK users list
> *Subject:* [Cdk-user] SMIRKS in 2.10-SNAPSHOT
>
>
>
>
> Hi John, a
of help.
Kind regards,
Jonas
From: Egon Willighagen
Sent: Saturday, November 23, 2024 6:52 PM
To: CDK users list
Subject: [Cdk-user] SMIRKS in 2.10-SNAPSHOT
Hi John, all,
I am playing with SMIRKS but it's pretty new to me.
Transform neutralAcid = Smirks
Hi John, all,
I am playing with SMIRKS but it's pretty new to me.
Transform neutralAcid = Smirks.compile("[O-:1]>>[O:1]");
IAtomContainer cdkStruct = parser.parseSmiles("CC(=O)[O-]");
Iterable iterable = neutralAcid.apply(cdkStruct,
Transform.Mode.Exclusive);
for (IAtomContainer neutral : iterabl
4 matches
Mail list logo