You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/notebooks.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ be executed by typing CTRL+enter
13
13
UniProt
14
14
----------
15
15
16
-
Here is a ipython notebook dedicated to UniProt, which can be downloaded :download:`notebook/UniProt.ipynb` or view its results on `uniprot nbviewer <http://nbviewer.ipython.org/url/pythonhosted.org//bioservices/_downloads/UniProt.ipynb>`_
16
+
Here is a ipython notebook dedicated to UniProt, which can be downloaded :download:`notebooks/uniprot/uniprot_demo.ipynb` or view its results on `uniprot nbviewer <https://github.com/cokelaer/bioservices/blob/master/notebooks/uniprot/uniprot_demo.ipynb>`_
The 'Substructure' and 'Similarity' web service resources allow for the chemical content of ChEMBL to be searched. Similar to the other resources, these search based resources except filtering, paging and ordering arguments. These methods accept SMILES, InChI Key and molecule ChEMBL_ID as arguments and in the case of similarity searches an additional identity cut-off is needed. Some example molecule searches are provided in the table below.
771
+
The 'Substructure' and 'Similarity' web service resources allow
772
+
for the chemical content of ChEMBL to be searched. Similar to the
773
+
other resources, these search based resources except filtering, paging
774
+
and ordering arguments. These methods accept SMILES, InChI Key and
775
+
molecule ChEMBL_ID as arguments and in the case of similarity searches
776
+
an additional identity cut-off is needed. Some example molecule searches
777
+
are provided in the table below.
772
778
773
-
Searching with InChI key is only possible for InChI keys found in the ChEMBL database. The system does not try and convert InChI key to a chemical representation.
779
+
Searching with InChI key is only possible for InChI keys found in the
780
+
ChEMBL database. The system does not try and convert InChI key to a
781
+
chemical representation.
774
782
775
783
"""
776
784
# we use quote to formqt the SMILE/InChiKey for a URL parsing
The 'Substructure' and 'Similarity' web service resources allow for the chemical content of ChEMBL to be searched. Similar to the other resources, these search based resources except filtering, paging and ordering arguments. These methods accept SMILES, InChI Key and molecule ChEMBL_ID as arguments and in the case of similarity searches an additional identity cut-off is needed. Some example molecule searches are provided in the table below.
816
-
817
-
Searching with InChI key is only possible for InChI keys found in the ChEMBL database. The system does not try and convert InChI key to a chemical representation.
823
+
The 'Substructure' and 'Similarity' web service resources allow for the
824
+
chemical content of ChEMBL to be searched. Similar to the other resources, these
825
+
search based resources except filtering, paging and ordering arguments. These
826
+
methods accept SMILES, InChI Key and molecule ChEMBL_ID as arguments and in the
827
+
case of similarity searches an additional identity cut-off is needed. Some
828
+
example molecule searches are provided in the table below.
818
829
830
+
Searching with InChI key is only possible for InChI keys found in the
831
+
ChEMBL database. The system does not try and convert InChI key to a chemical
832
+
representation.
819
833
"""
820
834
# we use quote to formqt the SMILE/InChiKey for a URL parsing
0 commit comments