Tool.GenPermutation | R Documentation |
This function uses cell label permutation to generate one list of normalized count matrix.
Tool.GenPermutation(
object,
count.matrix,
cells.meta = NULL,
genes.name = NULL,
perm.times = 1000,
p.seed = 101
)
object |
A |
count.matrix |
Normalized count matrix, with columns as cell barcodes and rows as gene names. |
cells.meta |
cell group labels, which are used to group cells in several groups rather all different barcodes. |
genes.name |
Readable gene names, which should be the same set as genes given in |
perm.times |
Permutation times. Default is set to 1000. |
p.seed |
Seed for generating permutations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.