IsoformSwitchAnalyzeR: object 'analysisAllIsoformsWithoutORF' not found
1
0
Entering edit mode
venura • 0
@venura-22066
Last seen 10 months ago
United States

Hi,

I am getting the following error when I try to use analysisAllIsoformsWithoutORF . So I went with the original example provided with the package to check and still got the same error.

object 'analysisAllIsoformsWithoutORF' not found .

The code I used is as follows;

    > extractSwitchSummary(exampleSwitchListAnalyzed)
                   Comparison nrIsoforms nrSwitches nrGenes
        1 hESC vs Fibroblasts         82         58      38
    > analyzeNovelIsoformORF(exampleSwitchListAnalyzed, 
    +                        analysisAllIsoformsWithoutORF, # also analyse all those annoatated as without CDS in ref annottaion
    +                        genomeObject = NULL,
    +                        
    +                        ### Advanced argument
    +                        minORFlength = 100,
    +                        orfMethod = 'longest.AnnotatedWhenPossible',
    +                        PTCDistance = 50,
    +                        startCodons = "ATG",
    +                        stopCodons = c("TAA", "TAG", "TGA"),
    +                        showProgress = TRUE,
    +                        quiet = FALSE
    +                        )
Error in analyzeNovelIsoformORF(exampleSwitchListAnalyzed, analysisAllIsoformsWithoutORF,  : 
  object 'analysisAllIsoformsWithoutORF' not found

I am using version 1.16.0. Can someone help me ? Thanks in advance.

IsoformSwitchAnalyzeR • 613 views
ADD COMMENT
1
Entering edit mode
venura • 0
@venura-22066
Last seen 10 months ago
United States

I misread "analyzeNovelIsoformORF" as "analysisAllIsoformsWithoutORF". It required a TRUE/FALSE statement. Thank you Trivas @biostars for pointing that out.

ADD COMMENT

Login before adding your answer.

Traffic: 395 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