Skip to content

Commit

Permalink
Merge pull request #261 from saeyslab/devel
Browse files Browse the repository at this point in the history
Version 2.1
  • Loading branch information
csangara authored Apr 25, 2024
2 parents cc612de + 37dbf05 commit dd7a859
Show file tree
Hide file tree
Showing 215 changed files with 11,778 additions and 14,907 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.Ruserdata
inst/doc
vignettes/*.html
omnipathr-log/
19 changes: 10 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: nichenetr
Type: Package
Title: NicheNet: Modeling Intercellular Communication by Linking Ligands to Target Genes
Version: 2.0.6
Version: 2.1.0
Authors@R: c(person("Robin", "Browaeys", role = c("aut")),
person("Chananchida", "Sang-aram", role = c("aut", "cre"), email = "[email protected]"))
Description: This package allows you the investigate intercellular communication from a computational perspective. More specifically, it allows to investigate how interacting cells influence each other's gene expression. Functionalities of this package (e.g. including predicting extracellular upstream regulators and their affected target genes) build upon a probabilistic model of ligand-target links that was inferred by data-integration.
Expand All @@ -12,24 +12,26 @@ URL: https://github.com/saeyslab/nichenetr
BugReports: https://github.com/saeyslab/nichenetr/issues
RoxygenNote: 7.1.2
Depends: R (>= 3.0.0)
Imports:
Imports:
tidyverse,
data.table,
dplyr,
ggplot2,
magrittr,
purrr,
readr,
tibble,
tidyr,
igraph,
Matrix,
fdrtool,
ROCR,
caTools,
data.table,
limma,
readr,
Hmisc,
tibble,
caret,
purrr,
randomForest,
DiagrammeR,
ggplot2,
mlrMBO,
parallelMap,
emoa,
Expand All @@ -38,7 +40,6 @@ Imports:
Seurat,
cowplot,
ggpubr,
magrittr,
circlize,
ComplexHeatmap,
grDevices,
Expand All @@ -47,12 +48,12 @@ Imports:
shadowtext
Suggests:
knitr,
RColorBrewer,
rmarkdown,
testthat,
doMC,
mco,
parallel,
covr,
tidyverse,
sf
VignetteBuilder: knitr
19 changes: 17 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ export(alias_to_symbol_seurat)
export(apply_hub_corrections)
export(assess_influence_source)
export(assess_rf_class_probabilities)
export(assign_ligands_to_celltype)
export(bootstrap_ligand_activity_analysis)
export(calculate_de)
export(calculate_fraction_top_predicted)
export(calculate_fraction_top_predicted_fisher)
export(calculate_niche_de)
export(calculate_niche_de_targets)
export(calculate_p_value_bootstrap)
export(calculate_spatial_DE)
export(classification_evaluation_continuous_pred_wrapper)
export(combine_sender_receiver_de)
Expand Down Expand Up @@ -56,6 +59,7 @@ export(extract_top_fraction_ligands)
export(extract_top_fraction_targets)
export(extract_top_n_ligands)
export(extract_top_n_targets)
export(generate_info_tables)
export(generate_prioritization_tables)
export(get_active_ligand_receptor_network)
export(get_active_ligand_target_df)
Expand All @@ -69,12 +73,14 @@ export(get_ligand_activities_targets)
export(get_ligand_signaling_path)
export(get_ligand_signaling_path_with_receptor)
export(get_ligand_slope_ligand_prediction_popularity)
export(get_ligand_target_links_oi)
export(get_multi_ligand_importances)
export(get_multi_ligand_importances_regression)
export(get_multi_ligand_rf_importances)
export(get_multi_ligand_rf_importances_regression)
export(get_ncitations_genes)
export(get_non_spatial_de)
export(get_optimized_parameters_nsga2r)
export(get_prioritization_tables)
export(get_single_ligand_importances)
export(get_single_ligand_importances_regression)
Expand All @@ -83,30 +89,36 @@ export(get_slope_target_gene_popularity)
export(get_slope_target_gene_popularity_ligand_prediction)
export(get_target_genes_ligand_oi)
export(get_top_predicted_genes)
export(get_weighted_ligand_receptor_links)
export(get_weighted_ligand_target_links)
export(infer_supporting_datasources)
export(ligand_activity_performance_top_i_removed)
export(make_circos_lr)
export(make_circos_plot)
export(make_discrete_ligand_target_matrix)
export(make_heatmap_bidir_lt_ggplot)
export(make_heatmap_ggplot)
export(make_ligand_activity_target_exprs_plot)
export(make_ligand_receptor_lfc_plot)
export(make_ligand_receptor_lfc_spatial_plot)
export(make_line_plot)
export(make_mushroom_plot)
export(make_threecolor_heatmap_ggplot)
export(mlrmbo_optimization)
export(model_based_ligand_activity_prediction)
export(model_evaluation_hyperparameter_optimization)
export(model_evaluation_optimization)
export(model_evaluation_hyperparameter_optimization_mlrmbo)
export(model_evaluation_optimization_application)
export(model_evaluation_optimization_mlrmbo)
export(model_evaluation_optimization_nsga2r)
export(mutate_cond)
export(nichenet_seuratobj_aggregate)
export(nichenet_seuratobj_aggregate_cluster_de)
export(nichenet_seuratobj_cluster_de)
export(normalize_single_cell_ligand_activities)
export(predict_ligand_activities)
export(predict_single_cell_ligand_activities)
export(prepare_circos_visualization)
export(prepare_ligand_receptor_visualization)
export(prepare_ligand_target_visualization)
export(prepare_settings_leave_one_in_characterization)
export(prepare_settings_leave_one_out_characterization)
Expand All @@ -125,12 +137,15 @@ export(process_table_to_ic)
export(randomize_complete_network_source_specific)
export(randomize_datasource_network)
export(randomize_network)
export(run_nsga2R_cluster)
export(scale_quantile)
export(scale_quantile_adapted)
export(scaling_modified_zscore)
export(scaling_zscore)
export(single_ligand_activity_score_classification)
export(single_ligand_activity_score_regression)
export(visualize_parameter_values)
export(visualize_parameter_values_across_folds)
export(wrapper_average_performances)
export(wrapper_evaluate_single_importances_ligand_prediction)
import(Seurat)
Expand Down
Loading

0 comments on commit dd7a859

Please sign in to comment.