Bioconductor/BiocWorkshops

Cooley_DECIPHER.Rmd

Closed this issue ยท 23 comments

I'm creating an issue for each workshop, to be closed when both 1) the workshop is complete, and 2) it compiles without problems. Please note problems and status updates here.

Workshop is currently incomplete

@npcooley this line won't work for others to build:

load("/Users/npc19/Desktop/WorkshopData.RData",
     verbose = TRUE)

Can you post your workshop data online somewhere to be accessed by download.file / BiocFileCache?

Quitting from lines 80-86 (Cooley_DECIPHER.Rmd) 
Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection
Calls: <Anonymous> ... withCallingHandlers -> withVisible -> eval -> eval -> load -> readChar
Execution halted
processing file: Cooley_DECIPHER.Rmd
Quitting from lines 135-137 (Cooley_DECIPHER.Rmd) 
Error in GFFParser(GFFAddress = GeneCallAdds, Verbose = TRUE) : 
  could not find function "GFFParser"
Calls: <Anonymous> ... handle -> withCallingHandlers -> withVisible -> eval -> eval
Execution halted

Could you specify what package? There is also clusterProfiler::GFFparser.

Since not all versions of npcooley/FindHomology will work, please bump its version number (e.g. to 0.0.0.9001) and change the "Remotes:" in the DESCRIPTION here to:

  npcooley/FindHomology (>=0.0.0.9001),

Builds without errors now! There should be a version in the bookdown soon that you @npcooley can check to make sure everything looks OK.

Note you only have two top-level sections in your chapter, "Overview" and "Workshop goals and objectives". See the TOC at https://bioconductor.github.io/BiocWorkshops/.

In the book version of this workshop, any code chunks that uses plot(), pairs(), or hist() those plots aren't appearing. It looks like the objects those functions are being used with do exist, is there something i need to change to make them appear?

Additionally, when some data is being loaded from FindHomology, the function is returning a warning, despite the object data() is loading being used successfully in the next few chunks.

I think this was caused by spaces in chunk names - we'll see with the next build.

The images are still not showing and I'm not sure why, but I should be able to debug it before the workshop...

@LiNk-NY could you help figure out why figures in this workshop are not rendering? E.g. see this pairs() command in the source file, and the corresponding broken image symbol in the book (see line pairs(SyntenyObject[2:3, 2:3], labels = GenomeIDs[2:3]))

It was spaces in the chunk names, I think. I just checked in 6304f38 and things built successfully for me.

Oh thanks Sean! I'd noticed the spaces problem and thought I'd fixed it, but I missed some others...

Confirmed that the figures are all in place in the most recent gh-pages.