create_tt_from_bam_sam_bulk {tidybulk}R Documentation

Convert bam/sam files to a tidy gene transcript counts data frame

Description

Convert bam/sam files to a tidy gene transcript counts data frame

Usage

create_tt_from_bam_sam_bulk(file_names, genome = "hg38", ...)

Arguments

file_names

A character vector

genome

A character string

...

Further parameters passed to the function Rsubread::featureCounts

Value

A tibble of gene counts


[Package tidybulk version 1.2.1 Index]