View source: R/readBiokitAsDGEList.R
readBiokitGctFile | R Documentation |
Read GCT files from Biokit output directory
readBiokitGctFile(
dir,
anno = c("refseq", "ensembl"),
type = c("count", "tpm", "count_collapsed", "tpm_collapsed", "log2tpm")
)
dir |
Biokit output directory |
anno |
Annotation type, either |
type |
GCT file type, |
A numeric matrix with the attribute desc
encoding the values
in the description column of the GCT format.
The function depends on gct
(in case anno="refseq"
) or
gct-ens
(in case anno="ensembl"
) sub-directory in the biokit
output directory.
##... (TODO: add a mock output directory in testdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.