ARACNE Minet R studio
0
0
Entering edit mode
2.7 years ago
ashtay • 0

Hello, I am very new to using R. I am trying to run aracne with RNA-seq data but I am unsure what format and file the data should be. Does anyone have any examples I could go off of and/or any script for running aracne using minet on R?

ARACNE Minet • 781 views
ADD COMMENT
0
Entering edit mode

I have no experience with the minet package and I could not find any tutorial online but, the aracne function need a mutual information matrix (mim) which can be obtained with the build.mim function:

data(syn.data)
mim <- build.mim(syn.data,estimator="spearman") # syn.data is a data.frame containing gene expression data where columns contain genes and rows contain samples.
net <- aracne(mim)
ADD REPLY

Login before adding your answer.

Traffic: 2102 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6