This PR:
loads operon data from the DOOR database into the package (data.R and operons.R) and annotates genes with their operons;
adds a new file marginal_activity.R to calculate and plot marginal activities;
rewrites the function annotate_signatures_with_genesets and adds a new function annotate_genes_in_signatures in annotate_signature.R;
moves the function build_gene_signature_map from visualize_network.R to annotate_signature.R and uses the function annotate_genes_in_signatures in visualize_network.R;
This PR: loads operon data from the DOOR database into the package (
data.R
andoperons.R
) and annotates genes with their operons; adds a new filemarginal_activity.R
to calculate and plot marginal activities; rewrites the functionannotate_signatures_with_genesets
and adds a new functionannotate_genes_in_signatures
inannotate_signature.R
; moves the functionbuild_gene_signature_map
fromvisualize_network.R
toannotate_signature.R
and uses the functionannotate_genes_in_signatures
invisualize_network.R
;