IsoformSwitchAnalyzeR: object 'analysisAllIsoformsWithoutORF' not found
1
0
Entering edit mode
24 months ago
VenGeno ▴ 100

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.

splicing IsoformSwitchAnalyzeR Alternative • 510 views
ADD COMMENT
2
Entering edit mode
24 months ago
Trivas ★ 1.7k

From the website documentation it looks like it's looking for a TRUE/FALSE statement. My guess is you want to use analysisAllIsoformsWithoutORF = TRUE.

ADD COMMENT
0
Entering edit mode

Thank you Trivas ! 🙏 I mixed up when reading the error . "analyzeNovelIsoformORF" vs "analysisAllIsoformsWithoutORF" . Have a great rest of the day!

ADD REPLY

Login before adding your answer.

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