Skip to content

Commit

Permalink
Update prepare.rst to include useOHTtoObtainQ
Browse files Browse the repository at this point in the history
  • Loading branch information
andrearaithel authored Aug 14, 2024
1 parent 9a8b177 commit 327579b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/prepare.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ padjCutoff numeric A number between (0, 1] indicating the
maxTestedDimensionProportion numeric An integer that controls the maximum value that the encoding dimension can take. Refer to `advanced-options`_. ``3``
yieldSize numeric An integer that sets the batch size for counting reads within a bam file. If memory issues persist lower the yieldSize. ``2000000``
genesToTest character Full path to a yaml file specifying lists of candidate genes per sample to test during FDR correction. See the documentation for details on the structure of this file. ``/path/to/genes_to_test.yaml``
useOHTtoObtainQ boolean If true, the optimal latent space dimension for the autoencoder will be determined by OHT. If false, a grid-search will be performed. ``true``
============================ ========= ======================================================================================================================================================================= ======

Aberrant splicing dictionary
Expand Down Expand Up @@ -138,6 +139,7 @@ deltaPsiCutoff numeric A non-negative number. Delta psi values
padjCutoff numeric Same as in aberrant expression. ``0.1``
maxTestedDimensionProportion numeric Same as in aberrant expression. ``6``
genesToTest character Same as in aberrant expression. ``/path/to/genes_to_test.yaml``
useOHTtoObtainQ boolean Same as in aberrant expression. ``true``
============================ ========= ===================================================================================================================================================================================================================== ======


Expand Down

0 comments on commit 327579b

Please sign in to comment.