sceptre on a gRNA-gene pairrun_sceptre_gRNA_gene_pair.RdRuns sceptre on a given gRNA-gene pair.
run_sceptre_gRNA_gene_pair(
gene_expressions,
gRNA_expressions,
covariate_matrix,
side = "both",
B = 1500,
full_output = FALSE,
seed = 4
)(numeric vector) a vector of gene expressions
(numeric vector) a vector of gRNA expressions (or, optionally, a user-thresholded vector of binary gRNA indicators)
(data frame) the cell-specific matrix of covariates
sidedness of the test, one of "left," "right," and "both"
number of resamples for the conditional randomization test
return the full output (TRUE) or a streamlined, reduced output (FALSE)?
seed to the random number generator
This function is for demonstration purposes only. The function run_sceptre_in_memory should be used when testing for association between multiple genes and gRNAs.