pcaplot()
function now provides a clever default for the intgroup
parameter, if some content (as it should) is provided in the colData
slot of the main input objectmosdef
Bioconductor is complete, with the original functions now being deprecated. This applies to topGOtable()
(now replaced by mosdef::run_topGO()
)gene_plot()
function from mosdef
, instead of the previous undocumented internal functionget_annotation_orgdb()
gains an additional argument, key_for_genenames
, which defaults to "SYMBOL". This should not change the behavior of the function, if not specified, but accommodates for the use of annotation packages where the information has been encoded differently (e.g. org.Sc.sgd.db where the info is contained in the "ORF" column)pcaplot
correctly returns the values for the percent of explained variance, which were correctly displayed on the plot but not stored as they should in the attribute slotpca2go
function (offline) - at runtime, limmaquickpca2go
is used and no compaction is requiredgene_id
, these values are actually overwriting the rownames (makes the object more robust with respect to its provenance)d3heatmap
with the functionality of heatmaply
shinyAce
in version >= 0.4.0topGOtable
does not generate rows with NAs if providing a too high number for the categories to reporttopGOtable
are now correctly referring to the type they contain - e.g. the p values are now stored as numeric valuestopGOtable
to offer more control on the method used, and the option to correct the p-values for multiple testing (via the Benjamini-Yekutieli procedure)pca2go
has now an option to return (early) a list with vectors of genes with high loadingspcaExplorer
can look like, demonstrated on the airway
datasetpcaExplorer
has a new parameter, runLocal
, to control this behaviorannopkg
, has been added to pca2go()
to override the behavior with the organism
parameter (this is useful when the name of the annotation package is not conform to the classical org.Xx.eg.db
, e.g. for Arabidopsis Thaliana); a detailed use case has been added in the main vignettepcaExplorer
are now specified both in the vignette text, as well as in the app at runtimewebshot
package - would raise an error when previewing the reportNEWS.md
file to track changes to the packagerlt
, now dst
, i.e. DESeqTransform
): rlog, vst, shifted log, ... The transformation type is tracked in the reactive values. dds
and dst
pca2go
is now also picking values from the input widgets.onLoad
, and also better placement for bstooltipsprint
calls with more appropriate message
stheme_bw
applied when needed, corrected previous behaviorAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.