@bgicli/bgicli 2.4.6 → 2.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bgi.js +22 -18
- package/package.json +1 -1
- /package/data/{workflows → skills}/bulk-omics-clustering/SKILL.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/best_practices.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/clustering_methods_comparison.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/common-patterns.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/decision-guide.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/distance_metrics_guide.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/parameter_guide.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/r-quick-start.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/references/validation_metrics_guide.md +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/characterize_clusters.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/cluster_validation.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/density_clustering.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/dimensionality_reduction.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/distance_metrics.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/export_results.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/hierarchical_clustering.R +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/hierarchical_clustering.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/kmeans_clustering.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/model_based_clustering.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/optimal_clusters.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/plot_cluster_heatmap.R +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/plot_clustering_results.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/prepare_data.py +0 -0
- /package/data/{workflows → skills}/bulk-omics-clustering/scripts/stability_analysis.py +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/SKILL.md +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/references/comprehensive-reference.md +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/references/decision-guide.md +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/references/troubleshooting.md +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/references/usage-guide.md +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/basic_workflow.R +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/batch_correction.R +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/export_results.R +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/extract_results.R +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/multi_condition.R +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/qc_plots.R +0 -0
- /package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/transformations.R +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/SKILL.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/references/chipatlas_diff_api_format.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/references/diff_analysis_methods.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/references/output_format.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/__init__.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/annotate_genes.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/export_all.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/filter_regions.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/generate_all_plots.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/load_user_data.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/parse_bed_results.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/qc_checks.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/query_chipatlas_api.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-diff-analysis/scripts/run_diff_workflow.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/SKILL.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/references/chipatlas_metadata_format.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/references/enrichment_statistics.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/references/peak_thresholds.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/references/promoter_definitions.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/__init__.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/convert_genes_to_regions.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/export_all.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/filter_experiments.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/generate_all_plots.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/load_user_data.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/query_chipatlas_api.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/run_enrichment_workflow.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/SKILL.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/references/macs2_binding_scores.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/references/string_scores.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/references/target_genes_data_format.md +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/__init__.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/download_target_genes.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/export_all.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/filter_targets.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/generate_all_plots.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/load_example_query.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/load_user_query.py +0 -0
- /package/data/{workflows → skills}/chip-atlas-target-genes/scripts/run_target_genes_workflow.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/SKILL.md +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/references/api-parameters.md +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/references/mechanisms.md +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/references/output-schema.md +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/__init__.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/classify_mechanisms.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/compile_trials.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/disease_config.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/export_all.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/generate_landscape_plots.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/generate_pdf_report.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/generate_report.py +0 -0
- /package/data/{workflows → skills}/clinicaltrials-landscape/scripts/query_clinicaltrials.py +0 -0
- /package/data/{workflows → skills}/coexpression-network/SKILL.md +0 -0
- /package/data/{workflows → skills}/coexpression-network/references/parameter-tuning-guide.md +0 -0
- /package/data/{workflows → skills}/coexpression-network/references/troubleshooting.md +0 -0
- /package/data/{workflows → skills}/coexpression-network/references/wgcna-best-practices.md +0 -0
- /package/data/{workflows → skills}/coexpression-network/references/wgcna-reference.md +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/build_network.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/correlate_modules_traits.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/export_wgcna_results.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/identify_hub_genes.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/module_enrichment.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/pick_soft_power.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/plot_all_wgcna.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/plot_eigengene_heatmap.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/plot_hub_genes.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/plot_module_dendrogram.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/plotting_helpers.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/prepare_wgcna_data.R +0 -0
- /package/data/{workflows → skills}/coexpression-network/scripts/wgcna_workflow.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/SKILL.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/batch_effect_mitigation.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/cv_tissue_database.csv +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/experimental_design_best_practices.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/multiple_testing_guide.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/power_analysis_guidelines.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/qc_guidelines.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/software_requirements.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/references/troubleshooting_guide.md +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/batch_assignment.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/batch_validation.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/export_design.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/multiple_testing.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/plot_power_curves.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/power_atacseq.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/power_pilot_based.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/power_rnaseq.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/sample_size_de.R +0 -0
- /package/data/{workflows → skills}/experimental-design-statistics/scripts/sample_size_scrna.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/SKILL.md +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/references/database_guide.md +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/references/decision-guide.md +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/references/gsea_ora_comparison.md +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/references/gsea_ora_validation_framework.md +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/references/interpretation_guidelines.md +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/references/method-reference.md +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/export_results.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/generate_plots.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/get_msigdb_genesets.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/load_de_results.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/prepare_gene_lists.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/run_gsea.R +0 -0
- /package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/run_ora.R +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/SKILL.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/auto_installation_implementation.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/consequence_terms.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/filtering_strategies.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/installation_guide.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/pathogenicity_interpretation.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/qc_guidelines.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/snpeff_best_practices.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/tool_selection_guide.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/troubleshooting_guide.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/references/vep_best_practices.md +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/annotate_genes.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/export_results.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/filter_variants.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/install_tools.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/parse_snpeff_output.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/parse_vep_output.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/plot_variant_distribution.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/prioritize_variants.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/run_snpeff.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/run_vep.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/select_tool.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/test_complete_workflow.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/test_pickle_load.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/validate_vcf.py +0 -0
- /package/data/{workflows → skills}/genetic-variant-annotation/scripts/verify_changes.py +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/SKILL.md +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/references/cli_interface.md +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/references/database_downloads.md +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/scripts/export_all.py +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/scripts/generate_report.py +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/scripts/integrate_with_adata.py +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/scripts/load_expression_data.py +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/scripts/plot_regulon_visualizations.py +0 -0
- /package/data/{workflows → skills}/grn-pyscenic/scripts/run_grn_workflow.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/SKILL.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/fusion_best_practices.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/installation-guide.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/ldsc_qc_guidelines.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/spredixxcan_best_practices.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/therapeutic_interpretation_guide.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/tissue_reference_guide.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/troubleshooting_guide.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/references/twas_hub_validation_guide.md +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/colocalization_analysis.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/druggability_scoring.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/export_results.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/integrate_variant_annotation.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/interpret_therapeutic_direction.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/mendelian_randomization.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/multilayer_direction_analysis.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/plot_twas_results.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/run_fusion.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/run_smultixcan.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/run_spredixxcan.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/select_reference_panel.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/validate_gwas_sumstats.py +0 -0
- /package/data/{workflows → skills}/gwas-to-function-twas/scripts/validate_with_twas_hub.py +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/SKILL.md +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/references/decision-guide.md +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/references/lasso-reference.md +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/references/validation-guide.md +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/biological_interpretation.R +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/biomarker_plots.R +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/export_results.R +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/lasso_workflow.R +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/plotting_helpers.R +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/prepare_features.R +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/query_cellxgene.py +0 -0
- /package/data/{workflows → skills}/lasso-biomarker-panel/scripts/validate_external.R +0 -0
- /package/data/{workflows → skills}/literature-preclinical/SKILL.md +0 -0
- /package/data/{workflows → skills}/literature-preclinical/assets/eval/simple_test.py +0 -0
- /package/data/{workflows → skills}/literature-preclinical/references/experiment-extraction-guide.md +0 -0
- /package/data/{workflows → skills}/literature-preclinical/references/full-text-enrichment-guide.md +0 -0
- /package/data/{workflows → skills}/literature-preclinical/references/preclinical-search-guide.md +0 -0
- /package/data/{workflows → skills}/literature-preclinical/scripts/extract_experiments.py +0 -0
- /package/data/{workflows → skills}/literature-preclinical/scripts/generate_plots.R +0 -0
- /package/data/{workflows → skills}/literature-preclinical/scripts/narrative_synthesis.py +0 -0
- /package/data/{workflows → skills}/literature-preclinical/scripts/preclinical_search.py +0 -0
- /package/data/{workflows → skills}/literature-preclinical/scripts/preclinical_synthesis.py +0 -0
- /package/data/{workflows → skills}/literature-preclinical/scripts/report_generation.py +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/SKILL.md +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/references/interpretation-guide.md +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/references/method-reference.md +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/scripts/export_results.R +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/scripts/generate_report.R +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/scripts/load_data.R +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/scripts/mr_plots.R +0 -0
- /package/data/{workflows → skills}/mendelian-randomization-twosamplemr/scripts/run_mr_analysis.R +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/SKILL.md +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/references/code_examples.md +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/references/miqe_guidelines.md +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/references/parameter_ranges.md +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/references/primer_design_best_practices.md +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/references/troubleshooting_guide.md +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/__init__.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/calculate_tm.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/check_dimers.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/check_secondary_structures.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/design_qpcr_primers.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/design_standard_primers.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/design_taqman_probes.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/export_results.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/generate_reports.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/validate_specificity.py +0 -0
- /package/data/{workflows → skills}/pcr-primer-design/scripts/visualize_primers.py +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/SKILL.md +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/references/interpretation-guide.md +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/references/pgs-catalog-guide.md +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/scripts/export_results.R +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/scripts/generate_plots.R +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/scripts/load_pgs_weights.R +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/scripts/load_reference_data.R +0 -0
- /package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/scripts/score_traits.R +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/SKILL.md +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/references/crispr_screen_best_practices.md +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/references/qc_guidelines.md +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/references/statistical_methods.md +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/references/troubleshooting_guide.md +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/references/umi_optimization.md +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/concatenate_libraries.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/detect_perturbed_cells.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/differential_expression.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/differential_expression_glmgampoi.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/export_results.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/expression_filtering.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/gene_name_corrections.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/generate_report.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/load_10x_libraries.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/map_sgrna_to_cells.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/normalize_and_scale.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/qc_filtering.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/run_glmgampoi.R +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/screen_all_perturbations.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/validate_perturbations.py +0 -0
- /package/data/{workflows → skills}/pooled-crispr-screens/scripts/visualize_perturbations.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/SKILL.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/ambient_rna_correction.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/common-patterns.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/integration_methods.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/marker_gene_database.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/pseudobulk_de_guide.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/qc_guidelines.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/scanpy_best_practices.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/troubleshooting_guide.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/workflow-details.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/annotate_celltypes.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/cluster_cells.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/export_results.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/filter_cells.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/find_markers.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/find_variable_genes.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/integrate_scvi.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/integration_diagnostics.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/normalize_data.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/plot_dimreduction.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/plot_qc.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/pseudobulk_de.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/qc_metrics.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/remove_ambient_rna.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/run_umap.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/scale_and_pca.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/setup_and_import.py +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/SKILL.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/ambient_rna_correction.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/common-patterns.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/decision-guide.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/integration_methods.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/marker_gene_database.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/pseudobulk_de_guide.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/qc_guidelines.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/seurat_best_practices.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/troubleshooting_guide.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/workflow-details.md +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/annotate_celltypes.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/cluster_cells.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/export_results.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/filter_cells.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/find_markers.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/find_variable_features.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/integrate_batches.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/integration_diagnostics.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/normalize_data.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/plot_dimreduction.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/plot_qc.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/pseudobulk_de.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/qc_metrics.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/remove_ambient_rna.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/run_umap.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/scale_and_pca.R +0 -0
- /package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/setup_and_import.R +0 -0
- /package/data/{workflows → skills}/spatial-transcriptomics/SKILL.md +0 -0
- /package/data/{workflows → skills}/spatial-transcriptomics/references/spatial-analysis-guide.md +0 -0
- /package/data/{workflows → skills}/spatial-transcriptomics/scripts/export_results.py +0 -0
- /package/data/{workflows → skills}/spatial-transcriptomics/scripts/generate_all_plots.py +0 -0
- /package/data/{workflows → skills}/spatial-transcriptomics/scripts/load_example_data.py +0 -0
- /package/data/{workflows → skills}/spatial-transcriptomics/scripts/spatial_workflow.py +0 -0
- /package/data/{workflows → skills}/survival-analysis-clinical/SKILL.md +0 -0
- /package/data/{workflows → skills}/survival-analysis-clinical/scripts/full_workflow.R +0 -0
- /package/data/{workflows → skills}/survival-analysis-clinical/scripts/load_example_data.R +0 -0
- /package/data/{workflows → skills}/survival-analysis-clinical/scripts/plot_forest.R +0 -0
package/dist/bgi.js
CHANGED
|
@@ -13602,7 +13602,6 @@ var DEFAULT_PROVIDER = "bailian";
|
|
|
13602
13602
|
|
|
13603
13603
|
// src/config.ts
|
|
13604
13604
|
var BGI_DIR = (0, import_path2.join)((0, import_os.homedir)(), ".bgicli");
|
|
13605
|
-
var WORKFLOWS_DIR = (0, import_path2.join)(BGI_DIR, "workflows");
|
|
13606
13605
|
var TOOLS_DIR = (0, import_path2.join)(BGI_DIR, "tools");
|
|
13607
13606
|
var SKILLS_DIR = (0, import_path2.join)(BGI_DIR, "skills");
|
|
13608
13607
|
var USER_SKILLS_DIR = (0, import_path2.join)(BGI_DIR, "user-skills");
|
|
@@ -13610,7 +13609,7 @@ var DATABASES_FILE = (0, import_path2.join)(BGI_DIR, "databases.json");
|
|
|
13610
13609
|
var DATA_VERSION_FILE = (0, import_path2.join)(BGI_DIR, ".data-version");
|
|
13611
13610
|
var CONFIG_FILE = (0, import_path2.join)(BGI_DIR, "config.json");
|
|
13612
13611
|
function ensureDirs() {
|
|
13613
|
-
for (const dir of [BGI_DIR,
|
|
13612
|
+
for (const dir of [BGI_DIR, TOOLS_DIR, SKILLS_DIR, USER_SKILLS_DIR]) {
|
|
13614
13613
|
if (!(0, import_fs2.existsSync)(dir)) (0, import_fs2.mkdirSync)(dir, { recursive: true });
|
|
13615
13614
|
}
|
|
13616
13615
|
}
|
|
@@ -14634,7 +14633,7 @@ You have access to these tools:
|
|
|
14634
14633
|
> \u662F\u5426\u6FC0\u6D3B\u8FD9\u4E9B\u6280\u80FD\u5F00\u59CB\u5206\u6790\uFF1F
|
|
14635
14634
|
|
|
14636
14635
|
**\u7B2C\u4E09\u6B65 \u2014 \u6FC0\u6D3B\u6280\u80FD\uFF0C\u8BFB\u53D6 SKILL.md**
|
|
14637
|
-
\u7528\u6237\u786E\u8BA4\u540E\u7ACB\u5373\u6267\u884C\uFF1A\`cat ${
|
|
14636
|
+
\u7528\u6237\u786E\u8BA4\u540E\u7ACB\u5373\u6267\u884C\uFF1A\`cat ${SKILLS_DIR}/<skill-id>/SKILL.md\`
|
|
14638
14637
|
\u4E25\u683C\u6309\u7167 SKILL.md \u7684\u6BCF\u4E00\u6B65\u6267\u884C\uFF0C\u4E0D\u8DF3\u8FC7\u3001\u4E0D\u81EA\u884C\u53D1\u6325\u3002
|
|
14639
14638
|
|
|
14640
14639
|
**\u7B2C\u56DB\u6B65 \u2014 \u53EA\u95EE\u771F\u6B63\u5FC5\u8981\u7684\u6570\u636E\u95EE\u9898**
|
|
@@ -14651,13 +14650,13 @@ SKILL.md \u8BFB\u5B8C\u540E\uFF0C\u53EA\u8BE2\u95EE\u6267\u884C\u6240\u9700\u768
|
|
|
14651
14650
|
|
|
14652
14651
|
---
|
|
14653
14652
|
|
|
14654
|
-
## Skill Library
|
|
14653
|
+
## Skill Library
|
|
14655
14654
|
|
|
14656
|
-
All skills are at: **${
|
|
14655
|
+
All skills are at: **${SKILLS_DIR}**
|
|
14657
14656
|
|
|
14658
14657
|
For any skill, read its guide first:
|
|
14659
14658
|
\`\`\`bash
|
|
14660
|
-
cat ${
|
|
14659
|
+
cat ${SKILLS_DIR}/<skill-id>/SKILL.md
|
|
14661
14660
|
\`\`\`
|
|
14662
14661
|
|
|
14663
14662
|
### \u{1F9EC} Transcriptomics
|
|
@@ -14737,16 +14736,9 @@ ${dbSection ?? "\uFF08\u6682\u672A\u6CE8\u518C\u4EFB\u4F55\u6570\u636E\u5E93\u30
|
|
|
14737
14736
|
|
|
14738
14737
|
---
|
|
14739
14738
|
|
|
14740
|
-
##
|
|
14741
|
-
|
|
14742
|
-
\u66F4\u591A\u5185\u7F6E\u6280\u80FD\u4F4D\u4E8E: **${SKILLS_DIR}**
|
|
14743
|
-
|
|
14744
|
-
\u6BCF\u4E2A\u6280\u80FD\u76EE\u5F55\u5305\u542B\u4E00\u4E2A \`SKILL.md\` \u6587\u4EF6\uFF0C\u8BFB\u53D6\u65B9\u5F0F:
|
|
14745
|
-
\`\`\`bash
|
|
14746
|
-
cat ${SKILLS_DIR}/<skill-id>/SKILL.md
|
|
14747
|
-
\`\`\`
|
|
14739
|
+
## More Skills
|
|
14748
14740
|
|
|
14749
|
-
**\u6DB5\u76D6\u9886\u57DF
|
|
14741
|
+
\u6240\u6709\u5185\u7F6E\u6280\u80FD\u5747\u4F4D\u4E8E **${SKILLS_DIR}**\uFF0C\u6DB5\u76D6\u9886\u57DF\uFF08\u7528\u6237\u901A\u8FC7 /sk \u547D\u4EE4\u52A0\u8F7D\u540E\u81EA\u52A8\u6CE8\u5165\u4E0A\u4E0B\u6587\uFF09:
|
|
14750
14742
|
- \u6587\u732E\u68C0\u7D22: pubmed-search, arxiv-search, bgpt-paper-search
|
|
14751
14743
|
- \u7ED3\u6784\u751F\u7269\u5B66: alphafold, alphafold-database, bindcraft, binder-design
|
|
14752
14744
|
- \u5355\u7EC6\u80DE: anndata, cellagent-annotation, scvi-tools
|
|
@@ -17297,11 +17289,24 @@ function installBundledData() {
|
|
|
17297
17289
|
const bundledData = (0, import_path6.join)(__dirname, "..", "data");
|
|
17298
17290
|
if (!(0, import_fs6.existsSync)(bundledData)) return;
|
|
17299
17291
|
ensureDirs();
|
|
17292
|
+
const legacyWorkflowsDir = (0, import_path6.join)(BGI_DIR, "workflows");
|
|
17293
|
+
if ((0, import_fs6.existsSync)(legacyWorkflowsDir)) {
|
|
17294
|
+
try {
|
|
17295
|
+
for (const entry of (0, import_fs6.readdirSync)(legacyWorkflowsDir)) {
|
|
17296
|
+
const src = (0, import_path6.join)(legacyWorkflowsDir, entry);
|
|
17297
|
+
const dest = (0, import_path6.join)(SKILLS_DIR, entry);
|
|
17298
|
+
if ((0, import_fs6.statSync)(src).isDirectory() && !(0, import_fs6.existsSync)(dest)) {
|
|
17299
|
+
(0, import_fs6.cpSync)(src, dest, { recursive: true });
|
|
17300
|
+
}
|
|
17301
|
+
}
|
|
17302
|
+
(0, import_fs6.rmSync)(legacyWorkflowsDir, { recursive: true, force: true });
|
|
17303
|
+
} catch {
|
|
17304
|
+
}
|
|
17305
|
+
}
|
|
17300
17306
|
const installedDataVersion = (0, import_fs6.existsSync)(DATA_VERSION_FILE) ? (0, import_fs6.readFileSync)(DATA_VERSION_FILE, "utf8").trim() : "";
|
|
17301
17307
|
const needsUpdate = installedDataVersion !== VERSION2;
|
|
17302
17308
|
const targets = [
|
|
17303
|
-
{ src: (0, import_path6.join)(bundledData, "
|
|
17304
|
-
{ src: (0, import_path6.join)(bundledData, "skills"), dest: SKILLS_DIR, name: "Skills (\u6269\u5C55\u7C7B)" },
|
|
17309
|
+
{ src: (0, import_path6.join)(bundledData, "skills"), dest: SKILLS_DIR, name: "Skills" },
|
|
17305
17310
|
{ src: (0, import_path6.join)(bundledData, "tools"), dest: TOOLS_DIR, name: "\u5DE5\u5177" }
|
|
17306
17311
|
];
|
|
17307
17312
|
let installed = false;
|
|
@@ -17505,7 +17510,6 @@ function collectAllSkills() {
|
|
|
17505
17510
|
});
|
|
17506
17511
|
};
|
|
17507
17512
|
addFrom(SKILLS_DIR, "skill");
|
|
17508
|
-
addFrom(WORKFLOWS_DIR, "skill");
|
|
17509
17513
|
addFrom(USER_SKILLS_DIR, "user");
|
|
17510
17514
|
return entries;
|
|
17511
17515
|
}
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-omics-clustering/references/clustering_methods_comparison.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-omics-clustering/references/distance_metrics_guide.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-omics-clustering/references/validation_metrics_guide.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-omics-clustering/scripts/dimensionality_reduction.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/references/decision-guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/references/troubleshooting.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/references/usage-guide.md
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/batch_correction.R
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/extract_results.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/load_example_data.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/multi_condition.R
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/bulk-rnaseq-counts-to-de-deseq2/scripts/transformations.R
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-diff-analysis/references/chipatlas_diff_api_format.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-diff-analysis/references/diff_analysis_methods.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-peak-enrichment/references/enrichment_statistics.md
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-peak-enrichment/references/promoter_definitions.md
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/convert_genes_to_regions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/query_chipatlas_api.py
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-peak-enrichment/scripts/run_enrichment_workflow.py
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-target-genes/references/macs2_binding_scores.md
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-target-genes/references/target_genes_data_format.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/chip-atlas-target-genes/scripts/run_target_genes_workflow.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/clinicaltrials-landscape/scripts/generate_landscape_plots.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/coexpression-network/references/parameter-tuning-guide.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/references/cv_tissue_database.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/references/qc_guidelines.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/scripts/batch_assignment.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/scripts/batch_validation.R
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/scripts/load_example_data.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/scripts/multiple_testing.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/scripts/plot_power_curves.R
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/scripts/power_pilot_based.R
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/experimental-design-statistics/scripts/sample_size_scrna.R
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/references/database_guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/references/decision-guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/references/gsea_ora_comparison.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/references/method-reference.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/get_msigdb_genesets.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/load_de_results.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/load_example_data.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/functional-enrichment-from-degs/scripts/prepare_gene_lists.R
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/genetic-variant-annotation/references/consequence_terms.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/genetic-variant-annotation/references/filtering_strategies.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/genetic-variant-annotation/references/installation_guide.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/genetic-variant-annotation/references/snpeff_best_practices.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/genetic-variant-annotation/references/tool_selection_guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/genetic-variant-annotation/references/troubleshooting_guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/genetic-variant-annotation/references/vep_best_practices.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/genetic-variant-annotation/scripts/parse_snpeff_output.py
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/genetic-variant-annotation/scripts/plot_variant_distribution.py
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/genetic-variant-annotation/scripts/prioritize_variants.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/genetic-variant-annotation/scripts/test_complete_workflow.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/gwas-to-function-twas/references/fusion_best_practices.md
RENAMED
|
File without changes
|