summarize_mat(mat_main,ann_main,mat_supp,ann_supp,n_limit=50,extend=100000,method="pca")
ann_main
is a data frame that contains the genomic locations of features in mat_main
. It must have the same number of rows as mat_main
, and must have columns named as "chr", "start" and "end".
ann_supp
os a data frame that contains the genomic locations of features in mat_supp
. It must have the same number of rows as mat_supp
, and must have columns named as "chr", "start" and "end".
extend
bp from the feature in question in the main matrix will be used for summarization
mancie
data(mancie_example,package="MANCIE")
sum_DNase=summarize_mat(exp,ann_exp,DNase,ann_DNase)
lev_exp=mancie(exp,sum_DNase)
Run the code above in your browser using DataLab