Description Usage Arguments Value Examples
Uses sample-level junction quantification files to construct expression matrix. Returns output object for DJEannotate.
1 2 3 4 5 6 |
workDir |
path to folder where individual junction quantification files (e.g. from STAR alignment) are located. This folder should only contain junction quantification files. |
data.type |
One of c("sample", "matrix"), indicating whether the input files are matrices per individual samples or joint into a single expression matrix. |
aligner |
One of c("STAR", "other"), indicating the alignment tool used to produce junction quantification. Only used if data.type = "matrix". If "other" is indicated, files in workDir path should contain junction IDs (with the format chr:start:end:strand) in the first column read counts in the second column. |
min.expressed |
Numeric. Minimal number of junction reads to be considered expressed in sample. Default is 3 reads. |
Matrix of samples as columns and junction quantifications as rows and associated matrix with genomic coordinates.
1 2 | in.file <- system.file("extdata", "junct.quant", package = "DJExpress")
out.file <- DJEimport(in.file, aligner="STAR")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.