Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthropics/knowledge-work-plugins
/ functions
Functions
178 in github.com/anthropics/knowledge-work-plugins
⨍
Functions
178
◇
Types & classes
7
↓ 1 callers
Function
main
()
bio-research/skills/nextflow-development/scripts/detect_data_type.py:262
↓ 1 callers
Function
main
()
bio-research/skills/nextflow-development/scripts/check_environment.py:424
↓ 1 callers
Function
main
()
bio-research/skills/scvi-tools/scripts/integrate_datasets.py:163
↓ 1 callers
Function
main
Command-line interface.
bio-research/skills/scvi-tools/scripts/validate_adata.py:349
↓ 1 callers
Function
main
()
bio-research/skills/scvi-tools/scripts/prepare_data.py:109
↓ 1 callers
Function
main
()
bio-research/skills/scvi-tools/scripts/train_model.py:232
↓ 1 callers
Function
main
()
bio-research/skills/scvi-tools/scripts/transfer_labels.py:135
↓ 1 callers
Function
main
()
bio-research/skills/scvi-tools/scripts/cluster_embed.py:147
↓ 1 callers
Function
main
()
bio-research/skills/scvi-tools/scripts/differential_expression.py:146
↓ 1 callers
Function
main
()
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:1077
↓ 1 callers
Function
main
()
bio-research/skills/instrument-data-to-allotrope/scripts/export_parser.py:440
↓ 1 callers
Function
main
Main entry point.
bio-research/skills/instrument-data-to-allotrope/scripts/flatten_asm.py:202
↓ 1 callers
Function
main
Main entry point.
bio-research/skills/instrument-data-to-allotrope/scripts/convert_to_asm.py:371
↓ 1 callers
Function
match_read_pairs
Match R1/R2 read pairs using scored pattern matching. Args: files: List of FileInfo objects (from file_discovery) Returns:
bio-research/skills/nextflow-development/scripts/utils/sample_inference.py:197
↓ 1 callers
Function
package_skill
Package a skill folder into a .skill file. Args: skill_path: Path to the skill folder output_dir: Optional output directory
data/skills/data-context-extractor/scripts/package_data_skill.py:44
↓ 1 callers
Function
plot_filtering_thresholds
Visualize filtering thresholds overlaid on distributions. Parameters ---------- adata : AnnData Annotated data matrix with Q
bio-research/skills/single-cell-rna-qc/scripts/qc_plotting.py:108
↓ 1 callers
Function
plot_integration
Plot integration results.
bio-research/skills/scvi-tools/scripts/integrate_datasets.py:132
↓ 1 callers
Function
plot_predictions
Plot prediction results.
bio-research/skills/scvi-tools/scripts/transfer_labels.py:108
↓ 1 callers
Function
plot_qc_after_filtering
Create QC plots for filtered data (simplified version without outlier overlay). Parameters ---------- adata : AnnData Filter
bio-research/skills/single-cell-rna-qc/scripts/qc_plotting.py:167
↓ 1 callers
Function
plot_qc_distributions
Create comprehensive QC distribution plots. Parameters ---------- adata : AnnData Annotated data matrix with QC metrics
bio-research/skills/single-cell-rna-qc/scripts/qc_plotting.py:13
↓ 1 callers
Function
plot_results
Generate and save visualization plots.
bio-research/skills/scvi-tools/scripts/cluster_embed.py:83
↓ 1 callers
Function
plot_volcano
Create volcano plot of DE results.
bio-research/skills/scvi-tools/scripts/differential_expression.py:100
↓ 1 callers
Function
plot_with_threshold
(ax, metric, outlier_mask, n_mads, hard_threshold=None)
bio-research/skills/single-cell-rna-qc/scripts/qc_plotting.py:129
↓ 1 callers
Function
prepare_data
Prepare AnnData for scvi-tools. Parameters ---------- adata : AnnData Raw count data batch_key : str, optional B
bio-research/skills/scvi-tools/scripts/prepare_data.py:17
↓ 1 callers
Function
print_genome_list
Print genome list.
bio-research/skills/nextflow-development/scripts/manage_genomes.py:398
↓ 1 callers
Function
print_report
Print human-readable report to stdout.
bio-research/skills/nextflow-development/scripts/check_environment.py:392
↓ 1 callers
Method
print_report
(self)
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:374
↓ 1 callers
Function
print_results
Print detection results.
bio-research/skills/nextflow-development/scripts/detect_data_type.py:204
↓ 1 callers
Function
run_all_checks
Run all environment checks and return comprehensive report.
bio-research/skills/nextflow-development/scripts/check_environment.py:363
↓ 1 callers
Function
run_de_analysis
Run differential expression analysis. Parameters ---------- model : scvi model Trained model with differential_expression me
bio-research/skills/scvi-tools/scripts/differential_expression.py:18
↓ 1 callers
Function
suggest_model
Suggest appropriate scvi-tools model based on data. Parameters ---------- adata : AnnData Data to analyze result : Valid
bio-research/skills/scvi-tools/scripts/validate_adata.py:301
↓ 1 callers
Method
summary
Generate human-readable summary.
bio-research/skills/nextflow-development/scripts/utils/validators.py:26
↓ 1 callers
Method
summary
Generate summary report.
bio-research/skills/scvi-tools/scripts/validate_adata.py:44
↓ 1 callers
Method
to_dict
(self)
bio-research/skills/nextflow-development/scripts/check_environment.py:39
↓ 1 callers
Function
train_multivi
Train MultiVI model for multiome (RNA + ATAC). Note: Expects MuData or AnnData with both RNA and ATAC data. For AnnData, ATAC peaks should be
bio-research/skills/scvi-tools/scripts/train_model.py:177
↓ 1 callers
Function
train_peakvi
Train PeakVI model for scATAC-seq.
bio-research/skills/scvi-tools/scripts/train_model.py:107
↓ 1 callers
Function
train_scanvi
Train scANVI model (scVI + labels).
bio-research/skills/scvi-tools/scripts/train_model.py:44
↓ 1 callers
Function
train_scvi
Train scVI model.
bio-research/skills/scvi-tools/scripts/train_model.py:18
↓ 1 callers
Function
train_totalvi
Train totalVI model for CITE-seq.
bio-research/skills/scvi-tools/scripts/train_model.py:76
↓ 1 callers
Function
train_velovi
Train veloVI model for RNA velocity. Note: Requires scvelo preprocessing. If Ms/Mu layers don't exist, will run preprocessing automatically.
bio-research/skills/scvi-tools/scripts/train_model.py:133
↓ 1 callers
Function
transfer_labels
Transfer labels from reference to query. Parameters ---------- reference_model : SCANVI model Pre-trained scANVI model a
bio-research/skills/scvi-tools/scripts/transfer_labels.py:17
↓ 1 callers
Function
validate_calculated_data
Check calculated data has proper traceability.
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:622
↓ 1 callers
Function
validate_existing_samplesheet
Validate an existing samplesheet file.
bio-research/skills/nextflow-development/scripts/generate_samplesheet.py:352
↓ 1 callers
Function
validate_for_scvi
Validate AnnData for scvi-tools compatibility. Parameters ---------- adata : AnnData Data to validate layer : str, optio
bio-research/skills/scvi-tools/scripts/validate_adata.py:83
↓ 1 callers
Function
validate_liquid_handler_structure
Specific validation for liquid handler ASM documents. Checks for: - Proper transfer pairing (aspirate + dispense = 1 measurement) -
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:848
↓ 1 callers
Function
validate_manifest
Check for valid manifest.
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:411
↓ 1 callers
Function
validate_measurements
Validate measurement documents.
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:518
↓ 1 callers
Function
validate_metadata
Check for required metadata fields.
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:602
↓ 1 callers
Function
validate_naming_conventions
Check for proper space-separated naming (not hyphens).
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:484
↓ 1 callers
Function
validate_nested_document_structure
Validate that fields are properly nested in their correct documents. This checks for common mistakes like: - Sample fields flattened dir
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:714
↓ 1 callers
Function
validate_sample_roles
Check for valid sample roles.
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:529
↓ 1 callers
Function
validate_skill
Basic validation of skill structure.
data/skills/data-context-extractor/scripts/package_data_skill.py:18
↓ 1 callers
Function
validate_statistics
Check for statistics documents where expected.
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:545
↓ 1 callers
Function
validate_technique
Validate technique selection.
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:446
↓ 1 callers
Function
validate_unique_identifiers
Validate that entities have unique identifiers for traceability.
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:665
↓ 1 callers
Function
validate_units
Check for valid units.
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:567
Method
__bool__
(self)
bio-research/skills/nextflow-development/scripts/utils/validators.py:23
Method
__init__
(self)
bio-research/skills/instrument-data-to-allotrope/scripts/validate_asm.py:356
Method
__repr__
(self)
bio-research/skills/nextflow-development/scripts/utils/file_discovery.py:24
Function
auto_select_model
Suggest the best scvi-tools model based on available data. Parameters ---------- adata : AnnData Data to analyze Return
bio-research/skills/scvi-tools/scripts/model_utils.py:430
Function
cmd_download
Download FASTQ files from ENA.
bio-research/skills/nextflow-development/scripts/sra_geo_fetch.py:396
Function
cmd_groups
Display sample groups in a study for interactive selection.
bio-research/skills/nextflow-development/scripts/sra_geo_fetch.py:248
Function
cmd_info
Display study information.
bio-research/skills/nextflow-development/scripts/sra_geo_fetch.py:152
Function
cmd_list
List all samples and runs in a study.
bio-research/skills/nextflow-development/scripts/sra_geo_fetch.py:298
Function
cmd_samplesheet
Generate samplesheet for nf-core pipeline.
bio-research/skills/nextflow-development/scripts/sra_geo_fetch.py:557
Function
compare_integrations
Compare multiple integration methods using standard metrics. Parameters ---------- adata : AnnData Data with integration emb
bio-research/skills/scvi-tools/scripts/model_utils.py:507
Function
download_fastq_file
Download a single FASTQ file.
bio-research/skills/nextflow-development/scripts/sra_geo_fetch.py:347
Function
evaluate_integration
Evaluate integration quality using basic metrics. Parameters ---------- adata : AnnData Integrated data batch_key :
bio-research/skills/scvi-tools/scripts/model_utils.py:200
Function
fetch_pubmed_metadata
Fetch paper metadata from PubMed. Args: pmid: PubMed ID max_retries: Number of retries on failure Returns: Dict
bio-research/skills/nextflow-development/scripts/utils/ncbi_utils.py:399
Function
get_marker_genes
Get marker genes using scVI differential expression. Parameters ---------- model : scvi model Trained scVI/scANVI model
bio-research/skills/scvi-tools/scripts/model_utils.py:262
Function
infer_patient_groupings
Infer patient groupings from sample names. Groups samples that share a common prefix pattern. Args: sample_names: List of sampl
bio-research/skills/nextflow-development/scripts/utils/sample_inference.py:264
Function
plot_training_history
Plot model training history. Parameters ---------- model : scvi model Trained model save_path : str, optional
bio-research/skills/scvi-tools/scripts/model_utils.py:307
Function
prepare_adata
Prepare AnnData for scvi-tools models. Parameters ---------- adata : AnnData Raw count data batch_key : str, optiona
bio-research/skills/scvi-tools/scripts/model_utils.py:34
Function
quick_clustering
Quick clustering pipeline on latent representation. Parameters ---------- adata : AnnData Data with latent representation
bio-research/skills/scvi-tools/scripts/model_utils.py:566
Function
save_results
Save model, processed data, and visualization. Parameters ---------- model : scvi model Trained model adata : AnnData
bio-research/skills/scvi-tools/scripts/model_utils.py:350
Function
train_scvi
Train scVI or scANVI model. Parameters ---------- adata : AnnData Prepared data with counts layer batch_key : str, o
bio-research/skills/scvi-tools/scripts/model_utils.py:115
Function
validate_absolute_path
Check if path is absolute.
bio-research/skills/nextflow-development/scripts/utils/validators.py:254
Function
validate_file_exists
Check if file exists and is accessible.
bio-research/skills/nextflow-development/scripts/utils/validators.py:249
← previous
101–178 of 178, ranked by callers