Import metadata from bcbio run

import_metadata(bcbio, grep = NULL, save = FALSE, pool = FALSE,
  print = FALSE)

Arguments

bcbio

bcbio run object

grep

Apply grep pattern matching to subset by description

save

Save data frame

pool

Pool lane split samples

print

Print table

Value

Metadata data frame

Examples

## Not run: ------------------------------------ # import_metadata(bcbio) ## ---------------------------------------------