R/cellOracle-internal.R

Defines functions .plotDiagnosis

.plotDiagnosis <-
function(seqVsInsitu_results, title){
  plot(x=seqVsInsitu_results[,3], y=seqVsInsitu_results[,4], xlab="false positive", ylab="false negative", main=title)
  plot(seqVsInsitu_results[,1], type="l", xlab="ordered candidates", ylab="posterior probability", main=title)    
}

Try the cellOrigins package in your browser

Any scripts or data that you put into this service are public.

cellOrigins documentation built on July 1, 2020, 8:44 p.m.