kevinblighe / EnhancedVolcano

Publication-ready volcano plots with enhanced colouring and labeling
412 stars 81 forks source link

Add support for tibbles #22

Closed dkulp2 closed 5 years ago

dkulp2 commented 5 years ago

Suggest that you replace all references to [,x], [,y] and [,label] with [[x]], etc. Tibbles don't drop by default, so they return single column tibbles with [,x] construct. Using [[x]] will support tidyr programming as well as conventional data.frames.

kevinblighe commented 5 years ago

Thank you - this has now been implemented and will shortly be in the development branch of Bioconductor (and in the official release branch when Bioc 3.10 is released). I have added you to the ACKs, too. Thanks!

Kind regards, Kevin