biopipen 0.26.0__tar.gz → 0.26.1__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.

Files changed (243) hide show
  1. {biopipen-0.26.0 → biopipen-0.26.1}/PKG-INFO +1 -1
  2. biopipen-0.26.1/biopipen/__init__.py +1 -0
  3. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/scrna.py +14 -1
  4. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/CellsDistribution.R +4 -0
  5. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratClusterStats-stats.R +37 -0
  6. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/TopExpressingGenes.R +58 -33
  7. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/CloneResidency.R +9 -0
  8. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/misc.R +19 -0
  9. {biopipen-0.26.0 → biopipen-0.26.1}/pyproject.toml +2 -2
  10. {biopipen-0.26.0 → biopipen-0.26.1}/setup.py +2 -2
  11. biopipen-0.26.0/biopipen/__init__.py +0 -1
  12. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/core/__init__.py +0 -0
  13. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/core/config.py +0 -0
  14. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/core/config.toml +0 -0
  15. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/core/defaults.py +0 -0
  16. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/core/filters.py +0 -0
  17. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/core/proc.py +0 -0
  18. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/core/testing.py +0 -0
  19. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/__init__.py +0 -0
  20. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/bam.py +0 -0
  21. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/bcftools.py +0 -0
  22. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/bed.py +0 -0
  23. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/cellranger.py +0 -0
  24. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/cellranger_pipeline.py +0 -0
  25. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/cnv.py +0 -0
  26. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/cnvkit.py +0 -0
  27. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/cnvkit_pipeline.py +0 -0
  28. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/delim.py +0 -0
  29. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/gene.py +0 -0
  30. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/gsea.py +0 -0
  31. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/misc.py +0 -0
  32. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/plot.py +0 -0
  33. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/rnaseq.py +0 -0
  34. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/scrna_metabolic_landscape.py +0 -0
  35. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/snp.py +0 -0
  36. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/stats.py +0 -0
  37. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/tcgamaf.py +0 -0
  38. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/tcr.py +0 -0
  39. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/vcf.py +0 -0
  40. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/ns/web.py +0 -0
  41. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/bam/CNAClinic.svelte +0 -0
  42. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/bam/CNVpytor.svelte +0 -0
  43. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/bam/ControlFREEC.svelte +0 -0
  44. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/cellranger/CellRangerCount.svelte +0 -0
  45. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/cellranger/CellRangerSummary.svelte +0 -0
  46. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/cellranger/CellRangerVdj.svelte +0 -0
  47. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/cnv/AneuploidyScore.svelte +0 -0
  48. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/cnv/AneuploidyScoreSummary.svelte +0 -0
  49. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/cnv/TMADScoreSummary.svelte +0 -0
  50. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/cnvkit/CNVkitDiagram.svelte +0 -0
  51. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/cnvkit/CNVkitHeatmap.svelte +0 -0
  52. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/cnvkit/CNVkitScatter.svelte +0 -0
  53. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/delim/SampleInfo.svelte +0 -0
  54. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/gsea/FGSEA.svelte +0 -0
  55. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/gsea/GSEA.svelte +0 -0
  56. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/scrna/CellsDistribution.svelte +0 -0
  57. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/scrna/DimPlots.svelte +0 -0
  58. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/scrna/MarkersFinder.svelte +0 -0
  59. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/scrna/MetaMarkers.svelte +0 -0
  60. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/scrna/RadarPlots.svelte +0 -0
  61. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/scrna/ScFGSEA.svelte +0 -0
  62. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/scrna/SeuratClusterStats.svelte +0 -0
  63. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/scrna/SeuratMap2Ref.svelte +0 -0
  64. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/scrna/SeuratPreparing.svelte +0 -0
  65. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/scrna/TopExpressingGenes.svelte +0 -0
  66. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/scrna_metabolic_landscape/MetabolicFeatures.svelte +0 -0
  67. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/scrna_metabolic_landscape/MetabolicFeaturesIntraSubset.svelte +0 -0
  68. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/scrna_metabolic_landscape/MetabolicPathwayActivity.svelte +0 -0
  69. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/scrna_metabolic_landscape/MetabolicPathwayHeterogeneity.svelte +0 -0
  70. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/tcr/CDR3AAPhyschem.svelte +0 -0
  71. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/tcr/CloneResidency.svelte +0 -0
  72. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/tcr/Immunarch.svelte +0 -0
  73. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/tcr/SampleDiversity.svelte +0 -0
  74. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/tcr/TCRClusterStats.svelte +0 -0
  75. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/tcr/TESSA.svelte +0 -0
  76. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/tcr/VJUsage.svelte +0 -0
  77. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/utils/gsea.liq +0 -0
  78. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/utils/misc.liq +0 -0
  79. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/vcf/TruvariBenchSummary.svelte +0 -0
  80. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/reports/vcf/TruvariConsistency.svelte +0 -0
  81. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/bam/BamMerge.py +0 -0
  82. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/bam/BamSplitChroms.py +0 -0
  83. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/bam/CNAClinic.R +0 -0
  84. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/bam/CNVpytor.py +0 -0
  85. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/bam/ControlFREEC.py +0 -0
  86. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/bcftools/BcftoolsAnnotate.py +0 -0
  87. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/bcftools/BcftoolsFilter.py +0 -0
  88. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/bcftools/BcftoolsSort.py +0 -0
  89. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/bed/Bed2Vcf.py +0 -0
  90. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/bed/BedConsensus.py +0 -0
  91. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/bed/BedLiftOver.sh +0 -0
  92. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/bed/BedtoolsMerge.py +0 -0
  93. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cellranger/CellRangerCount.py +0 -0
  94. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cellranger/CellRangerSummary.R +0 -0
  95. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cellranger/CellRangerVdj.py +0 -0
  96. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnv/AneuploidyScore.R +0 -0
  97. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnv/AneuploidyScoreSummary.R +0 -0
  98. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnv/TMADScore.R +0 -0
  99. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnv/TMADScoreSummary.R +0 -0
  100. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnvkit/CNVkitAccess.py +0 -0
  101. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnvkit/CNVkitAutobin.py +0 -0
  102. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnvkit/CNVkitBatch.py +0 -0
  103. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnvkit/CNVkitCall.py +0 -0
  104. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnvkit/CNVkitCoverage.py +0 -0
  105. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnvkit/CNVkitDiagram.py +0 -0
  106. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnvkit/CNVkitFix.py +0 -0
  107. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnvkit/CNVkitGuessBaits.py +0 -0
  108. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnvkit/CNVkitHeatmap.py +0 -0
  109. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnvkit/CNVkitReference.py +0 -0
  110. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnvkit/CNVkitScatter.py +0 -0
  111. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnvkit/CNVkitSegment.py +0 -0
  112. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/cnvkit/guess_baits.py +0 -0
  113. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/delim/RowsBinder.R +0 -0
  114. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/delim/SampleInfo.R +0 -0
  115. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/gene/GeneNameConversion.py +0 -0
  116. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/gsea/Enrichr.R +0 -0
  117. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/gsea/FGSEA.R +0 -0
  118. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/gsea/GSEA.R +0 -0
  119. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/gsea/PreRank.R +0 -0
  120. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/misc/Config2File.py +0 -0
  121. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/misc/Str2File.py +0 -0
  122. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/plot/Heatmap.R +0 -0
  123. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/plot/VennDiagram.R +0 -0
  124. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/rnaseq/Simulation-ESCO.R +0 -0
  125. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/rnaseq/Simulation-RUVcorr.R +0 -0
  126. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/rnaseq/Simulation.R +0 -0
  127. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/rnaseq/UnitConversion.R +0 -0
  128. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/AnnData2Seurat.R +0 -0
  129. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/CellTypeAnnotation-celltypist.R +0 -0
  130. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/CellTypeAnnotation-direct.R +0 -0
  131. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/CellTypeAnnotation-hitype.R +0 -0
  132. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/CellTypeAnnotation-sccatch.R +0 -0
  133. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/CellTypeAnnotation-sctype.R +0 -0
  134. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/CellTypeAnnotation.R +0 -0
  135. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/DimPlots.R +0 -0
  136. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/ExprImpution-alra.R +0 -0
  137. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/ExprImpution-rmagic.R +0 -0
  138. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/ExprImpution-scimpute.R +0 -0
  139. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/ExprImpution.R +0 -0
  140. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/MarkersFinder.R +0 -0
  141. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/MetaMarkers.R +0 -0
  142. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/ModuleScoreCalculator.R +0 -0
  143. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/RadarPlots.R +0 -0
  144. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SCImpute.R +0 -0
  145. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/ScFGSEA.R +0 -0
  146. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/Seurat2AnnData.R +0 -0
  147. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratClusterStats-dimplots.R +0 -0
  148. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratClusterStats-features.R +0 -0
  149. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratClusterStats-hists.R +0 -0
  150. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratClusterStats-ngenes.R +0 -0
  151. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratClusterStats.R +0 -0
  152. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratClustering.R +0 -0
  153. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratFilter.R +0 -0
  154. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratLoading.R +0 -0
  155. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratMap2Ref.R +0 -0
  156. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratMetadataMutater.R +0 -0
  157. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratPreparing.R +0 -0
  158. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratSplit.R +0 -0
  159. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratSubClustering.R +0 -0
  160. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratSubset.R +0 -0
  161. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/SeuratTo10X.R +0 -0
  162. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/Write10X.R +0 -0
  163. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/celltypist-wrapper.py +0 -0
  164. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna/sctype.R +0 -0
  165. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna_metabolic_landscape/MetabolicFeatures.R +0 -0
  166. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna_metabolic_landscape/MetabolicFeaturesIntraSubset.R +0 -0
  167. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna_metabolic_landscape/MetabolicPathwayActivity.R +0 -0
  168. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/scrna_metabolic_landscape/MetabolicPathwayHeterogeneity.R +0 -0
  169. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/snp/PlinkSimulation.py +0 -0
  170. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/stats/ChowTest.R +0 -0
  171. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/stats/DiffCoexpr.R +0 -0
  172. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/stats/LiquidAssoc.R +0 -0
  173. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/stats/MetaPvalue.R +0 -0
  174. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcgamaf/Maf2Vcf.py +0 -0
  175. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcgamaf/MafAddChr.py +0 -0
  176. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcgamaf/maf2vcf.pl +0 -0
  177. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/Attach2Seurat.R +0 -0
  178. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/CDR3AAPhyschem.R +0 -0
  179. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/CloneSizeQQPlot.R +0 -0
  180. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/GIANA/GIANA.py +0 -0
  181. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/GIANA/GIANA4.py +0 -0
  182. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/GIANA/Imgt_Human_TRBV.fasta +0 -0
  183. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/GIANA/query.py +0 -0
  184. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/Immunarch-basic.R +0 -0
  185. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/Immunarch-clonality.R +0 -0
  186. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/Immunarch-diversity.R +0 -0
  187. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/Immunarch-geneusage.R +0 -0
  188. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/Immunarch-kmer.R +0 -0
  189. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/Immunarch-overlap.R +0 -0
  190. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/Immunarch-spectratyping.R +0 -0
  191. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/Immunarch-tracking.R +0 -0
  192. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/Immunarch-vjjunc.R +0 -0
  193. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/Immunarch.R +0 -0
  194. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/Immunarch2VDJtools.R +0 -0
  195. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/ImmunarchFilter.R +0 -0
  196. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/ImmunarchLoading.R +0 -0
  197. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/ImmunarchSplitIdents.R +0 -0
  198. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/SampleDiversity.R +0 -0
  199. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/TCRClusterStats.R +0 -0
  200. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/TCRClustering.R +0 -0
  201. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/TESSA.R +0 -0
  202. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/TESSA_source/Atchley_factors.csv +0 -0
  203. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/TESSA_source/BriseisEncoder.py +0 -0
  204. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/TESSA_source/MCMC_control.R +0 -0
  205. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/TESSA_source/TrainedEncoder.h5 +0 -0
  206. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/TESSA_source/fixed_b.csv +0 -0
  207. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/TESSA_source/initialization.R +0 -0
  208. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/TESSA_source/post_analysis.R +0 -0
  209. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/TESSA_source/real_data.R +0 -0
  210. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/TESSA_source/update.R +0 -0
  211. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/TESSA_source/utility.R +0 -0
  212. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/VJUsage.R +0 -0
  213. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/immunarch-patched.R +0 -0
  214. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/tcr/vdjtools-patch.sh +0 -0
  215. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/vcf/TruvariBench.sh +0 -0
  216. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/vcf/TruvariBenchSummary.R +0 -0
  217. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/vcf/TruvariConsistency.R +0 -0
  218. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/vcf/Vcf2Bed.py +0 -0
  219. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/vcf/VcfAnno.py +0 -0
  220. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/vcf/VcfDownSample.sh +0 -0
  221. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/vcf/VcfFilter.py +0 -0
  222. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/vcf/VcfFix.py +0 -0
  223. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/vcf/VcfFix_utils.py +0 -0
  224. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/vcf/VcfIndex.py +0 -0
  225. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/vcf/VcfIntersect.py +0 -0
  226. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/vcf/VcfLiftOver.sh +0 -0
  227. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/vcf/VcfSplitSamples.py +0 -0
  228. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/web/Download.py +0 -0
  229. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/scripts/web/DownloadList.py +0 -0
  230. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/__init__.py +0 -0
  231. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/caching.R +0 -0
  232. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/common_docstrs.py +0 -0
  233. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/gene.R +0 -0
  234. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/gene.py +0 -0
  235. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/gsea.R +0 -0
  236. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/io.R +0 -0
  237. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/misc.py +0 -0
  238. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/mutate_helpers.R +0 -0
  239. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/plot.R +0 -0
  240. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/reference.py +0 -0
  241. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/rnaseq.R +0 -0
  242. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/single_cell.R +0 -0
  243. {biopipen-0.26.0 → biopipen-0.26.1}/biopipen/utils/vcf.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: biopipen
3
- Version: 0.26.0
3
+ Version: 0.26.1
4
4
  Summary: Bioinformatics processes/pipelines that can be run from `pipen run`
5
5
  License: MIT
6
6
  Author: pwwang
@@ -0,0 +1 @@
1
+ __version__ = "0.26.1"
@@ -483,14 +483,18 @@ class SeuratClusterStats(Proc):
483
483
  The parameters from the cases can overwrite the default parameters.
484
484
  - frac (flag): Whether to output the fraction of cells instead of number.
485
485
  - pie (flag): Also output a pie chart?
486
+ - circos (flag): Also output a circos plot?
486
487
  - table (flag): Whether to output a table (in tab-delimited format) and in the report.
487
488
  - frac_ofall(flag): Whether to output the fraction against all cells,
488
489
  instead of the fraction in each group.
490
+ Does not work for circos plot.
489
491
  Only works when `frac` is `True` and `group-by` is specified.
490
492
  - transpose (flag): Whether to transpose the cluster and group, that is,
491
493
  using group as the x-axis and cluster to fill the plot.
494
+ For circos plot, when transposed, the arrows will be drawn from the idents (by `ident`) to the
495
+ the groups (by `group-by`).
492
496
  Only works when `group-by` is specified.
493
- - position (choice): The position of the bars.
497
+ - position (choice): The position of the bars. Does not work for pie and circos plots.
494
498
  - stack: Use `position_stack()`.
495
499
  - fill: Use `position_fill()`.
496
500
  - dodge: Use `position_dodge()`.
@@ -499,8 +503,13 @@ class SeuratClusterStats(Proc):
499
503
  - group-by: The column name in metadata to group the cells.
500
504
  Does NOT support for pie charts.
501
505
  - split-by: The column name in metadata to split the cells into different plots.
506
+ Does NOT support for circos plots.
502
507
  - subset: An expression to subset the cells, will be passed to
503
508
  `dplyr::filter()` on metadata.
509
+ - circos_devpars (ns): The device parameters for the circos plots.
510
+ - res (type=int): The resolution of the plots.
511
+ - height (type=int): The height of the plots.
512
+ - width (type=int): The width of the plots.
504
513
  - pie_devpars (ns): The device parameters for the pie charts.
505
514
  - res (type=int): The resolution of the plots.
506
515
  - height (type=int): The height of the plots.
@@ -634,6 +643,7 @@ class SeuratClusterStats(Proc):
634
643
  "stats_defaults": {
635
644
  "frac": False,
636
645
  "pie": False,
646
+ "circos": False,
637
647
  "table": False,
638
648
  "position": "auto",
639
649
  "frac_ofall": False,
@@ -644,6 +654,7 @@ class SeuratClusterStats(Proc):
644
654
  "subset": None,
645
655
  "devpars": {"res": 100, "height": 600, "width": 800},
646
656
  "pie_devpars": {"res": 100, "height": 600, "width": 800},
657
+ "circos_devpars": {"res": 100, "height": 600, "width": 600},
647
658
  },
648
659
  "stats": {
649
660
  "Number of cells in each cluster": {
@@ -1142,6 +1153,7 @@ class TopExpressingGenes(Proc):
1142
1153
  markers See below for all libraries.
1143
1154
  <https://maayanlab.cloud/Enrichr/#libraries>
1144
1155
  n (type=int): The number of top expressing genes to find.
1156
+ subset: An expression to subset the cells for each case.
1145
1157
  cases (type=json): If you have multiple cases, you can specify them
1146
1158
  here. The keys are the names of the cases and the values are the
1147
1159
  above options except `mutaters`. If some options are
@@ -1162,6 +1174,7 @@ class TopExpressingGenes(Proc):
1162
1174
  "section": "DEFAULT",
1163
1175
  "dbs": ["KEGG_2021_Human", "MSigDB_Hallmark_2020"],
1164
1176
  "n": 250,
1177
+ "subset": None,
1165
1178
  "cases": {},
1166
1179
  }
1167
1180
  plugin_opts = {
@@ -372,6 +372,7 @@ do_case <- function(name, case) {
372
372
  # heatmaps
373
373
  log_debug(" Preparing pie charts ...")
374
374
  hmd <- m %>%
375
+ arrange(!!sym(case$group_by), !!sym(cby)) %>%
375
376
  mutate(!!sym(cby) := paste0("[", !!sym(case$group_by), "] ", !!sym(cby))) %>%
376
377
  select(!!sym(cby), CloneGroupClusterSize, seurat_clusters) %>%
377
378
  distinct(!!sym(cby), seurat_clusters, .keep_all = TRUE) %>%
@@ -426,6 +427,9 @@ do_case <- function(name, case) {
426
427
  if (length(cells_by) == 1) {
427
428
  hmsplits <- NULL
428
429
  extra_width <- extra_width - 15
430
+ } else {
431
+ # keep the row order
432
+ hmrowlbls <- factor(hmrowlbls, levels = unique(hmrowlbls))
429
433
  }
430
434
 
431
435
  col_fun <- colorRamp2(c(0, max(hmdata, na.rm = T)), c("lightyellow", "purple"))
@@ -1,4 +1,5 @@
1
1
  # Loaded variables: srtfile, outdir, srtobj
2
+ library(circlize)
2
3
 
3
4
  stats_defaults = {{envs.stats_defaults | r: todot="-"}}
4
5
  stats = {{envs.stats | r: todot="-", skip=1}}
@@ -12,6 +13,7 @@ do_one_stats = function(name) {
12
13
  case = list_update(stats_defaults, stats[[name]])
13
14
  case$devpars = list_update(stats_defaults$devpars, case$devpars)
14
15
  case$pie_devpars = list_update(stats_defaults$pie_devpars, case$pie_devpars)
16
+ case$circos_devpars = list_update(stats_defaults$circos_devpars, case$circos_devpars)
15
17
  if (isTRUE(case$pie) && !is.null(case$group.by)) {
16
18
  stop(paste0(name, ": pie charts are not supported for group-by"))
17
19
  }
@@ -27,6 +29,7 @@ do_one_stats = function(name) {
27
29
 
28
30
  figfile = file.path(odir, paste0(slugify(name), ".bar.png"))
29
31
  piefile = file.path(odir, paste0(slugify(name), ".pie.png"))
32
+ circosfile = file.path(odir, paste0(slugify(name), ".circos.png"))
30
33
  samtablefile = file.path(odir, paste0(slugify(name), ".bysample.txt"))
31
34
  tablefile = file.path(odir, paste0(slugify(name), ".txt"))
32
35
 
@@ -172,6 +175,40 @@ do_one_stats = function(name) {
172
175
  ui = "tabs"
173
176
  )
174
177
  }
178
+
179
+ if (isTRUE(case$circos)) {
180
+ if (isTRUE(case$transpose)) {
181
+ circos_df <- plot_df %>%
182
+ select(from=!!sym(case$ident), to=!!sym(case$group.by), value=.n)
183
+ } else {
184
+ circos_df <- plot_df %>%
185
+ select(from=!!sym(case$group.by), to=!!sym(case$ident), value=.n)
186
+ }
187
+
188
+ png(
189
+ circosfile,
190
+ width=case$circos_devpars$width,
191
+ height=case$circos_devpars$height,
192
+ res=case$circos_devpars$res
193
+ )
194
+ circos.clear()
195
+ chordDiagram(
196
+ circos_df,
197
+ direction = 1,
198
+ direction.type = c("diffHeight", "arrows"),
199
+ link.arr.type = "big.arrow"
200
+ )
201
+ dev.off()
202
+
203
+ add_report(
204
+ list(
205
+ name = "Circos plot",
206
+ contents = list(list(kind = "image", src = circosfile))
207
+ ),
208
+ h1 = name,
209
+ ui = "tabs"
210
+ )
211
+ }
175
212
  }
176
213
 
177
214
  sapply(names(stats), do_one_stats)
@@ -20,6 +20,7 @@ prefix_each <- {{ envs.prefix_each | r }}
20
20
  section <- {{ envs.section | r }}
21
21
  dbs <- {{ envs.dbs | r }}
22
22
  n <- {{ envs.n | r }}
23
+ sset <- {{ envs.subset | r }}
23
24
  cases <- {{ envs.cases | r: todot = "-" }} # nolint
24
25
 
25
26
  set.seed(8525)
@@ -43,7 +44,8 @@ if (is.null(cases) || length(cases) == 0) {
43
44
  prefix_each = prefix_each,
44
45
  section = section,
45
46
  dbs = dbs,
46
- n = n
47
+ n = n,
48
+ subset = sset
47
49
  )
48
50
  )
49
51
  } else {
@@ -56,7 +58,8 @@ if (is.null(cases) || length(cases) == 0) {
56
58
  prefix_each = prefix_each,
57
59
  section = section,
58
60
  dbs = dbs,
59
- n = n
61
+ n = n,
62
+ subset = sset
60
63
  )
61
64
  })
62
65
  }
@@ -144,7 +147,7 @@ casename_info <- function(casename, create = FALSE) {
144
147
  }
145
148
 
146
149
  do_enrich <- function(expr, odir) {
147
- log_info(" Saving expressions ...")
150
+ log_debug(" Saving expressions ...")
148
151
  expr <- expr %>% as.data.frame()
149
152
  colnames(expr) <- c("Expression")
150
153
  expr <- expr %>% rownames_to_column("Gene") %>% select(Gene, Expression)
@@ -165,7 +168,7 @@ do_enrich <- function(expr, odir) {
165
168
  quote = FALSE
166
169
  )
167
170
 
168
- log_info(" Running enrichment ...")
171
+ log_debug(" Running enrichment ...")
169
172
  enriched <- enrichr(head(expr$Gene, n), dbs) # nolint
170
173
  for (db in dbs) {
171
174
  write.table(
@@ -178,7 +181,7 @@ do_enrich <- function(expr, odir) {
178
181
  )
179
182
 
180
183
  if (nrow(enriched[[db]]) == 0) {
181
- log_info(paste0(" No enriched terms for ", db))
184
+ log_warn(paste0(" No enriched terms for ", db))
182
185
  next
183
186
  }
184
187
 
@@ -199,15 +202,24 @@ do_case <- function(casename) {
199
202
  case <- cases[[casename]]
200
203
  info <- casename_info(casename, create = TRUE)
201
204
 
202
- log_info(" Calculating average expression ...")
203
- assay <- DefaultAssay(srtobj)
205
+ log_debug(" Calculating average expression ...")
206
+ if (!is.null(case$subset)) {
207
+ tryCatch({
208
+ sobj <- subset(srtobj, !!parse_expr(case$subset))
209
+ }, error = function(e) {
210
+ log_warn(" No cells found for the subset, skipping ...")
211
+ })
212
+ } else {
213
+ sobj <- srtobj
214
+ }
215
+ assay <- DefaultAssay(sobj)
204
216
  avgexpr <- AverageExpression(
205
- srtobj,
217
+ sobj,
206
218
  group.by = case$group.by,
207
219
  assays = assay
208
220
  )[[assay]]
209
221
  # https://github.com/satijalab/seurat/issues/7893
210
- colnames(avgexpr) <- as.character(unique(srtobj@meta.data[[case$group.by]]))
222
+ colnames(avgexpr) <- as.character(unique(sobj@meta.data[[case$group.by]]))
211
223
  avgexpr <- avgexpr[, case$ident, drop = FALSE]
212
224
  avgexpr <- avgexpr[order(-avgexpr), , drop = FALSE]
213
225
 
@@ -217,7 +229,7 @@ do_case <- function(casename) {
217
229
  }
218
230
 
219
231
  add_case_report <- function(info) {
220
- log_info(" Adding case report ...")
232
+ log_debug(" Adding case report ...")
221
233
  h1 = ifelse(
222
234
  info$section == "DEFAULT",
223
235
  info$case,
@@ -237,30 +249,43 @@ add_case_report <- function(info) {
237
249
  ifelse(single_section, "#", info$case)
238
250
  )
239
251
 
240
- add_report(
241
- list(
242
- kind = "descr",
243
- content = paste0("Top ", n, " expressing genes")
244
- ),
245
- list(
246
- kind = "table",
247
- src = file.path(info$casedir, "exprn.txt")
248
- ),
249
- h1 = h1,
250
- h2 = ifelse(h2 == "#", "Top Expressing Genes", h2),
251
- h3 = ifelse(h2 == "#", "#", "Top Expressing Genes")
252
- )
252
+ if (!is.null(info$error)) {
253
+ add_report(
254
+ list(
255
+ kind = "descr",
256
+ content = paste0("Top ", n, " expressing genes")
257
+ ),
258
+ list(kind = "error", content = info$error),
259
+ h1 = h1,
260
+ h2 = ifelse(h2 == "#", "Top Expressing Genes", h2),
261
+ h3 = ifelse(h2 == "#", "#", "Top Expressing Genes")
262
+ )
263
+ } else {
264
+ add_report(
265
+ list(
266
+ kind = "descr",
267
+ content = paste0("Top ", n, " expressing genes")
268
+ ),
269
+ list(
270
+ kind = "table",
271
+ src = file.path(info$casedir, "exprn.txt")
272
+ ),
273
+ h1 = h1,
274
+ h2 = ifelse(h2 == "#", "Top Expressing Genes", h2),
275
+ h3 = ifelse(h2 == "#", "#", "Top Expressing Genes")
276
+ )
253
277
 
254
- add_report(
255
- list(
256
- kind = "descr",
257
- content = paste0("Enrichment analysis for the top ", n, " expressing genes")
258
- ),
259
- list(kind = "enrichr", dir = info$casedir),
260
- h1 = h1,
261
- h2 = ifelse(h2 == "#", "Enrichment Analysis", h2),
262
- h3 = ifelse(h2 == "#", "#", "Enrichment Analysis")
263
- )
278
+ add_report(
279
+ list(
280
+ kind = "descr",
281
+ content = paste0("Enrichment analysis for the top ", n, " expressing genes")
282
+ ),
283
+ list(kind = "enrichr", dir = info$casedir),
284
+ h1 = h1,
285
+ h2 = ifelse(h2 == "#", "Enrichment Analysis", h2),
286
+ h3 = ifelse(h2 == "#", "#", "Enrichment Analysis")
287
+ )
288
+ }
264
289
  }
265
290
 
266
291
  sapply(sort(names(cases)), do_case)
@@ -329,6 +329,7 @@ plot_venndg <- function(counts, groups, singletons) {
329
329
 
330
330
  plot_upset <- function(counts, singletons) {
331
331
  query_singleton <- function(row) { row["Singletons"] == "true" }
332
+ query_multiplet <- function(row) { rep(TRUE, length(row)) }
332
333
 
333
334
  cnts <- column_to_rownames(counts, "CDR3.aa") %>%
334
335
  mutate(across(everything(), ~ as.integer(as.logical(.x))))
@@ -342,6 +343,14 @@ plot_upset <- function(counts, singletons) {
342
343
  sets <- make.names(sets)
343
344
 
344
345
  upset(cnts, sets = sets, query.legend = "top", sets.x.label = "# clones", queries = list(
346
+ list(
347
+ # in order to add legend
348
+ # actually mark all, but singleton will override
349
+ query = query_multiplet,
350
+ color = "#3b3b3b",
351
+ active = TRUE,
352
+ query.name = "Multiplets"
353
+ ),
345
354
  list(
346
355
  query = query_singleton,
347
356
  color = "orange",
@@ -29,6 +29,25 @@ bQuote <- function(x) {
29
29
  #' @param tolower Convert to lowercase
30
30
  #' @return A slugified string
31
31
  slugify <- function(x, non_alphanum_replace="-", collapse_replace=TRUE, tolower=FALSE) {
32
+ subs <- list(
33
+ "š"="s", "œ"="oe", "ž"="z", "ß"="ss", "þ"="y", "à"="a", "á"="a", "â"="a",
34
+ "ã"="a", "ä"="a", "å"="a", "æ"="ae", "ç"="c", "è"="e", "é"="e", "ê"="e",
35
+ "ë"="e", "ì"="i", "í"="i", "î"="i", "ï"="i", "ð"="d", "ñ"="n", "ò"="o",
36
+ "ó"="o", "ô"="o", "õ"="o", "ö"="o", "ø"="oe", "ù"="u", "ú"="u", "û"="u",
37
+ "ü"="u", "ý"="y", "ÿ"="y", "ğ"="g", "ı"="i", "ij"="ij", "ľ"="l", "ň"="n",
38
+ "ř"="r", "ş"="s", "ť"="t", "ų"="u", "ů"="u", "ý"="y", "ź"="z", "ż"="z",
39
+ "ſ"="s", "α"="a", "β"="b", "γ"="g", "δ"="d", "ε"="e", "ζ"="z", "η"="h",
40
+ "θ"="th", "ι"="i", "κ"="k", "λ"="l", "μ"="m", "ν"="n", "ξ"="x", "ο"="o",
41
+ "π"="p", "ρ"="r", "σ"="s", "τ"="t", "υ"="u", "φ"="ph", "χ"="ch", "ψ"="ps",
42
+ "ω"="o", "ά"="a", "έ"="e", "ή"="h", "ί"="i", "ό"="o", "ύ"="u", "ώ"="o",
43
+ "ϐ"="b", "ϑ"="th", "ϒ"="y", "ϕ"="ph", "ϖ"="p", "Ϛ"="st", "ϛ"="st", "Ϝ"="f",
44
+ "ϝ"="f", "Ϟ"="k", "ϟ"="k", "Ϡ"="k", "ϡ"="k", "ϰ"="k", "ϱ"="r", "ϲ"="s",
45
+ "ϳ"="j", "ϴ"="th", "ϵ"="e", "϶"="p"
46
+ )
47
+ # replace latin and greek characters to the closest english character
48
+ for (k in names(subs)) {
49
+ x <- gsub(k, subs[[k]], x)
50
+ }
32
51
  x <- gsub("[^[:alnum:]_]", non_alphanum_replace, x)
33
52
  if(collapse_replace) x <- gsub(paste0(non_alphanum_replace, "+"), non_alphanum_replace, x)
34
53
  if(tolower) x <- tolower(x)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "biopipen"
3
- version = "0.26.0"
3
+ version = "0.26.1"
4
4
  description = "Bioinformatics processes/pipelines that can be run from `pipen run`"
5
5
  authors = ["pwwang <pwwang@pwwang.com>"]
6
6
  license = "MIT"
@@ -38,11 +38,11 @@ delim = "biopipen.ns.delim"
38
38
  gene = "biopipen.ns.gene"
39
39
  gsea = "biopipen.ns.gsea"
40
40
  misc = "biopipen.ns.misc"
41
- plink = "biopipen.ns.plink"
42
41
  plot = "biopipen.ns.plot"
43
42
  rnaseq = "biopipen.ns.rnaseq"
44
43
  scrna = "biopipen.ns.scrna"
45
44
  scrna_metabolic_landscape = "biopipen.ns.scrna_metabolic_landscape"
45
+ snp = "biopipen.ns.snp"
46
46
  stats = "biopipen.ns.stats"
47
47
  tcgamaf = "biopipen.ns.tcgamaf"
48
48
  tcr = "biopipen.ns.tcr"
@@ -67,12 +67,12 @@ entry_points = \
67
67
  'gene = biopipen.ns.gene',
68
68
  'gsea = biopipen.ns.gsea',
69
69
  'misc = biopipen.ns.misc',
70
- 'plink = biopipen.ns.plink',
71
70
  'plot = biopipen.ns.plot',
72
71
  'rnaseq = biopipen.ns.rnaseq',
73
72
  'scrna = biopipen.ns.scrna',
74
73
  'scrna_metabolic_landscape = '
75
74
  'biopipen.ns.scrna_metabolic_landscape',
75
+ 'snp = biopipen.ns.snp',
76
76
  'stats = biopipen.ns.stats',
77
77
  'tcgamaf = biopipen.ns.tcgamaf',
78
78
  'tcr = biopipen.ns.tcr',
@@ -81,7 +81,7 @@ entry_points = \
81
81
 
82
82
  setup_kwargs = {
83
83
  'name': 'biopipen',
84
- 'version': '0.26.0',
84
+ 'version': '0.26.1',
85
85
  'description': 'Bioinformatics processes/pipelines that can be run from `pipen run`',
86
86
  'long_description': 'None',
87
87
  'author': 'pwwang',
@@ -1 +0,0 @@
1
- __version__ = "0.26.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes