Problem running the EdgeR analysis on miARma

Issue #77 closed
Former user created an issue

Hello,

I am trying to align some processed reads to miRbase and get DE analysis using miARma. I keep getting this problem once the program gets to the DEanalysis step.

As an aside, I am running miARma on our computing cluster, so there are certain limitations with the directories I can access or have permission to edit.

[Fri May 19 21:57:39 2017] Starting a differential expression analysis using EdgeR software(s) Problem while running this R command: setwd("/data/results/Readcount_results") source("http://valkyrie.us.es/CbBio/RNASeq/R-Scripts/QC_EdgeR.R") resultsfiles<-QC_EdgeR(projectdir="/data/results",dir="/data/results/Readcount_results", file="nat_bw1-ReadCount.tab", targetfile="/data/gtf/targetsPARN.txt", label="PARNKD_nat_bw1", filter="yes")

Error: file(filename, "r", encoding = encoding) : cannot open the connection Calls: source -> file In addition: Warning message: In file(filename, "r", encoding = encoding) : unable to resolve 'valkyrie.us.es' Execution halted

Comments (7)

  1. Shuklasidd

    Hi Eduardo,

    I tried the latest version of miARma-seq. It seems to have resolved the valkyrie issue. However, I am getting a different kind of error at the DE analysis step:

    Starting a differential expression analysis using EdgeR software(s) Problem while running this R command: print(resultsfiles)

    Error: print(resultsfiles) : object 'resultsfiles' not found Execution halted

    Any help regarding how to resolve this would be much appreciated.

    Thanks, Sid

  2. Log in to comment