tidybulk icon indicating copy to clipboard operation
tidybulk copied to clipboard

Brings bulk and pseudobulk transcriptomics to the tidyverse

Results 19 tidybulk issues
Sort by recently updated
recently updated
newest added

The base `prcomp()` function provides the Proportion of variance explained values after the PCA analysis. ``` pca

Do you have any recommendations for visualising the output of test_gene_overrepresentation? Can it/should it use a clusterprofiler viz method: https://yulab-smu.github.io/clusterProfiler-book/ or a ggplot2 one?

enhancement

Tis should work similarly to the function `s_` of tidySE

enhancement

Since tidy* packages were converted to feature vocabulary, at some point we should adapt tidybulk too. @mblue9 concerns?

enhancement

For gene ranking (for GSEA, for example) and visualizations (on volcano plots, for example), DESeq author Michael Love suggests shrinking of the effect sizes (log-fold changes) with the `lfcShrink` function...

enhancement

I think subset_transcripts and subset_samples would be more clear and in line with tidyverse. @mblue9 concerns?

enhancement

@mblue9, FYI at the Monash talk I received very good feedback about get_bibliography. I was suggested to include what methods/functions are related to each bib citation, for giving the opportunity...

enhancement

And do this in general when columns are created.

This pull request picks up on @chilampoon's pull request #297 . In summary: - Polish roxygen2 function documentation (e.g inheriting from other packages when possible) - Improve coding style (e.g...