User Activity

  • Posted a comment on a wiki page on ARACNe-AP

    Hi there! Thanks for using ARACNe-AP. To convert the ARACNe-AP into an R object, this is what we used to do. Assuming all the outputs of ARACNe-AP are saved as files 3col.gz Loading code: library(viper) library(mixtools) Necessary functions: aracne2regulon<-function(afile, eset) { dset <- eset annot <- rownames(eset) names(annot) <- rownames(eset) rm(eset) tmp <- as.matrix(read.delim(afile,as.is=TRUE,header=TRUE)[,1:3]) aracne <- data.frame(tf=tmp[, 1], target=tmp[, 2], mi=as.numeric(tmp[, 3])/max(as.numeric(tmp[,...

  • Committed [r277]
  • Committed [r276]
  • Committed [r275]
  • Posted a comment on a wiki page on ARACNe-AP

    Hi Juan! This implementation of aracne is to be run directly as a jar file from the command line. E.g. java -jar Aracne.jar Try to run some of the examples in the wiki from the command line (from the Windows command prompt or the Ubuntu terminal, for example).

  • Posted a comment on a wiki page on ARACNe-AP

    Hi Juan! Aracne-geWrokbench is not maintained by us, you should contact Aristidis Floratos at Columbia University for it. As an alternative, you can use our Aracne-AP, which doesn't require a microarray name to run!

  • Modified a wiki page on ARACNe-AP

    Home

  • Modified a wiki page on ARACNe-AP

    Home

View All

Personal Data

Username:
fgiorgi
Joined:
2012-02-29 13:26:40
Location:
New York / United States / EDT
Gender:
Male

Projects

This is a list of open source software projects that Federico Giorgi is associated with:

  • Project Logo ARACNe-AP Network Reverse Engineering through AP inference of Mutual Information Last Updated:
  • Project Logo Citrus   Last Updated:
  • Vulcan   Last Updated:
  • clusterpam Useful functions for cluster analysis using PAM Last Updated:
  • Project Logo diggit R package for DIGGIT algorithm Last Updated:

Personal Tools