<< < 563 564 565 566 567 568 569 570 571 572 573 > >>   ∑:15912  Sort:Rank

Molecule FYI-1003024
Molecule Summary: ID: FYI-1003024 Names: InChIKey: QDZXCKHKINPNMQ-UHFFFAOYSA-N SMILES: CN/C(=N\\C#N)NCCNc2nc(N)c1cccc c1n2Received at FYIcenter.com on: 2023-05-07
2023-05-31, 2212🔥, 0💬

Molecule FYI-1003050
Molecule Summary: ID: FYI-1003050 Names: InChIKey: VCPZVNMTXCALPA-UHFFFAOYSA-N SMILES: C=C1CCCC(C)(C)C1Cc4c(O)cc3oc(c 2ccc(O)c(O)c2)cc(=O)c3c4OReceived at FYIcenter.com on: 2023-05-09
2023-05-31, 2203🔥, 0💬

Molecule FYI-1003017
Molecule Summary: ID: FYI-1003017 Names: InChIKey: KXOJSCMWBARADF-UHFFFAOYSA-N SMILES: CCCC(CCC)CCNc2c(F)c(SCc1ccc(C( =O)O)cc1)c(F)c(F)c2S(N)(=O)=OReceived at FYIcenter.com on: 2023-05-06
2023-05-31, 2199🔥, 0💬

Molecule FYI-1003032
Molecule Summary: ID: FYI-1003032 Names: InChIKey: GTQULBLGTFFANL-UHFFFAOYSA-N SMILES: CN(C)c1nc(CCC(N)C(=O)O)cs1 Received at FYIcenter.com on: 2023-05-08
2023-05-31, 2149🔥, 0💬

Molecule FYI-1003043
Molecule Summary: ID: FYI-1003043 Names: InChIKey: XYKJVHTUQQONLW-UHFFFAOYSA-N SMILES: CCC(C)CCC1CCCCC1 Received at FYIcenter.com on: 2023-05-08
2023-05-31, 2078🔥, 0💬

Molecule FYI-1003028
Molecule Summary: ID: FYI-1003028 Names: InChIKey: BEMKHDJLLMJSEK-VQHVLOKHSA-N SMILES: C=Cc1nc(S/C=C(C)/C(C)CN)nc(N)c 1CReceived at FYIcenter.com on: 2023-05-07
2023-05-31, 2075🔥, 0💬

Molecule FYI-1003049
Molecule Summary: ID: FYI-1003049 Names: InChIKey: IDMSVEDHPUHLPT-SCDVKCJHSA-N SMILES: CC(=O)Nc3ccc(C/C(=C/CC(=O)NC1C C1)C(=O)N(C)Cc2ccc(O)cc2)cc3Received at FYIcenter.com on: 2023-05-09
2023-05-31, 2020🔥, 0💬

Molecule FYI-1003023
Molecule Summary: ID: FYI-1003023 Names: InChIKey: XHFXUIRLZODARB-UHFFFAOYSA-N SMILES: CNS(=O)(=O)c2c(F)c(F)c(SCCc1cc c(C(=O)O)cc1)c(F)c2NC3CCCCCCC3Received at FYIcenter.com on: 2023-05-06
2023-05-31, 1939🔥, 0💬

Molecule FYI-1003048
Molecule Summary: ID: FYI-1003048 Names: InChIKey: GIMPLGQWWGYBJS-KCEHZKJRSA-O SMILES: CCCCS(=O)C[C@H](O)CSc3[nH+]c(c 1ccc(C)cc1)cc(c2ccccc2)c3C#NReceived at FYIcenter.com on: 2023-05-09
2023-05-31, 1730🔥, 0💬

Molecule FYI-1003059
Molecule Summary: ID: FYI-1003059 Names: InChIKey: IJVCBRUDDVRMGK-CTYIDZIISA-N SMILES: N#Cc3cc(c2cc(N[C@@H]1CC[C@@H]( O)CC1)cnc2N)ccc3OReceived at FYIcenter.com on: 2023-05-10
2023-05-31, 1064🔥, 0💬

Molecule FYI-1003027
Molecule Summary: ID: FYI-1003027 Names: InChIKey: JEQPVQNPYRJYML-SOFGYWHQSA-N SMILES: C/C(=C\\Sc1nc(C)c(C)c(N)n1)C(C )CNReceived at FYIcenter.com on: 2023-05-07
2023-05-31, 1043🔥, 0💬

Molecule FYI-1003038
Molecule Summary: ID: FYI-1003038 Names: InChIKey: VSNHCAURESNICA-UHFFFAOYSA-N SMILES: NC(=O)NO Received at FYIcenter.com on: 2023-05-08
2023-05-31, 1030🔥, 0💬

Pairwise Sequence Alignment Score Settings
How to change Pairwise Sequence Alignment Score Settings? Bio.Align.PairwiseAligner().al ign()uses a set of Alignment Score Settings to control how each possible alignment score is calculated. It then returns only those alignments that have the highest score. Here are the Alignment Score Settings th...
2023-05-09, 1691🔥, 0💬

Calculate Pairwise Sequence Alignment
How to Calculate Pairwise Sequence Alignment? You can use the Bio.Align.PairwiseAligner() function to Calculate Pairwise Sequence Alignment. It uses the Needleman-Wunsch, Smith-Waterman, Gotoh (three-state), and Waterman-Smith-Beyer global and local pairwise alignment algorithms. Here is an example ...
2023-05-09, 1232🔥, 0💬

Fetch Sequences from NCBI with Bio.Blast.NCBIWWW.qblast()
How to Fetch Sequences from NCBI with Bio.Blast.NCBIWWW.qblast()? The function qblast() in the Bio.Blast.NCBIWWW module allows you to call the online version of BLAST to fetch DNA or protein sequences from https://blast.ncbi.nlm.nih.gov /Blast.cgi.Currently the qblast() function only works with 5 BL...
2023-05-09, 1161🔥, 0💬

Too Many Results from align() Function
Why there are So Many Results from the align() Function? If you are using the default score settings, you may get a very large number of possible alignments. Here is an example using the first and the third sequences from the PF05371_seed.faa file. fyicenter$ python &gt;&gt;&gt; from Bio...
2023-05-09, 1013🔥, 0💬

Parse PDB Entry with Bio.PDB.MMCIFParser.parser Module
How to Parse PDB Entry with Bio.PDB.MMCIFParser.parser.get _structure()function? Bio.PDB.MMCIFParser.parser.get _structure()function allows you to parse and any PDB (Protein Database) data files. 1. Download a PDB file in PDB format. fyicenter$ curl http://files.rcsb.org/view/1fa t.pdb&gt; 1fat....
2023-05-09, 1009🔥, 0💬

Use Bio.SearchIO Module to Parse BLAST XML Result
How to Use Bio.SearchIO Module to Parse BLAST XML Result? The Bio.SearchIO module allows to parse sequence search result from different result format. 1. Try the following code to query the "nt" database under the "blastn" program with a given DNA sequence, which is reverse translated from a protein...
2023-05-09, 1000🔥, 0💬

Molecule FYI-1002910
Molecule Summary: ID: FYI-1002910 Names: InChIKey: ZIJXBGRPNLXMSP-UHFFFAOYSA-N SMILES: COC(=O)c2cc(S(N)(=O)=O)c(SCc1c cccc1)cc2SCc3ccccc3Received at FYIcenter.com on: 2023-04-25
2023-05-09, 3404🔥, 0💬

Molecule FYI-1002934
Molecule Summary: ID: FYI-1002934 Names: InChIKey: NMKGQIZZCGSFBF-UHFFFAOYSA-N SMILES: CSCCC(NC(=O)C(CCCNC(=N)N)NC(=O )C(CC(=O)O)NC(=O)C(CCCNC(=N)N) NC(=O)C(CCCNC(=N)N)NC(=O)C(C)N C(=O)C(CO)NC(=O)C(CCC(N)=O)NC( =O)C(CCC(N)=O)NC(=O)C1CCCN1C(= O)C2CCCN2C(=O)C(C)NC(=O)CNC(=O )C(CCC(=O)O)NC(=O)C3CCC(=O)N3) C(=...
2023-05-09, 3035🔥, 0💬

Molecule FYI-1002922
Molecule Summary: ID: FYI-1002922 Names: InChIKey: MUCWEYAKCRELMX-UHFFFAOYSA-N SMILES: Cc3cc2c(=O)c(N1CCCCC1)c(C(F)(F )F)c(=O)c2cc3CReceived at FYIcenter.com on: 2023-04-27
2023-05-09, 3025🔥, 0💬

Molecule FYI-1002935
Molecule Summary: ID: FYI-1002935 Names: InChIKey: LLIPPLNBWFRKIA-UHFFFAOYSA-N SMILES: CC(=O)NCCc3cn(CCNS(=O)(=O)c1cc c(C)cc1Cc2ccc(C)cc2)c4ccccc34Received at FYIcenter.com on: 2023-04-29
2023-05-09, 2862🔥, 0💬

Molecule FYI-1002918
Molecule Summary: ID: FYI-1002918 Names: InChIKey: QQWOKBKVDMFFJO-UHFFFAOYSA-N SMILES: O=c2c(N1CCCC1)c(C(F)(F)F)c(=O) c3ccccc23Received at FYIcenter.com on: 2023-04-26
2023-05-09, 2802🔥, 0💬

Molecule FYI-1002941
Molecule Summary: ID: FYI-1002941 Names: InChIKey: QNOYEQFIQLMSPD-UHFFFAOYSA-N SMILES: CS(=O)(=Nc1c(C(F)(F)F)c(=O)ccc 1=O)c2ccccc2ClReceived at FYIcenter.com on: 2023-04-29
2023-05-09, 2675🔥, 0💬

<< < 563 564 565 566 567 568 569 570 571 572 573 > >>   ∑:15912  Sort:Rank