seedindex | R Documentation |
used for generate seed cell index from bias-corrected Z score
seedindex(z_score, percent_cut = 0.05)
z_score |
a numeric vector that is original Z scores for individual cells calculated from gchromVAR. |
percent_cut |
a numeric number (0, 1) indicating what percentage of cells will be selected as seed cells if too many cells fit the P value<0.05 cutoff. |
a logical vector indicating seed cells or not.
z_score <- example_results$mono_mat$z_score seed_idx <- seedindex(z_score = z_score, percent_cut = 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.