@bgicli/bgicli 2.4.6 → 2.4.8
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 +82 -28
- 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
|
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
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/gwas-to-function-twas/references/spredixxcan_best_practices.md
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/gwas-to-function-twas/references/tissue_reference_guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/gwas-to-function-twas/references/troubleshooting_guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/gwas-to-function-twas/references/twas_hub_validation_guide.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/gwas-to-function-twas/scripts/integrate_variant_annotation.py
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/gwas-to-function-twas/scripts/interpret_therapeutic_direction.py
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/gwas-to-function-twas/scripts/multilayer_direction_analysis.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
|
/package/data/{workflows → skills}/lasso-biomarker-panel/scripts/biological_interpretation.R
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
|
/package/data/{workflows → skills}/literature-preclinical/references/experiment-extraction-guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/literature-preclinical/references/full-text-enrichment-guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/literature-preclinical/references/preclinical-search-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
|
/package/data/{workflows → skills}/mendelian-randomization-twosamplemr/scripts/export_results.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/mendelian-randomization-twosamplemr/scripts/generate_report.R
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/mendelian-randomization-twosamplemr/scripts/run_mr_analysis.R
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/pcr-primer-design/references/primer_design_best_practices.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}/polygenic-risk-score-prs-catalog/references/pgs-catalog-guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/scripts/export_results.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/scripts/generate_plots.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/scripts/load_pgs_weights.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/polygenic-risk-score-prs-catalog/scripts/load_reference_data.R
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/pooled-crispr-screens/references/crispr_screen_best_practices.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/pooled-crispr-screens/references/troubleshooting_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
|
/package/data/{workflows → skills}/pooled-crispr-screens/scripts/screen_all_perturbations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/common-patterns.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/integration_methods.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/marker_gene_database.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/pseudobulk_de_guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/qc_guidelines.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/scanpy_best_practices.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/troubleshooting_guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/references/workflow-details.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/annotate_celltypes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/find_variable_genes.py
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/integration_diagnostics.py
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/load_example_data.py
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/plot_dimreduction.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/remove_ambient_rna.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-scanpy-core-analysis/scripts/setup_and_import.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/common-patterns.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/decision-guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/integration_methods.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/marker_gene_database.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/pseudobulk_de_guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/qc_guidelines.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/seurat_best_practices.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/troubleshooting_guide.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/references/workflow-details.md
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/annotate_celltypes.R
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/find_variable_features.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/integrate_batches.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/integration_diagnostics.R
RENAMED
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/load_example_data.R
RENAMED
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/plot_dimreduction.R
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/scrnaseq-seurat-core-analysis/scripts/remove_ambient_rna.R
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/data/{workflows → skills}/spatial-transcriptomics/references/spatial-analysis-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
|