View source: R/Singlecell_heritability_contributions.R
Corr_Random | R Documentation |
Corr_Random Split the large-scale single-cell data and perform random computations of correlation. Multiple iterations of random computations ensure the accuracy of the results.
Corr_Random(
data_mat,
scPagwas.gPAS.score,
seed = 1234,
random = T,
Nrandom = 5,
Nselect = 10000
)
data_mat |
the expression matrix for single cell. |
scPagwas.gPAS.score |
the gPas score for scPagwas |
seed |
random seed. |
random |
whether to random, default is TRUE. |
Nrandom |
the number of random. |
Nselect |
the number of single cells for each random. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.