Description Usage Arguments Value Examples
Count the number of genomic regions on which the TBA was computed
1 | 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
1 2 3 4 5 6 | if (interactive()) {
testingTbaPaths <- system.file("extdata","testing.tba.toydata.rds",
package="AffiXcan")
regionsCount <- overlookRegions(tbaPaths=testingTbaPaths)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.