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
At the Model level (i.e., in geneStats.xModel) we have to consider the chance that the genomes considered in the different Series (studies) may not have the same size or exactly the same elements (e.g., because of different releases of the assembly), and for this there exists the Meta-analysis Inclusion Criterium (maic) option. When using maic = inclusive, it may happen that some genes measured only in some studies have an effective N less than length(model). This may affect:
the calculation of SEM in MEAN: this can be solved, e.g., by introducing a new column in large_stats for the actual gene-wise sample size.
the entire NWMEAN calculation, which currently does not handle NAs. Even if NAs were removed, weights would need to be corrected gene-wise to get the correct sum(N) denominator.
The text was updated successfully, but these errors were encountered:
At the Model level (i.e., in
geneStats.xModel
) we have to consider the chance that the genomes considered in the different Series (studies) may not have the same size or exactly the same elements (e.g., because of different releases of the assembly), and for this there exists the Meta-analysis Inclusion Criterium (maic
) option. When usingmaic = inclusive
, it may happen that some genes measured only in some studies have an effective N less thanlength(model)
. This may affect:MEAN
: this can be solved, e.g., by introducing a new column inlarge_stats
for the actual gene-wise sample size.NWMEAN
calculation, which currently does not handle NAs. Even if NAs were removed, weights would need to be corrected gene-wise to get the correctsum(N)
denominator.The text was updated successfully, but these errors were encountered: