You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' @return a named list of principal component matrix (named 'pcs'),
#' % variation explained
#' by principal compopents (named 'vars') and a p-value matrix
#' showing association
#' p-values between sample annotations and principal components
#' (named 'association').
).
This recent issue (#247 ) shows that people might not be aware that the association component contains p-values, thus should not be interpreted as percentages of association or similar.
I suggest renaming the list item to something more explicit, like association_test or association_pval.
The text was updated successfully, but these errors were encountered:
alexg9010
changed the title
Be more explicit about assoccomp()$association meaning
Be more explicit about assocComp()$association meaning
Feb 18, 2022
When talking about the batch correction (
methylKit/vignettes/methylKit.Rmd
Lines 360 to 369 in ab60a62
assocComp()
(methylKit/R/batchControl.R
Lines 180 to 185 in ab60a62
This recent issue (#247 ) shows that people might not be aware that the
association
component contains p-values, thus should not be interpreted as percentages of association or similar.I suggest renaming the list item to something more explicit, like
association_test
orassociation_pval
.The text was updated successfully, but these errors were encountered: