biopipen 0.25.0__py3-none-any.whl → 0.25.2__py3-none-any.whl
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/__init__.py +1 -1
- biopipen/scripts/scrna/celltypist-wrapper.py +4 -3
- biopipen/scripts/scrna_metabolic_landscape/MetabolicPathwayHeterogeneity.R +1 -1
- biopipen/scripts/tcr/Immunarch-basic.R +1 -1
- biopipen/scripts/tcr/Immunarch-diversity.R +1 -1
- {biopipen-0.25.0.dist-info → biopipen-0.25.2.dist-info}/METADATA +1 -1
- {biopipen-0.25.0.dist-info → biopipen-0.25.2.dist-info}/RECORD +9 -9
- {biopipen-0.25.0.dist-info → biopipen-0.25.2.dist-info}/WHEEL +0 -0
- {biopipen-0.25.0.dist-info → biopipen-0.25.2.dist-info}/entry_points.txt +0 -0
biopipen/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.25.
|
|
1
|
+
__version__ = "0.25.2"
|
|
@@ -37,9 +37,10 @@ if __name__ == "__main__":
|
|
|
37
37
|
)
|
|
38
38
|
|
|
39
39
|
out_adata = annotated.to_adata()
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
# leave as is
|
|
41
|
+
# if over_clustering and args.majority_voting:
|
|
42
|
+
# # rename majority_voting column to over_clustering
|
|
43
|
+
# out_adata.obs[over_clustering] = out_adata.obs["majority_voting"]
|
|
43
44
|
|
|
44
45
|
if args.output.endswith(".h5ad"):
|
|
45
46
|
try:
|
|
@@ -100,7 +100,7 @@ do_one_subset <- function(s, subset_col, subset_prefix) {
|
|
|
100
100
|
pre_rank_matrix <- as.matrix(rowSums(abs(pca$rotation[, 1:selected_pcs, drop=FALSE])))
|
|
101
101
|
pre_rank_matrix <- as.list(as.data.frame(t(pre_rank_matrix)))
|
|
102
102
|
|
|
103
|
-
odir = file.path(subset_dir, paste0(grouping_prefix, group))
|
|
103
|
+
odir = file.path(subset_dir, paste0(grouping_prefix, slugify(group)))
|
|
104
104
|
dir.create(odir, showWarnings = FALSE)
|
|
105
105
|
runFGSEA(
|
|
106
106
|
pre_rank_matrix,
|
|
@@ -11,7 +11,7 @@ counts = {{envs.counts | r}}
|
|
|
11
11
|
|
|
12
12
|
# Fill up cases
|
|
13
13
|
fill_up_cases_basic = function(config) {
|
|
14
|
-
|
|
14
|
+
log_debug("Filling up cases ...")
|
|
15
15
|
cases = config$cases
|
|
16
16
|
if (is.null(cases) || length(cases) == 0) {
|
|
17
17
|
cases$DEFAULT = list(by = config$by, devpars = config$devpars, subset = config$subset)
|
|
@@ -35,7 +35,7 @@ dir.create(div_dir, showWarnings = FALSE)
|
|
|
35
35
|
|
|
36
36
|
# Fill up the cases
|
|
37
37
|
update_case = function(case, name) {
|
|
38
|
-
|
|
38
|
+
log_debug("Filling up case: {name} ...")
|
|
39
39
|
case$subset <- case$subset %||% div_subset
|
|
40
40
|
case$method <- case$method %||% div_method
|
|
41
41
|
case$by <- case$by %||% div_by
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
biopipen/__init__.py,sha256=
|
|
1
|
+
biopipen/__init__.py,sha256=NMzPG-AisbqV0qHNDcM-oIMtdXA6rLhjzeATPyNq6Nw,23
|
|
2
2
|
biopipen/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
biopipen/core/config.py,sha256=edK5xnDhM8j27srDzsxubi934NMrglLoKrdcC8qsEPk,1069
|
|
4
4
|
biopipen/core/config.toml,sha256=Rn7Cta7WsMtmQkKGC4h9d5dU_STaIVBgR8UliiGgL6o,1757
|
|
@@ -149,12 +149,12 @@ biopipen/scripts/scrna/SeuratSubset.R,sha256=yVA11NVE2FSSw-DhxQcJRapns0tNNHdyDYi
|
|
|
149
149
|
biopipen/scripts/scrna/SeuratTo10X.R,sha256=T2nJBTwOe12AIKC2FZsMSv6xx3s-67CYZokpz5wshqY,2679
|
|
150
150
|
biopipen/scripts/scrna/TopExpressingGenes.R,sha256=J6tM54HStWkguUwFoIHRo_EAtCUKOuCBEfInzRfDYMQ,7703
|
|
151
151
|
biopipen/scripts/scrna/Write10X.R,sha256=OMhXvJwvaH-aWsMpijKrvXQVabc1qUu5ZEwiLAhkDeY,285
|
|
152
|
-
biopipen/scripts/scrna/celltypist-wrapper.py,sha256=
|
|
152
|
+
biopipen/scripts/scrna/celltypist-wrapper.py,sha256=f5M8f4rU5nC7l17RS0YVmUPpLLz4D6PIcgWtA77UExM,1722
|
|
153
153
|
biopipen/scripts/scrna/sctype.R,sha256=NaUJkABwF5G1UVm1CCtcMbwLSj94Mo24mbYCKFqo1Bw,6524
|
|
154
154
|
biopipen/scripts/scrna_metabolic_landscape/MetabolicFeatures.R,sha256=b77yG5FeRse3bNfFgLIEYGHNZzydAn1OeyyR_n5Ju60,4790
|
|
155
155
|
biopipen/scripts/scrna_metabolic_landscape/MetabolicFeaturesIntraSubset.R,sha256=ic8Fy8QqYDGh_izmvZVJ3KL66podg_CSF5ITL3FZsvo,5196
|
|
156
156
|
biopipen/scripts/scrna_metabolic_landscape/MetabolicPathwayActivity.R,sha256=95DLX1Rz0tobOuDZ8V9YdGgO0KiNthhccoeeOK21tno,16216
|
|
157
|
-
biopipen/scripts/scrna_metabolic_landscape/MetabolicPathwayHeterogeneity.R,sha256=
|
|
157
|
+
biopipen/scripts/scrna_metabolic_landscape/MetabolicPathwayHeterogeneity.R,sha256=rQ9iwGh9FNRZlJJzM4QItdyXmebfzLAq05ZAjb1kGUw,9831
|
|
158
158
|
biopipen/scripts/tcgamaf/Maf2Vcf.py,sha256=Cxh7fiSNCxWDTfIJqZDOOnaSrw-85S_fH2U-PWY03hc,704
|
|
159
159
|
biopipen/scripts/tcgamaf/MafAddChr.py,sha256=V10HMisl12O3ZfXuRmFNdy5p-3mr43WCvy0GHxSpwfA,494
|
|
160
160
|
biopipen/scripts/tcgamaf/maf2vcf.pl,sha256=hJKcH-NbgWK6fmK7f3qex7ozJJl-PqCNPXqpwfcHwJg,22707
|
|
@@ -166,9 +166,9 @@ biopipen/scripts/tcr/GIANA/GIANA.py,sha256=0qLhgCWxT8K-4JvORA03CzBPTT5pd4Di5B_Dg
|
|
|
166
166
|
biopipen/scripts/tcr/GIANA/GIANA4.py,sha256=Z7Q3cUr1Pvmy4CFADN0P7i9g1-HbzWROMqk5HvL_F1Q,45762
|
|
167
167
|
biopipen/scripts/tcr/GIANA/Imgt_Human_TRBV.fasta,sha256=XUwDPXJxVH5O9Q0gCL6EILKXEwVyiAZXm4VS2vkPcnQ,15371
|
|
168
168
|
biopipen/scripts/tcr/GIANA/query.py,sha256=5NWSEDNrJomMt48tzLGpRwJTZB0zQxvMVTilyG8osX8,7298
|
|
169
|
-
biopipen/scripts/tcr/Immunarch-basic.R,sha256=
|
|
169
|
+
biopipen/scripts/tcr/Immunarch-basic.R,sha256=3mLYkC10qA5jqxPO6ERMYBeeUJJ2x7XcvRC6IzTZw2w,3122
|
|
170
170
|
biopipen/scripts/tcr/Immunarch-clonality.R,sha256=48rbPCWka4eNEy-fjM0BlKDkMYdG2zlB8Sly1B4xdUI,3858
|
|
171
|
-
biopipen/scripts/tcr/Immunarch-diversity.R,sha256=
|
|
171
|
+
biopipen/scripts/tcr/Immunarch-diversity.R,sha256=pSDZnJ2GvHjVFY-ah-Twz-cXfjiFcNBzfJ5wexQAiLw,28297
|
|
172
172
|
biopipen/scripts/tcr/Immunarch-geneusage.R,sha256=c0C8-KtKI2q6O9xZ9f5COefQbPlshT2hz1f36qpnW34,6817
|
|
173
173
|
biopipen/scripts/tcr/Immunarch-kmer.R,sha256=ttDKwPTde_DN2xekRF2LBrc_o8wQjxXa49VAzmUzQl8,6212
|
|
174
174
|
biopipen/scripts/tcr/Immunarch-overlap.R,sha256=GVt-qJPtd6NEe5njAqNStf2AP6pLkv7Ittw0YT_qdNY,7465
|
|
@@ -227,7 +227,7 @@ biopipen/utils/reference.py,sha256=6bPSwQa-GiDfr7xLR9a5T64Ey40y24yn3QfQ5wDFZkU,4
|
|
|
227
227
|
biopipen/utils/rnaseq.R,sha256=Ro2B2dG-Z2oVaT5tkwp9RHBz4dp_RF-JcizlM5GYXFs,1298
|
|
228
228
|
biopipen/utils/single_cell.R,sha256=bKduqOQjSC8BtZJuwfUShR49omoEMbB57n3Gi6dYlqA,4147
|
|
229
229
|
biopipen/utils/vcf.py,sha256=ajXs0M_QghEctlvUlSRjWQIABVF02wPdYd-0LP4mIsU,9377
|
|
230
|
-
biopipen-0.25.
|
|
231
|
-
biopipen-0.25.
|
|
232
|
-
biopipen-0.25.
|
|
233
|
-
biopipen-0.25.
|
|
230
|
+
biopipen-0.25.2.dist-info/METADATA,sha256=k3E_YX4GeDSwCwjTh7fyG_UivPes67k5_S_rXqENt50,932
|
|
231
|
+
biopipen-0.25.2.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
232
|
+
biopipen-0.25.2.dist-info/entry_points.txt,sha256=O7K7PHoJi-4tERYpqmryuTvrFNEsptMpqliZzB2oBQQ,577
|
|
233
|
+
biopipen-0.25.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|