run_pathfindR()
, as “GR” (the default active subnetwork search method) provides nearly identical results in each iteration, the default iterations
is set to 1get_biogrid_pin()
as BioGRID updated the URL for downloadvisualize_term_interactions()
where the file name was too long, it was causing an error on Windows. Limited to 100 characters (#58)run_pathfindR()
, the default iterations
was set back to 10 (the default for all other v1.x)get_kegg_gsets()
where empty result was returned for some organisms due to an error in parsing (#72)repel = TRUE
in term_gene_graph()
and combined_results_graph()
for better visualization of labelsenrichment_chart()
(#75)visualize_term_interactions()
get_biogrid_pin()
where the download method was set to wget
(now set to auto
, per #83)get_biogrid_pin()
(if tab3 is available for the chosen release, otherwise tab2 format is used)get_biogrid_pin()
to ‘4.4.200’get_kegg_gsets()
, improved parsing of KEGG term descriptions so that no description is duplicated (#87)score_terms()
, if using descriptions, the ID is now appended for (any) duplicated term descriptions (#87)obtain_colored_url()
, swapped bg_color
with fg_color
due to an issue with KEGGREST
term_gene_heatmap()
(#95)get_biogrid_pin()
, the “download.file.method” from global options is usedcombined_results_graph()
raises an error if there are no common terms in the combined data framecolor_kegg_pathway()
color_kegg_pathway()
the default value for normalize_vals
is now FALSE
input_processing()
so that an alias that is not already present is selectedscale_vals
) in color_kegg_pathway()
, the default is now scale_vals=TRUE
term_gene_heatmap()
function so that legend title is shown and can be customizedterm_gene_heatmap()
function so that coloring is proper when no change values are provided in genes_df
sort_terms_by_p
argument to the term_gene_heatmap()
function to enable sorting of terms by ‘lowest_p’vertex.label.cex
and vertex.size.scaling
arguments to cluster_graph_vis()
show_legend
argument to visualize_term_interactions()
to toggle the legend