View source: R/normalise_counts.R
bagel_normalise_counts | R Documentation |
Normalise count matrix using BAGEL method.
bagel_normalise_counts(
sample_counts = NULL,
scaling_factor = 1e+07,
pseudocount = 5
)
sample_counts |
a sample count matrix. |
scaling_factor |
a scaling factor (Default: 10000000). |
pseudocount |
a pseudocount (Default: 5). |
Assumes that sgRNA identifiers and gene names are in the first two columns.
First a defined pseudocount
gets added to all guide counts. Then sample counts
are total normalised and multiplied by a scaling factor.
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.