VCCRI / Ularcirc

An R-shiny app that provides backsplice and canonical splicing analysis for both circular RNA (circRNA) and parental transcripts
GNU General Public License v3.0
15 stars 7 forks source link

Following Ularcirc tutorial gives error #1

Closed ddiez closed 6 years ago

ddiez commented 6 years ago

I am trying to follow the tutorial in the vignette and getting an error when trying to perform step 3 (building the annotations). Here is the output from the R console:

These messages appear upon running Ularcirc():

> Ularcirc()

Listening on http://127.0.0.1:6085
Warning in min(Gene_Transcripts$Transcript$start) :
  no non-missing arguments to min; returning Inf
Warning in max(Gene_Transcripts$Transcript$stop) :
  no non-missing arguments to max; returning -Inf

This appears after navigating to the Gene-View tab (NOTE: the example project file TwoSzabo has been successfully loaded and I can see two files SRR1721284 and SRR1721290 in the selected samples):

Loading species transcriptome coordinates Fri Nov 16 16:54:30 2018
  Displaying list of  61050  genes built Fri Nov 16 16:54:30 2018Warning in IdentifyDataSets() :
  No data loaded or selected so nothing to display
Please navigate back to PROJECT tab and load a data set

I select Annotate with parental gene: in the Gene-View tab and click Annotate. I get the following message and the app terminates:

Warning: Error in if: argument is of length zero
  73: observeEventHandler [/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Ularcirc/shiny-app/circRNA/server.R#1488]
   2: shiny::runApp
   1: Ularcirc
davhum commented 6 years ago

Hi Ddiez,

This is an unexpected error. Can you confirm that on the Gene_view tab there is a pull down menu under "Data sets to analyse" (refer to image below). The default should be "Selected sample analysis". The error that you are reporting suggests this field is not populating with predefined entries.

image

ddiez commented 6 years ago

Yes, this is how it looks like:

screen shot 2018-11-19 at 13 40 21

After that I check Annotate with parental gene and click Annotate, which triggers the above error.

davhum commented 6 years ago

The example data file was corrupt and caused issues upon loading. To fix only need to download the TwoSzabo.Rdata file (or just reinstall). Let me know if you have any further issues/questions.

Also keep an eye out for an updated Ularcirc release later this week.

ddiez commented 6 years ago

Downloading and replacing the file works perfect. Thanks! Reinstalling I guess you mean from github and not Bioconductor, since it doesn't seem to be updated there yet. But I'll keep an eye on the forthcoming update!