Description Usage Arguments Value Examples
Gets the genes in the ranges within each cell of the matrix.
1 2 | getAnnotationMatrix(genomic_matrix, prot_only = T, sequential = F,
flip_row_col = F)
|
genomic_matrix |
A matrix with row and column names of the format chr1_100_200 (chr,start,end) |
prot_only |
Inlcude only the protein coding genes from ensembl? |
sequential |
Turn off parallelism with doParallel? |
flip_row_col |
Give column genes along the rows and row genes down columns? |
concatenated_gene_matrix A matrix with row and column genes
1 2 3 | load(system.file("extdata","nbl_result_matrix_sign_small.rda",package = "HiCNV"))
load(system.file("extdata","ensembl_gene_tx_table_prot.rda",package = "HiCNV"))
getAnnotationMatrix(nbl_result_matrix_sign_small,sequential=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.