tximport {seeker} | R Documentation |
Run tximport on RNA-seq quantifications
Description
This function uses the tximport package.
Usage
tximport(
inputDir,
tx2gene,
samples = NULL,
outputDir = "data",
type = c("salmon", "kallisto"),
countsFromAbundance = "lengthScaledTPM",
ignoreTxVersion = TRUE,
...
)
Arguments
inputDir |
Directory that contains the quantification directories. |
tx2gene |
|
samples |
Names of quantification directories to include. |
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 |
Value
A list, as returned by tximport::tximport()
, invisibly.
See Also
[Package seeker version 1.1.5 Index]