Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jovoni committed Feb 6, 2024
1 parent 79fd477 commit d42e700
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 207 deletions.
7 changes: 3 additions & 4 deletions R/fit_linear_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
#' variables in the model. Each row represents a cell and each columns
#' represent a predictor variable (e.g experimental conditions, biological
#' factors, treatment groups, batch effects, ...)
#' @param ncounts Vector with length equal to the number of cells. It
#' contains some kind of factor relate to the library size. For example,
#' it might contain the total UMI of each cell (i.e. colSums(input_matrix))
#' or the UMI of each cell divided by the average across all of them.
#' @param size_factors Boolean. Decides if a scaling factor for the
#' expression of each cell should be computed
#' @param group_matrix .
#' @param gene_specific_model_tensor .
#' @param kernel_input .
#' @param gene_names Vector containing the names of the genes
#' @param cell_names Vector containing the names of the cells
#' @param variance String. Either "VI_Estimate" or "Hessian".
#' @param inference_method String. Either "SVI" or "HMC"
#' @param method_specific_args List containing additional arguments.
#' The available arguments differs between the inference algorithms.
Expand Down
Binary file modified inst/pydevil/.DS_Store
Binary file not shown.
197 changes: 0 additions & 197 deletions inst/pydevil/.virtual_documents/notebook_test/test.ipynb

This file was deleted.

15 changes: 9 additions & 6 deletions man/fit_linear_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d42e700

Please sign in to comment.