<< < 381 382 383 384 385 386 387 388 389 390 391 > >>   ∑:9382  Sort:Rank

Molecule FYI-1000185
Molecule Summary: ID: FYI-1000185 SMILES: CC/C=C\\CC/C=C/C=O Received at FYIcenter.com on: 2020-11-09
2020-12-02, 1169🔥, 0💬

"babel" - FP2 Exhaustive Fingerprint Fragments
How to exhaust all possible Open Babel FP2 Fingerprint Fragments in a molecule? The easiest way to exhaust all possible Open Babel FP2 Fingerprint Fragments in a molecule to following this algorithm: Loop through all atoms (except H) in the molecule. Set each atom as the root of a bond-atom tree. An...
2020-12-02, 1069🔥, 0💬

"babel -ofpt -xs" - Display Fingerprint Fragments
How to Display Fingerprint Fragments using "babel" command? I want to know how many fragments are used when taking the fingerprint of a given molecule. You can using ""-ofpt -xs" options of the "babel" command to Display Fingerprint Fragment information. Here are some examples of molecule fingerprin...
2020-12-02, 959🔥, 0💬

Generate Fingerprint of Single Molecule
How to generate the fingerprint of a single molecule? I want to see the fingerprint value. If you want see the fingerprint value of a single molecule, you can just specify the molecule as the only input molecule to the "babel ... -o fpt " command. Open Babel will output its fingerprint in hexadecima...
2020-12-02, 957🔥, 0💬

Substructure Search with Fingerprints
Can I do Substructure Search with fingerprints using Open Babel? Yes, you can do Substructure Search with fingerprints using Open Babel. All you have to do is to take substructure as the query molecule and run a similarity search using the fingerprint output option "-o fpt ". When Open Babel calcula...
2020-12-02, 797🔥, 0💬

"babel" - FP2 Fingerprint Fragment Ends at Ring
What happens if a ring is in the molecule FP2 fragment path? In the Open Babel FP2 fingerprint algorithm, if a ring is in the fragment path, the path will end when the atom meets the same atom again in the path. In other words, the same atom in a ring should not appear twice in the same fragment pat...
2020-12-02, 711🔥, 0💬

List of Open Babel Commands
How many command line tools are provided in the Open Babel package? By default, Open Babel package provides the following command line tools: babel (obabel) - Convert chemistry and molecular modeling data files. obchiral - Print molecular chirality information. obconformer - Generate conformer coord...
2020-11-22, 1748🔥, 0💬

"obconformer" - Generate Best Conformer
What Is "obconformer" command? How to use it to generate the best conformer from a base molecule? "obconformer" command is a command line tool provided in the Open Babel package that allows you to generate the best conformer from a base molecule. Here is the user manual of the "obconformer" command....
2020-11-22, 1240🔥, 0💬

Molecule FYI-1000181
Molecule Summary: ID: FYI-1000181 SMILES: CS(=O)C1=CC=C(C=C1)C2=NC(=C(N2 )C3=CC=NC=C3)C4=CC=C(C=C4)FReceived at FYIcenter.com on: 2020-10-27
2020-11-22, 1162🔥, 0💬

"babel -H fpt" - Fingerprint Help Information
How to get help information on Open Babel Fingerprints? You can use the "babel -H fpt" command to get help information on Open Babel Fingerprints: fyicenter$ babel -H fpt fpt Fingerprint format Generate or display molecular fingerprints. This format constructs and displays fingerprints and (for mult...
2020-11-22, 900🔥, 0💬

Other Open Babel Commands
Where to find FAQ (Frequently Asked Questions) on Open Babel Commands other than the format converter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Open Babel Commands other than the format converter. List of Open Babel Commands "obchiral" -...
2020-11-22, 868🔥, 0💬

"obchiral" - Print Chirality Information
What Is "obchiral" command? How to use it to Print Chirality Information? "obchiral" command is a command line tool provided in the Open Babel package that allows you to calculate and print molecule chirality information. Here is the user manual of the "obchiral" command. NAME obchiral -- print mole...
2020-11-22, 812🔥, 0💬

Molecule FYI-1000183
Molecule Summary: ID: FYI-1000183 SMILES: C[C@H]1CCO[C@H](C1)C=C(C)C Received at FYIcenter.com on: 2020-11-09
2020-11-22, 1191🔥, 0💬

Molecule FYI-1000182
Molecule Summary: ID: FYI-1000182 SMILES: COc2ccc(Cc1ccccc1)c(C)c2 Received at FYIcenter.com on: 2020-10-28
2020-11-22, 1166🔥, 0💬

Molecule FAQ
Where to find molecule FAQ (Frequently Asked Questions)? I want to learn more about molecules. Here is a large collection of tutorials to answer many frequently asked questions compiled by FYIcenter.com team about molecules and their structures: Introduction to Molecules What Is Molecule What Is Mol...
2020-11-11, 2747🔥, 0💬

"obgen" - Generate Molecule 3D Structures
What Is "obgen" command? How to use it to Generate Molecule 3D Structures? "obgen" command is a command line tool provided in the Open Babel package that allows you to Generate Molecule 3D Structures. "obgen" command does the same job as the "babel ... --gen3D" with more options. Here is the user ma...
2020-11-11, 2636🔥, 0💬

Molecule FYI-1000180
Molecule Summary: ID: FYI-1000180 SMILES: O=C1N[C@H](C)CNC2=C1SC(C=C3)=C 2C4=C3N=C(OC5=NC(Cl)=NC=C5COCC )C=C4Received at FYIcenter.com on: 2020-10-25
2020-11-11, 1466🔥, 0💬

Molecule FYI-1000179
Molecule Summary: ID: FYI-1000179 SMILES: CNC[C@H](O)C1=CC(O)=C(O)C=C1 Received at FYIcenter.com on: 2020-10-16
2020-11-11, 1362🔥, 0💬

Molecule FYI-1000178
Molecule Summary: ID: FYI-1000178 SMILES: CNC[C@H](O)c1ccc(O)c(O)c1 Received at FYIcenter.com on: 2020-10-16
2020-11-11, 1251🔥, 0💬

"obfit" - Superimpose Two Molecules
What Is "obfit" command? How to use it to Superimpose Two Molecules? "obfit" command is a command line tool provided in the Open Babel package that allows you to Superimpose Two Molecules. Here is the user manual of the "obfit" command. NAME obfit -- superimpose two molecules based on a pattern SYNO...
2020-11-11, 1002🔥, 0💬

"obenergy" - Calculate Molecule Energy
What Is "obenergy" command? How to use it to Calculate Molecule Energy? "obenergy" command is a command line tool provided in the Open Babel package that allows you to Calculate Molecule Energy. Here is the user manual of the "obenergy" command. NAME obenergy -- calculate the energy for a molecule S...
2020-11-11, 943🔥, 0💬

"obgrep" - Search Molecules using SMARTS
What Is "obgrep" command? How to use it to Search Molecules using SMARTS strings? "obgrep" command is a command line tool provided in the Open Babel package that allows you to Search Molecules using SMARTS strings. "obgrep" command does the same job as the "babel ... -s ..." with more options. Here ...
2020-11-11, 837🔥, 0💬

Molecule FYI-1000176
Molecule Summary: ID: FYI-1000176 SMILES: COCC(=O)Cc1ccc(CC#N)cc1 Received at FYIcenter.com on: 2020-10-14
2020-10-26, 1331🔥, 0💬

Molecule FYI-1000175
Molecule Summary: ID: FYI-1000175 SMILES: C#Cc1ccc(C(=O)CCCC(C)(C)N)cc1 Received at FYIcenter.com on: 2020-10-13
2020-10-26, 1311🔥, 0💬

<< < 381 382 383 384 385 386 387 388 389 390 391 > >>   ∑:9382  Sort:Rank