Revision history for iBFE


Revision [7731]

Last edited on 2015-11-20 21:54:17 by XianwenRen
Additions:
Xianwen Ren, Hua Fu and Qi Jin. Integrating heterogeneous genomic data to accurately identify disease subtypes. BMC Med Genomics. 2015, 8:78 DOI:10.1186/s12920-015-0154-5.
Deletions:
Xianwen Ren, Hua Fu and Qi Jin, Integrating heterogeneous genomic data to accurately identify disease subtypes, BMC Medical Genomics, in press.


Revision [7727]

Edited on 2015-11-20 09:50:06 by XianwenRen
Additions:
Xianwen Ren, Hua Fu and Qi Jin, Integrating heterogeneous genomic data to accurately identify disease subtypes, BMC Medical Genomics, in press.
Deletions:
Xianwen Ren, Hua Fu and Qi Jin, Dissolving potential restriction factors that prevent accurate diagnosis and prognosis based on multiple types of genomic data, in submission


Revision [7254]

Edited on 2014-11-10 15:55:17 by XianwenRen
Additions:
Xianwen Ren, Hua Fu and Qi Jin, Dissolving potential restriction factors that prevent accurate diagnosis and prognosis based on multiple types of genomic data, in submission
Deletions:
Xianwen Ren, Hua Fu and Qi Jin, iBFE: integrating multiple genomic data for accurate diagnosis and prognosis, in submission


Revision [6966]

Edited on 2014-05-30 15:35:48 by XianwenRen
Additions:
Xianwen Ren, Hua Fu and Qi Jin, iBFE: integrating multiple genomic data for accurate diagnosis and prognosis, in submission
Deletions:
Xianwen Ren, Hua Fu and Qi Jin, Integrating epigenomic and transcriptomic data to accurately classify diseases, in submission


Revision [6926]

Edited on 2014-05-07 17:01:25 by XianwenRen
Additions:
[[http://zhangroup.aporc.org/images/files/iBFE.zip :: iBFE ::]]
Deletions:
[[http://zhangroup.aporc.org/images/files/iBFE.m :: iBFE ::]]


Revision [6925]

Edited on 2014-05-07 16:58:54 by XianwenRen

No Differences

Revision [6924]

Edited on 2014-05-07 16:58:40 by XianwenRen
Additions:
==Matlab code of iBFE==
[[http://zhangroup.aporc.org/images/files/iBFE.m :: iBFE ::]]
Deletions:
==Matlab code of iBFE given three data types of the same number of patients:==
%%
function x=iBFE(a,b,c)
% the rows of a, b and c represent patients
a1=corr(a','type','pearson');
a2=corr(a','type','spearman');
b1=corr(b','type','pearson');
b2=corr(b','type','spearman');
c1=corr(c','type','pearson');
c2=corr(c','type','spearman');
x=corr([a1;a2;b1;b2;c1;c2]);
%%
==It is very simple:)==


Revision [6923]

Edited on 2014-05-07 16:55:57 by XianwenRen
Additions:
==Refrence:==
Xianwen Ren, Hua Fu and Qi Jin, Integrating epigenomic and transcriptomic data to accurately classify diseases, in submission


Revision [6920]

Edited on 2014-05-03 17:32:41 by XianwenRen
Additions:
% the rows of a, b and c represent patients
Deletions:
% the rows of a, b and c represents patients


Revision [6919]

Edited on 2014-05-03 17:32:24 by XianwenRen
Additions:
% the rows of a, b and c represents patients
Deletions:
% the rows of a, b and c represents patients;


Revision [6918]

Edited on 2014-05-03 17:30:56 by XianwenRen
Additions:
==It is very simple:)==
Deletions:
==Is it very simple:)==


Revision [6917]

Edited on 2014-05-03 17:30:32 by XianwenRen
Additions:
==Is it very simple:)==


Revision [6916]

Edited on 2014-05-03 17:28:35 by XianwenRen
Additions:
==Matlab code of iBFE given three data types of the same number of patients:==
%%
% the rows of a, b and c represents patients;
%%
Deletions:
Matlab code of iBFE given three data types of the same number of patients:
% the rows of a, b and c represents patients;


Revision [6915]

The oldest known version of this page was created on 2014-05-03 17:20:49 by XianwenRen
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki