overlookRegions {AffiXcan} | R Documentation |
Count the number of genomic regions on which the TBA was computed
overlookRegions(tbaPaths)
tbaPaths, |
A vector of strings, which are the paths to MultiAssayExperiment RDS files containing the tba values |
An integer, that is the summation of length(assays()) of every MultiAssayExperiment RDS object indicated in the param tbaPaths
if (interactive()) { testingTbaPaths <- system.file("extdata","testing.tba.toydata.rds", package="AffiXcan") regionsCount <- overlookRegions(tbaPaths=testingTbaPaths) }