snakemake-workflows / rna-seq-kallisto-sleuth

A Snakemake workflow for differential expression analysis of RNA-seq data with Kallisto and Sleuth.
MIT License
64 stars 43 forks source link

pin all uses of select() to a library, avoid AnnotationDbi vs. dplyr collisions #17

Closed dlaehnemann closed 4 years ago

dlaehnemann commented 4 years ago

Make the use of select explicit with dplyr::select() vs. AnnotationDbi::select(). This avoids problems if one or the other package is loaded first, or if the second of the packages is added to an environment in future script changes.