This function uses the tximport package.
tximport(
inputDir,
tx2gene,
samples = NULL,
outputDir = "data",
type = c("salmon", "kallisto"),
countsFromAbundance = "lengthScaledTPM",
ignoreTxVersion = TRUE,
...
)
A list, as returned by tximport::tximport()
, invisibly.
Directory that contains the quantification directories.
NULL
or data.frame of mapping between transcripts and
genes, as returned by getTx2gene()
, passed to tximport::tximport()
.
Names of quantification directories to include. NULL
indicates all.
Directory in which to save the result, a file named
"tximport_output.qs", using qs::qsave()
. If NULL
, no file is saved.
Passed to tximport::tximport()
.
Passed to tximport::tximport()
.
Passed to tximport::tximport()
.
Additional arguments passed to tximport::tximport()
.
seeker()
, getTx2gene()