Import bcbio-rnaseq count data run using tximport
import_counts(bcbio, type = "salmon", grep = NULL, samples = NULL)
bcbio run object
The type of software used to generate the abundances. Follows the
conventions of tximport().
Apply grep pattern matching to sample names. This will override
any parmeter set in samples.
Specify the names of samples in bcbio final directory to
input. If NULL (default), all samples will be imported.
txi tximport list object
## Not run: ------------------------------------ # import_counts(bcbio, type = "salmon") ## ---------------------------------------------