View source: R/raw_count_statistics.R
gini_index_per_sample | R Documentation |
Calculate gini index per sample.
gini_index_per_sample(
count_matrix = NULL,
id_column = 1,
gene_column = 2,
count_column = 3
)
count_matrix |
a count matrix data frame. |
id_column |
the index of column containing unique sgRNA identifiers. |
gene_column |
the index of column containing gene symbols. |
count_column |
the index of column containing counts. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.