Skip to content

Commit

Permalink
updated docs for V3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Oct 30, 2023
1 parent 946a2e2 commit 092a183
Show file tree
Hide file tree
Showing 434 changed files with 9,734 additions and 3,364 deletions.
2 changes: 1 addition & 1 deletion docs/build/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 4f79531dc52f23f438fcc8023850d20a
config: 181252bb397a98d0e836b8bbf9c8cf8a
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/build/.doctrees/api_reference.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/contributing.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/.doctrees/history.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/readme.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/rnalysis.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/.doctrees/rnalysis.filtering.CountFilter.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/.doctrees/rnalysis.filtering.CountFilter.pca.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/rnalysis.filtering.CountFilter.sort.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/.doctrees/rnalysis.filtering.DESeqFilter.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/.doctrees/rnalysis.filtering.DESeqFilter.sort.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/rnalysis.filtering.Filter.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/.doctrees/rnalysis.filtering.Filter.sort.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/rnalysis.filtering.FoldChangeFilter.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.CountFilter.find\_paralogs\_ensembl
======================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: CountFilter.find_paralogs_ensembl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.CountFilter.find\_paralogs\_panther
======================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: CountFilter.find_paralogs_panther
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.CountFilter.map\_orthologs\_ensembl
======================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: CountFilter.map_orthologs_ensembl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.CountFilter.map\_orthologs\_orthoinspector
=============================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: CountFilter.map_orthologs_orthoinspector
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.CountFilter.map\_orthologs\_panther
======================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: CountFilter.map_orthologs_panther
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.CountFilter.map\_orthologs\_phylomedb
========================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: CountFilter.map_orthologs_phylomedb
9 changes: 8 additions & 1 deletion docs/build/_sources/rnalysis.filtering.CountFilter.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rnalysis.filtering.CountFilter
rnalysis.filtering.CountFilter
==============================

.. currentmodule:: rnalysis.filtering
Expand Down Expand Up @@ -39,6 +39,8 @@ rnalysis.filtering.CountFilter
CountFilter.filter_missing_values
CountFilter.filter_percentile
CountFilter.filter_top_n
CountFilter.find_paralogs_ensembl
CountFilter.find_paralogs_panther
CountFilter.fold_change
CountFilter.from_dataframe
CountFilter.from_folder
Expand All @@ -47,6 +49,10 @@ rnalysis.filtering.CountFilter
CountFilter.intersection
CountFilter.ma_plot
CountFilter.majority_vote_intersection
CountFilter.map_orthologs_ensembl
CountFilter.map_orthologs_orthoinspector
CountFilter.map_orthologs_panther
CountFilter.map_orthologs_phylomedb
CountFilter.normalize_median_of_ratios
CountFilter.normalize_rle
CountFilter.normalize_tmm
Expand All @@ -66,6 +72,7 @@ rnalysis.filtering.CountFilter
CountFilter.save_table
CountFilter.scatter_sample_vs_sample
CountFilter.sort
CountFilter.sort_by_principal_component
CountFilter.split_by_attribute
CountFilter.split_by_percentile
CountFilter.split_by_principal_components
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.CountFilter.sort\_by\_principal\_component
=============================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: CountFilter.sort_by_principal_component
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.DESeqFilter.find\_paralogs\_ensembl
======================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: DESeqFilter.find_paralogs_ensembl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.DESeqFilter.find\_paralogs\_panther
======================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: DESeqFilter.find_paralogs_panther
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.DESeqFilter.map\_orthologs\_ensembl
======================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: DESeqFilter.map_orthologs_ensembl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.DESeqFilter.map\_orthologs\_orthoinspector
=============================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: DESeqFilter.map_orthologs_orthoinspector
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.DESeqFilter.map\_orthologs\_panther
======================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: DESeqFilter.map_orthologs_panther
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.DESeqFilter.map\_orthologs\_phylomedb
========================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: DESeqFilter.map_orthologs_phylomedb
8 changes: 7 additions & 1 deletion docs/build/_sources/rnalysis.filtering.DESeqFilter.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rnalysis.filtering.DESeqFilter
rnalysis.filtering.DESeqFilter
==============================

.. currentmodule:: rnalysis.filtering
Expand Down Expand Up @@ -34,10 +34,16 @@ rnalysis.filtering.DESeqFilter
DESeqFilter.filter_percentile
DESeqFilter.filter_significant
DESeqFilter.filter_top_n
DESeqFilter.find_paralogs_ensembl
DESeqFilter.find_paralogs_panther
DESeqFilter.from_dataframe
DESeqFilter.head
DESeqFilter.intersection
DESeqFilter.majority_vote_intersection
DESeqFilter.map_orthologs_ensembl
DESeqFilter.map_orthologs_orthoinspector
DESeqFilter.map_orthologs_panther
DESeqFilter.map_orthologs_phylomedb
DESeqFilter.number_filters
DESeqFilter.print_features
DESeqFilter.save_csv
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.Filter.find\_paralogs\_ensembl
=================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: Filter.find_paralogs_ensembl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.Filter.find\_paralogs\_panther
=================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: Filter.find_paralogs_panther
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.Filter.map\_orthologs\_ensembl
=================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: Filter.map_orthologs_ensembl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.Filter.map\_orthologs\_orthoinspector
========================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: Filter.map_orthologs_orthoinspector
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.Filter.map\_orthologs\_panther
=================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: Filter.map_orthologs_panther
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.Filter.map\_orthologs\_phylomedb
===================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: Filter.map_orthologs_phylomedb
8 changes: 7 additions & 1 deletion docs/build/_sources/rnalysis.filtering.Filter.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rnalysis.filtering.Filter
rnalysis.filtering.Filter
=========================

.. currentmodule:: rnalysis.filtering
Expand Down Expand Up @@ -31,10 +31,16 @@ rnalysis.filtering.Filter
Filter.filter_missing_values
Filter.filter_percentile
Filter.filter_top_n
Filter.find_paralogs_ensembl
Filter.find_paralogs_panther
Filter.from_dataframe
Filter.head
Filter.intersection
Filter.majority_vote_intersection
Filter.map_orthologs_ensembl
Filter.map_orthologs_orthoinspector
Filter.map_orthologs_panther
Filter.map_orthologs_phylomedb
Filter.number_filters
Filter.print_features
Filter.save_csv
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.FoldChangeFilter.find\_paralogs\_ensembl
===========================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: FoldChangeFilter.find_paralogs_ensembl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.FoldChangeFilter.find\_paralogs\_panther
===========================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: FoldChangeFilter.find_paralogs_panther
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.FoldChangeFilter.map\_orthologs\_ensembl
===========================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: FoldChangeFilter.map_orthologs_ensembl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.FoldChangeFilter.map\_orthologs\_orthoinspector
==================================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: FoldChangeFilter.map_orthologs_orthoinspector
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.FoldChangeFilter.map\_orthologs\_panther
===========================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: FoldChangeFilter.map_orthologs_panther
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rnalysis.filtering.FoldChangeFilter.map\_orthologs\_phylomedb
=============================================================

.. currentmodule:: rnalysis.filtering

.. automethod:: FoldChangeFilter.map_orthologs_phylomedb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rnalysis.filtering.FoldChangeFilter
rnalysis.filtering.FoldChangeFilter
===================================

.. currentmodule:: rnalysis.filtering
Expand Down Expand Up @@ -33,10 +33,16 @@ rnalysis.filtering.FoldChangeFilter
FoldChangeFilter.filter_missing_values
FoldChangeFilter.filter_percentile
FoldChangeFilter.filter_top_n
FoldChangeFilter.find_paralogs_ensembl
FoldChangeFilter.find_paralogs_panther
FoldChangeFilter.from_dataframe
FoldChangeFilter.head
FoldChangeFilter.intersection
FoldChangeFilter.majority_vote_intersection
FoldChangeFilter.map_orthologs_ensembl
FoldChangeFilter.map_orthologs_orthoinspector
FoldChangeFilter.map_orthologs_panther
FoldChangeFilter.map_orthologs_phylomedb
FoldChangeFilter.number_filters
FoldChangeFilter.print_features
FoldChangeFilter.randomization_test
Expand Down
2 changes: 1 addition & 1 deletion docs/build/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '3.9.2',
VERSION: '3.10.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
Loading

0 comments on commit 092a183

Please sign in to comment.