Description Usage Arguments Details Value
tidybulk_SAM_BAM() creates a 'tt' object from a 'tbl' formatted as | <SAMPLE> | <TRANSCRIPT> | <COUNT> | <...> |
1 2 3 4 | tidybulk_SAM_BAM(file_names, genome = "hg38", ...)
## S4 method for signature 'character,character'
tidybulk_SAM_BAM(file_names, genome = "hg38", ...)
|
file_names |
A character vector |
genome |
A character string |
... |
Further parameters passed to the function Rsubread::featureCounts |
maturing
This function is based on FeatureCounts package (DOI: 10.1093/bioinformatics/btt656). This function creates a tidybulk object and is useful if you want to avoid to specify .sample, .transcript and .abundance arguments all the times. The tidybulk object have an attribute called internals where these three arguments are stored as metadata. They can be extracted as attr(<object>, "internals").
Underlying core function Rsubread::featureCounts(annot.inbuilt = genome,nthreads = n_cores, ...)
A 'tidybulk' object
A 'tidybulk' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.