biopipen 0.25.2__tar.gz → 0.25.4__tar.gz
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.
Potentially problematic release.
This version of biopipen might be problematic. Click here for more details.
- {biopipen-0.25.2 → biopipen-0.25.4}/PKG-INFO +2 -2
- biopipen-0.25.4/biopipen/__init__.py +1 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/CellTypeAnnotation-celltypist.R +6 -4
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/CellsDistribution.R +4 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/Immunarch.R +1 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/single_cell.R +3 -2
- {biopipen-0.25.2 → biopipen-0.25.4}/pyproject.toml +2 -2
- {biopipen-0.25.2 → biopipen-0.25.4}/setup.py +2 -2
- biopipen-0.25.2/biopipen/__init__.py +0 -1
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/core/__init__.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/core/config.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/core/config.toml +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/core/defaults.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/core/filters.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/core/proc.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/core/testing.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/__init__.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/bam.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/bcftools.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/bed.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/cellranger.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/cellranger_pipeline.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/cnv.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/cnvkit.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/cnvkit_pipeline.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/delim.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/gene.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/gsea.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/misc.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/plot.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/rnaseq.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/scrna.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/scrna_metabolic_landscape.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/tcgamaf.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/tcr.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/vcf.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/ns/web.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/bam/CNAClinic.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/bam/CNVpytor.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/bam/ControlFREEC.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/cellranger/CellRangerCount.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/cellranger/CellRangerSummary.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/cellranger/CellRangerVdj.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/cnv/AneuploidyScore.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/cnv/AneuploidyScoreSummary.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/cnv/TMADScoreSummary.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/cnvkit/CNVkitDiagram.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/cnvkit/CNVkitHeatmap.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/cnvkit/CNVkitScatter.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/delim/SampleInfo.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/gsea/FGSEA.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/gsea/GSEA.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/scrna/CellsDistribution.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/scrna/DimPlots.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/scrna/MarkersFinder.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/scrna/MetaMarkers.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/scrna/RadarPlots.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/scrna/ScFGSEA.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/scrna/SeuratClusterStats.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/scrna/SeuratMap2Ref.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/scrna/SeuratPreparing.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/scrna/TopExpressingGenes.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/scrna_metabolic_landscape/MetabolicFeatures.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/scrna_metabolic_landscape/MetabolicFeaturesIntraSubset.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/scrna_metabolic_landscape/MetabolicPathwayActivity.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/scrna_metabolic_landscape/MetabolicPathwayHeterogeneity.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/tcr/CDR3AAPhyschem.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/tcr/CloneResidency.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/tcr/Immunarch.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/tcr/SampleDiversity.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/tcr/TCRClusterStats.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/tcr/TESSA.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/tcr/VJUsage.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/utils/gsea.liq +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/utils/misc.liq +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/vcf/TruvariBenchSummary.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/reports/vcf/TruvariConsistency.svelte +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/bam/BamMerge.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/bam/BamSplitChroms.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/bam/CNAClinic.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/bam/CNVpytor.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/bam/ControlFREEC.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/bcftools/BcftoolsAnnotate.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/bcftools/BcftoolsFilter.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/bcftools/BcftoolsSort.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/bed/Bed2Vcf.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/bed/BedConsensus.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/bed/BedLiftOver.sh +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/bed/BedtoolsMerge.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cellranger/CellRangerCount.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cellranger/CellRangerSummary.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cellranger/CellRangerVdj.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnv/AneuploidyScore.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnv/AneuploidyScoreSummary.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnv/TMADScore.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnv/TMADScoreSummary.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnvkit/CNVkitAccess.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnvkit/CNVkitAutobin.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnvkit/CNVkitBatch.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnvkit/CNVkitCall.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnvkit/CNVkitCoverage.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnvkit/CNVkitDiagram.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnvkit/CNVkitFix.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnvkit/CNVkitGuessBaits.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnvkit/CNVkitHeatmap.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnvkit/CNVkitReference.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnvkit/CNVkitScatter.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnvkit/CNVkitSegment.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/cnvkit/guess_baits.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/delim/RowsBinder.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/delim/SampleInfo.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/gene/GeneNameConversion.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/gsea/Enrichr.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/gsea/FGSEA.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/gsea/GSEA.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/gsea/PreRank.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/misc/Config2File.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/misc/Str2File.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/plot/Heatmap.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/plot/VennDiagram.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/rnaseq/UnitConversion.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/AnnData2Seurat.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/CellTypeAnnotation-direct.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/CellTypeAnnotation-hitype.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/CellTypeAnnotation-sccatch.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/CellTypeAnnotation-sctype.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/CellTypeAnnotation.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/DimPlots.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/ExprImpution-alra.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/ExprImpution-rmagic.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/ExprImpution-scimpute.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/ExprImpution.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/MarkersFinder.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/MetaMarkers.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/ModuleScoreCalculator.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/RadarPlots.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SCImpute.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/ScFGSEA.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/Seurat2AnnData.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratClusterStats-dimplots.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratClusterStats-features.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratClusterStats-hists.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratClusterStats-ngenes.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratClusterStats-stats.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratClusterStats.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratClustering.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratFilter.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratLoading.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratMap2Ref.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratMetadataMutater.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratPreparing.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratSplit.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratSubClustering.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratSubset.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/SeuratTo10X.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/TopExpressingGenes.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/Write10X.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/celltypist-wrapper.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna/sctype.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna_metabolic_landscape/MetabolicFeatures.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna_metabolic_landscape/MetabolicFeaturesIntraSubset.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna_metabolic_landscape/MetabolicPathwayActivity.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna_metabolic_landscape/MetabolicPathwayHeterogeneity.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcgamaf/Maf2Vcf.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcgamaf/MafAddChr.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcgamaf/maf2vcf.pl +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/Attach2Seurat.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/CDR3AAPhyschem.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/CloneResidency.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/CloneSizeQQPlot.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/GIANA/GIANA.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/GIANA/GIANA4.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/GIANA/Imgt_Human_TRBV.fasta +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/GIANA/query.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/Immunarch-basic.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/Immunarch-clonality.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/Immunarch-diversity.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/Immunarch-geneusage.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/Immunarch-kmer.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/Immunarch-overlap.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/Immunarch-spectratyping.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/Immunarch-tracking.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/Immunarch-vjjunc.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/Immunarch2VDJtools.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/ImmunarchFilter.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/ImmunarchLoading.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/ImmunarchSplitIdents.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/SampleDiversity.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/TCRClusterStats.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/TCRClustering.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/TESSA.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/TESSA_source/Atchley_factors.csv +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/TESSA_source/BriseisEncoder.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/TESSA_source/MCMC_control.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/TESSA_source/TrainedEncoder.h5 +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/TESSA_source/fixed_b.csv +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/TESSA_source/initialization.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/TESSA_source/post_analysis.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/TESSA_source/real_data.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/TESSA_source/update.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/TESSA_source/utility.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/VJUsage.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/immunarch-patched.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/tcr/vdjtools-patch.sh +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/vcf/TruvariBench.sh +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/vcf/TruvariBenchSummary.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/vcf/TruvariConsistency.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/vcf/Vcf2Bed.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/vcf/VcfAnno.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/vcf/VcfDownSample.sh +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/vcf/VcfFilter.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/vcf/VcfFix.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/vcf/VcfFix_utils.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/vcf/VcfIndex.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/vcf/VcfIntersect.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/vcf/VcfLiftOver.sh +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/vcf/VcfSplitSamples.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/web/Download.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/web/DownloadList.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/__init__.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/caching.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/common_docstrs.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/gene.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/gene.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/gsea.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/io.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/misc.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/misc.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/mutate_helpers.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/plot.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/reference.py +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/rnaseq.R +0 -0
- {biopipen-0.25.2 → biopipen-0.25.4}/biopipen/utils/vcf.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: biopipen
|
|
3
|
-
Version: 0.25.
|
|
3
|
+
Version: 0.25.4
|
|
4
4
|
Summary: Bioinformatics processes/pipelines that can be run from `pipen run`
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: pwwang
|
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
16
|
Provides-Extra: runinfo
|
|
17
|
-
Requires-Dist: datar[pandas] (>=0.15.
|
|
17
|
+
Requires-Dist: datar[pandas] (>=0.15.4,<0.16.0)
|
|
18
18
|
Requires-Dist: pipen-board[report] (>=0.14,<0.15)
|
|
19
19
|
Requires-Dist: pipen-cli-run (>=0.12,<0.13)
|
|
20
20
|
Requires-Dist: pipen-filters (>=0.11,<0.12)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.25.4"
|
|
@@ -189,8 +189,7 @@ if (outtype == "h5ad") {
|
|
|
189
189
|
sobj,
|
|
190
190
|
celltypist_out[
|
|
191
191
|
rownames(sobj@meta.data),
|
|
192
|
-
|
|
193
|
-
,
|
|
192
|
+
setdiff(colnames(celltypist_out), colnames(sobj@meta.data)),
|
|
194
193
|
drop = FALSE
|
|
195
194
|
]
|
|
196
195
|
)
|
|
@@ -217,16 +216,19 @@ if (outtype == "h5ad") {
|
|
|
217
216
|
summarise(seurat_clusters = first(seurat_clusters), .groups = "drop") %>%
|
|
218
217
|
mutate(seurat_clusters = make.unique(seurat_clusters))
|
|
219
218
|
cluster_map <- split(cluster_map$seurat_clusters, cluster_map$seurat_clusters_id)
|
|
220
|
-
|
|
219
|
+
if (over_clustering != "seurat_clusters") {
|
|
220
|
+
sobj@meta.data$seurat_clusters <- sobj@meta.data[[over_clustering]]
|
|
221
|
+
}
|
|
221
222
|
Idents(sobj) <- "seurat_clusters"
|
|
222
223
|
cluster_map$object <- sobj
|
|
224
|
+
log_info("Renaming clusters ...")
|
|
223
225
|
sobj <- do_call(RenameIdents, cluster_map)
|
|
224
226
|
sobj@meta.data$seurat_clusters <- Idents(sobj)
|
|
225
|
-
Idents(sobj) <- "seurat_clusters"
|
|
226
227
|
}
|
|
227
228
|
} else if (!is.null(newcol)) {
|
|
228
229
|
sobj@meta.data[[newcol]] <- sobj@meta.data[["predicted_labels"]]
|
|
229
230
|
}
|
|
231
|
+
log_info("Saving Seurat object in RDS ...")
|
|
230
232
|
saveRDS(sobj, outfile)
|
|
231
233
|
}
|
|
232
234
|
} else {
|
|
@@ -25,6 +25,7 @@ cells_n <- {{envs.cells_n | r}} # nolint
|
|
|
25
25
|
subset <- {{envs.subset | r}} # nolint
|
|
26
26
|
descr <- {{envs.descr | r}} # nolint
|
|
27
27
|
devpars <- {{envs.devpars | r}} # nolint
|
|
28
|
+
hm_devpars <- {{envs.hm_devpars | r}} # nolint
|
|
28
29
|
each <- {{envs.each | r}} # nolint
|
|
29
30
|
section <- {{envs.section | r}} # nolint
|
|
30
31
|
overlap <- {{envs.overlap | r}} # nolint
|
|
@@ -60,6 +61,7 @@ expand_cases <- function() {
|
|
|
60
61
|
cells_orderby = cells_orderby,
|
|
61
62
|
cells_n = cells_n,
|
|
62
63
|
devpars = devpars,
|
|
64
|
+
hm_devpars = hm_devpars,
|
|
63
65
|
each = each,
|
|
64
66
|
section = section,
|
|
65
67
|
subset = subset,
|
|
@@ -79,12 +81,14 @@ expand_cases <- function() {
|
|
|
79
81
|
cells_orderby = cells_orderby,
|
|
80
82
|
cells_n = cells_n,
|
|
81
83
|
devpars = devpars,
|
|
84
|
+
hm_devpars = hm_devpars,
|
|
82
85
|
each = each,
|
|
83
86
|
section = section,
|
|
84
87
|
subset = subset,
|
|
85
88
|
descr = descr
|
|
86
89
|
)
|
|
87
90
|
case$devpars <- list_setdefault(case$devpars, devpars)
|
|
91
|
+
case$hm_devpars <- list_setdefault(case$hm_devpars, hm_devpars)
|
|
88
92
|
filled_cases[[name]] <- case
|
|
89
93
|
}
|
|
90
94
|
}
|
|
@@ -57,6 +57,7 @@ rm(meta)
|
|
|
57
57
|
log_info("Mutating data if `envs.mutaters` is provided ...")
|
|
58
58
|
if (!is.null(mutaters) && length(mutaters) > 0) {
|
|
59
59
|
exdata = mutate(exdata, !!!lapply(mutaters, parse_expr))
|
|
60
|
+
immdata = immdata_from_expanded(exdata)
|
|
60
61
|
}
|
|
61
62
|
|
|
62
63
|
n_samples = length(immdata$data)
|
|
@@ -55,8 +55,7 @@ filter_expanded_immdata <- function(exdata, filters, update_clones = FALSE) {
|
|
|
55
55
|
if (length(filters) == 0) {
|
|
56
56
|
return(exdata)
|
|
57
57
|
}
|
|
58
|
-
out <- exdata %>%
|
|
59
|
-
dplyr::filter(!!parse_expr(filters))
|
|
58
|
+
out <- exdata %>% dplyr::filter(!!parse_expr(filters))
|
|
60
59
|
if (update_clones) {
|
|
61
60
|
out <- out %>%
|
|
62
61
|
group_by(Sample, CDR3.aa) %>%
|
|
@@ -101,11 +100,13 @@ immdata_from_expanded <- function(
|
|
|
101
100
|
),
|
|
102
101
|
function(dat) {
|
|
103
102
|
ncells <- nrow(dat)
|
|
103
|
+
dat_cols <- setdiff(colnames(dat), c("Clones", "Proportion", cell_id))
|
|
104
104
|
dat %>% group_by(CDR3.aa) %>%
|
|
105
105
|
summarise(
|
|
106
106
|
Clones = ifelse(update_clones, n(), first(Clones)),
|
|
107
107
|
Proportion = ifelse(update_clones, n() / ncells, first(Proportion)),
|
|
108
108
|
!!sym(cell_id) := paste0(!!sym(cell_id), collapse = ";"),
|
|
109
|
+
!!!parse_exprs(sapply(dat_cols, function(x) paste0('first(`', x, '`)'))),
|
|
109
110
|
.groups = "drop"
|
|
110
111
|
) %>%
|
|
111
112
|
arrange(desc(Clones))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "biopipen"
|
|
3
|
-
version = "0.25.
|
|
3
|
+
version = "0.25.4"
|
|
4
4
|
description = "Bioinformatics processes/pipelines that can be run from `pipen run`"
|
|
5
5
|
authors = ["pwwang <pwwang@pwwang.com>"]
|
|
6
6
|
license = "MIT"
|
|
@@ -16,7 +16,7 @@ pipen-filters = "^0.11"
|
|
|
16
16
|
pipen-cli-run = "^0.12"
|
|
17
17
|
pipen-verbose = "^0.10"
|
|
18
18
|
pipen-poplog = "^0.0.2"
|
|
19
|
-
datar = { version = "^0.15.
|
|
19
|
+
datar = { version = "^0.15.4", extras = ["pandas"] }
|
|
20
20
|
pipen-board = { version = "^0.14", extras = ["report"] }
|
|
21
21
|
pipen-runinfo = { version = "^0.5", optional = true }
|
|
22
22
|
|
|
@@ -42,7 +42,7 @@ package_data = \
|
|
|
42
42
|
'scripts/tcr/*']}
|
|
43
43
|
|
|
44
44
|
install_requires = \
|
|
45
|
-
['datar[pandas]>=0.15.
|
|
45
|
+
['datar[pandas]>=0.15.4,<0.16.0',
|
|
46
46
|
'pipen-board[report]>=0.14,<0.15',
|
|
47
47
|
'pipen-cli-run>=0.12,<0.13',
|
|
48
48
|
'pipen-filters>=0.11,<0.12',
|
|
@@ -77,7 +77,7 @@ entry_points = \
|
|
|
77
77
|
|
|
78
78
|
setup_kwargs = {
|
|
79
79
|
'name': 'biopipen',
|
|
80
|
-
'version': '0.25.
|
|
80
|
+
'version': '0.25.4',
|
|
81
81
|
'description': 'Bioinformatics processes/pipelines that can be run from `pipen run`',
|
|
82
82
|
'long_description': 'None',
|
|
83
83
|
'author': 'pwwang',
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.25.2"
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
{biopipen-0.25.2 → biopipen-0.25.4}/biopipen/scripts/scrna_metabolic_landscape/MetabolicFeatures.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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|