tximport.RdThis function uses the tximport package.
tximport( inputDir, tx2gene, outputDir = "data", type = c("salmon", "kallisto"), countsFromAbundance = "lengthScaledTPM", ignoreTxVersion = TRUE, ... )
| inputDir | Directory that contains the quantification directories. |
|---|---|
| tx2gene |
|
| outputDir | Directory in which to save the result, a file named
"tximport_output.qs", using |
| type | Passed to |
| countsFromAbundance | Passed to |
| ignoreTxVersion | Passed to |
| ... | Additional arguments passed to |
A list, as returned by tximport::tximport(), invisibly.