Description Usage Arguments Details Author(s) See Also Examples
View source: R/base_FastMINE2.R
Plus version of MINE correlation.We recommnand FastMINE2
intead of old function FastMINE
.
1 2 3 |
data |
a data frame or a matrix |
control.markers |
control markers |
target.markers |
target markers |
alpha |
In the original article, the authors state that the default value α=0.6 (which is the exponent of the search-grid size B(n)=n^α) has been empirically chosen. It is worthwhile noting that alpha and C are defined to obtain an heuristic approximation in a reasonable amount of time. In case of small sample size (etc. n<=63) it is preferable to increase alpha to 1 to obtain a solution closer to the theoretical one. Note: if you set α=1 in a big sample size data set, it would be time-consuming. |
nperm |
integer, number of permutation to perform |
seed |
seed for random number generation reproducibility |
p.adjust.method |
method for pvalue adjustment, see |
n.cores |
the core of parallel calculation |
transpositon |
if you have a data frame like sample on cols and markers on rows(etc. a conventional gene expression matrix), you should set |
It seems that even if you set control.markers=NULL
and target.markers=NULL at the same time to calculate all pairs, it would not take much time than hours, which is recommanded to do deeper exploration for your data.
Weibin Huang<654751191@qq.com>
mine
.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.