View source: R/countMatrixGenes.R
countMatrixGenes | R Documentation |
This function creates association of metafeatures such as exons, introns and junctions times sample for each gene. It requires a junction matrix, annotation matrix (generated by default using readMembershipMatrix
) and summarized exon and intron read counts. It should be run only after running readMembershipMatrix
and intronMembershipMatrix
.
countMatrixGenes(
JunctionMatrix,
annotation,
intronList = c(intron_A, intron_B, intron_C),
exonList = c(out_A, out_B, out_C)
)
JunctionMatrix |
matrix of junction read counts times samples, generated by |
annotation |
gene features and meta-featues annotation file generated by |
intronList |
intron read counts per gene generated by Rsubread package and saved in counts_introns.Rdata file, as per preprocessing instructions. |
exonList |
exon read counts per gene generated by Rsubread package and saved in counts_exons.Rdata file, as per preprocessing instructions. |
Gcount list contains gene-wise read count summarization of meta-features times samples in the study. The output is saved as Gcount.Rdata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.