RISE

Contents:

  • Tutorial for PARAFAC2-RISE on scRNA-seq Data
    • Installation
    • Preprocessing the Dataset
    • Choosing the Rank
    • Running the Factorization
    • Visualizing the Factors
    • Interpreting a Component
  • API Reference
    • Core Functions
      • Factorization
        • pf2()
      • Preprocessing
        • prepare_dataset()
    • Visualization Functions
      • General Plotting
        • plot_r2x()
      • Factor Plotting
        • plot_condition_factors()
        • plot_eigenstate_factors()
        • plot_gene_factors()
      • PaCMAP Visualization
        • plot_labels_pacmap()
        • plot_gene_pacmap()
        • plot_wp_pacmap()
      • Factor Stability
        • plot_fms_diff_ranks()
  • References
    • RISE Paper
    • PARAFAC2 and Factor Match Score
RISE
  • Index

Index

P

P

  • pf2() (in module RISE.factorization)
  • plot_condition_factors() (in module RISE.figures.commonFuncs.plotFactors)
  • plot_eigenstate_factors() (in module RISE.figures.commonFuncs.plotFactors)
  • plot_fms_diff_ranks() (in module RISE.figures.figureS4)
  • plot_gene_factors() (in module RISE.figures.commonFuncs.plotFactors)
  • plot_gene_pacmap() (in module RISE.figures.commonFuncs.plotPaCMAP)
  • plot_labels_pacmap() (in module RISE.figures.commonFuncs.plotPaCMAP)
  • plot_r2x() (in module RISE.figures.commonFuncs.plotGeneral)
  • plot_wp_pacmap() (in module RISE.figures.commonFuncs.plotPaCMAP)
  • prepare_dataset() (in module parafac2.normalize)

© Copyright 2024, Andrew Ramirez, Aaron Meyer.

Built with Sphinx using a theme provided by Read the Docs.