pancan_longname {BiocOncoTK}R Documentation

utility to help find long table names

Description

utility to help find long table names

Usage

pancan_longname(guess, ...)

Arguments

guess

a regexp to match the table of interest

...

passed to agrep

Value

character vector of matches

Note

Note that ignore.case=TRUE is set in the function.

Examples

pancan_longname("rnaseq")

[Package BiocOncoTK version 1.13.2 Index]