overlookRegions: Count the number of genomic regions on which the TBA was...

Description Usage Arguments Value Examples

View source: R/AffiXcan.R

Description

Count the number of genomic regions on which the TBA was computed

Usage

1
overlookRegions(tbaPaths)

Arguments

tbaPaths,

A vector of strings, which are the paths to MultiAssayExperiment RDS files containing the tba values

Value

An integer, that is the summation of length(assays()) of every MultiAssayExperiment RDS object indicated in the param tbaPaths

Examples

1
2
3
4
5
6
if (interactive()) {
testingTbaPaths <- system.file("extdata","testing.tba.toydata.rds",
package="AffiXcan")

regionsCount <- overlookRegions(tbaPaths=testingTbaPaths)
}

AffiXcan documentation built on Nov. 8, 2020, 8:07 p.m.