Skip to content

Commit

Permalink
fixed typo in widget front-back-end
Browse files Browse the repository at this point in the history
  • Loading branch information
cornhundred committed May 3, 2017
1 parent 90705a9 commit 78a79a9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file modified docs/_build_html/.doctrees/clustergrammer_widget.doctree
Binary file not shown.
Binary file modified docs/_build_html/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build_html/_sources/clustergrammer_widget.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The ``net`` object can also be used to filter and normalize your data before vis

**Two-way Widget Communication**

Jupyter widgets enable both front-end to back-end communication (e.g. Python kernel to JavaScript) and back-end to front-end (e.g. JavaScript to Python kernel). Clustergrammer-Widget uses front-end to back-end communication to enable users to export their modified matrix (e.g. cropped matrix) to the Python kernel as a DataFrame. This can be used to select a cluster of interest (e.g. by :ref:`crop` or using the :ref:`interactive_dendrogram`) and pass this cluster to a new dataframe. Alternatively, this can be used to export data to a DataFrame after running front-end enrichment analysis using :ref:`Enrichrgram <enrichrgram>`. See the ``df_widget`` method below for an example:
Jupyter widgets enable both back-end to front-end communication (e.g. Python kernel to JavaScript) and front-end to back-end (e.g. JavaScript to Python kernel). Clustergrammer-Widget uses front-end to back-end communication to enable users to export their modified matrix (e.g. cropped matrix) to the Python kernel as a DataFrame. This can be used to select a cluster of interest (e.g. by :ref:`crop` or using the :ref:`interactive_dendrogram`) and pass this cluster to a new dataframe. Alternatively, this can be used to export data to a DataFrame after running front-end enrichment analysis using :ref:`Enrichrgram <enrichrgram>`. See the ``df_widget`` method below for an example:

::

Expand Down
6 changes: 3 additions & 3 deletions docs/_build_html/clustergrammer_widget.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/clustergrammer_widget.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The ``net`` object can also be used to filter and normalize your data before vis

**Two-way Widget Communication**

Jupyter widgets enable both front-end to back-end communication (e.g. Python kernel to JavaScript) and back-end to front-end (e.g. JavaScript to Python kernel). Clustergrammer-Widget uses front-end to back-end communication to enable users to export their modified matrix (e.g. cropped matrix) to the Python kernel as a DataFrame. This can be used to select a cluster of interest (e.g. by :ref:`crop` or using the :ref:`interactive_dendrogram`) and pass this cluster to a new dataframe. Alternatively, this can be used to export data to a DataFrame after running front-end enrichment analysis using :ref:`Enrichrgram <enrichrgram>`. See the ``df_widget`` method below for an example:
Jupyter widgets enable both back-end to front-end communication (e.g. Python kernel to JavaScript) and front-end to back-end (e.g. JavaScript to Python kernel). Clustergrammer-Widget uses front-end to back-end communication to enable users to export their modified matrix (e.g. cropped matrix) to the Python kernel as a DataFrame. This can be used to select a cluster of interest (e.g. by :ref:`crop` or using the :ref:`interactive_dendrogram`) and pass this cluster to a new dataframe. Alternatively, this can be used to export data to a DataFrame after running front-end enrichment analysis using :ref:`Enrichrgram <enrichrgram>`. See the ``df_widget`` method below for an example:

::

Expand Down

0 comments on commit 78a79a9

Please sign in to comment.