Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhyf authored Nov 28, 2022
1 parent e1d2e90 commit 8975006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/Single_cell.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ generate_boots <- function(celltype, n) {
#' Calculate mean expression for one bootstrap
#'
#' @param i index
#' @param myseurat single cell Seurat object, METAFlux will calculate on "data" slot
#' @param myseurat single cell Seurat object.METAFlux will calculate on "data" slot
#' @param samples generated bootstrap index data
#' @param myident Seurat idents.This will be a character string indicating the grouping of the seurat object
#'
Expand All @@ -51,7 +51,7 @@ get_ave_exp <- function(i, myseurat, samples,myident) {
#'
#' @param n_bootstrap number of bootstrap
#' @param seed random seed
#' @param myseurat Seurat object
#' @param myseurat Seurat object. METAFlux will calculate on "data" slot
#' @param myident Seurat idents for grouping.This will be a character string indicating the grouping of the seurat object
#'
#' @return mean expression data
Expand Down

0 comments on commit 8975006

Please sign in to comment.