single_gene_matrix_regression: function definitions ##### Return a list with 2 matrix: index...

View source: R/single_gene_matrix_regression.R

single_gene_matrix_regressionR Documentation

function definitions ##### Return a list with 2 matrix: index matrix, but values of NegCtrl columns are all 1; genes * cells matrix, similar to scale_data matrix, but all values over quantile with setting of outlier_threshold will be replace with the outlier_threshold quantile

Description

function definitions ##### Return a list with 2 matrix: index matrix, but values of NegCtrl columns are all 1; genes * cells matrix, similar to scale_data matrix, but all values over quantile with setting of outlier_threshold will be replace with the outlier_threshold quantile

Usage

single_gene_matrix_regression(
  targetobj,
  ngctrlgene = c("NonTargetingControlGuideForHuman"),
  indmatrix = NULL,
  selected_genes_list = NULL
)

HailinWei98/SCREEN documentation built on June 15, 2022, 12:21 a.m.