biopipen 0.16.5__py3-none-any.whl → 0.16.7__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 CHANGED
@@ -1 +1 @@
1
- __version__ = "0.16.5"
1
+ __version__ = "0.16.7"
biopipen/ns/scrna.py CHANGED
@@ -353,7 +353,7 @@ class CellsDistribution(Proc):
353
353
  * `subset`: An expression to subset the cells, will be passed to `dplyr::filter()`. Default is `TRUE` (no filtering).
354
354
  * `id`: The column name in metadata for the group ids (i.e. `CDR3.aa`)
355
355
  * `compare`: Either a (numeric) column name (i.e. `Clones`) in metadata to compare between groups, or `.n` to compare the number of cells in each group.
356
- * `uniq`: Whether to return unique ids or not. Default is `TRUE`. If `FALSE`, you can mutate the meta data frame with the returned ids. For example, `df %>% mutate(expanded = expanded(...))`.
356
+ * `uniq`: Whether to return unique ids or not. Default is `TRUE`. If `FALSE`, you can mutate the meta data frame with the returned ids. For example, `df |> mutate(expanded = expanded(...))`.
357
357
  * `order`: The order of the returned ids. It could be `sum` or `diff`, which is the sum or diff of the `compare` between idents.
358
358
  Two kinds of modifiers can be added, including `desc` and `abs`.
359
359
  For example, `sum,desc` means the sum of `compare` between idents in descending order.
@@ -442,7 +442,7 @@ class SeuratMetadataMutater(Proc):
442
442
  * `subset`: An expression to subset the cells, will be passed to `dplyr::filter()`. Default is `TRUE` (no filtering).
443
443
  * `id`: The column name in metadata for the group ids (i.e. `CDR3.aa`)
444
444
  * `compare`: Either a (numeric) column name (i.e. `Clones`) in metadata to compare between groups, or `.n` to compare the number of cells in each group.
445
- * `uniq`: Whether to return unique ids or not. Default is `TRUE`. If `FALSE`, you can mutate the meta data frame with the returned ids. For example, `df %>% mutate(expanded = expanded(...))`.
445
+ * `uniq`: Whether to return unique ids or not. Default is `TRUE`. If `FALSE`, you can mutate the meta data frame with the returned ids. For example, `df |> mutate(expanded = expanded(...))`.
446
446
  * `order`: The order of the returned ids. It could be `sum` or `diff`, which is the sum or diff of the `compare` between idents.
447
447
  Two kinds of modifiers can be added, including `desc` and `abs`.
448
448
  For example, `sum,desc` means the sum of `compare` between idents in descending order.
@@ -458,7 +458,7 @@ class SeuratMetadataMutater(Proc):
458
458
  r-dplyr:
459
459
  - check: {{proc.lang}} <(echo "library(dplyr)")
460
460
  """ # noqa: E501
461
- input = "srtobj:file, metafile:file, mutaters:var"
461
+ input = "srtobj:file, metafile:file"
462
462
  output = "rdsfile:file:{{in.srtobj | stem}}.RDS"
463
463
  lang = config.lang.rscript
464
464
  envs = {"mutaters": {}}
@@ -580,7 +580,7 @@ class MarkersFinder(Proc):
580
580
  * `subset`: An expression to subset the cells, will be passed to `dplyr::filter()`. Default is `TRUE` (no filtering).
581
581
  * `id`: The column name in metadata for the group ids (i.e. `CDR3.aa`)
582
582
  * `compare`: Either a (numeric) column name (i.e. `Clones`) in metadata to compare between groups, or `.n` to compare the number of cells in each group.
583
- * `uniq`: Whether to return unique ids or not. Default is `TRUE`. If `FALSE`, you can mutate the meta data frame with the returned ids. For example, `df %>% mutate(expanded = expanded(...))`.
583
+ * `uniq`: Whether to return unique ids or not. Default is `TRUE`. If `FALSE`, you can mutate the meta data frame with the returned ids. For example, `df |> mutate(expanded = expanded(...))`.
584
584
  * `order`: The order of the returned ids. It could be `sum` or `diff`, which is the sum or diff of the `compare` between idents.
585
585
  Two kinds of modifiers can be added, including `desc` and `abs`.
586
586
  For example, `sum,desc` means the sum of `compare` between idents in descending order.
@@ -994,7 +994,7 @@ class ScFGSEA(Proc):
994
994
  * `subset`: An expression to subset the cells, will be passed to `dplyr::filter()`. Default is `TRUE` (no filtering).
995
995
  * `id`: The column name in metadata for the group ids (i.e. `CDR3.aa`)
996
996
  * `compare`: Either a (numeric) column name (i.e. `Clones`) in metadata to compare between groups, or `.n` to compare the number of cells in each group.
997
- * `uniq`: Whether to return unique ids or not. Default is `TRUE`. If `FALSE`, you can mutate the meta data frame with the returned ids. For example, `df %>% mutate(expanded = expanded(...))`.
997
+ * `uniq`: Whether to return unique ids or not. Default is `TRUE`. If `FALSE`, you can mutate the meta data frame with the returned ids. For example, `df |> mutate(expanded = expanded(...))`.
998
998
  * `order`: The order of the returned ids. It could be `sum` or `diff`, which is the sum or diff of the `compare` between idents.
999
999
  Two kinds of modifiers can be added, including `desc` and `abs`.
1000
1000
  For example, `sum,desc` means the sum of `compare` between idents in descending order.
@@ -1341,7 +1341,7 @@ class MetaMarkers(Proc):
1341
1341
  * `subset`: An expression to subset the cells, will be passed to `dplyr::filter()`. Default is `TRUE` (no filtering).
1342
1342
  * `id`: The column name in metadata for the group ids (i.e. `CDR3.aa`)
1343
1343
  * `compare`: Either a (numeric) column name (i.e. `Clones`) in metadata to compare between groups, or `.n` to compare the number of cells in each group.
1344
- * `uniq`: Whether to return unique ids or not. Default is `TRUE`. If `FALSE`, you can mutate the meta data frame with the returned ids. For example, `df %>% mutate(expanded = expanded(...))`.
1344
+ * `uniq`: Whether to return unique ids or not. Default is `TRUE`. If `FALSE`, you can mutate the meta data frame with the returned ids. For example, `df |> mutate(expanded = expanded(...))`.
1345
1345
  * `order`: The order of the returned ids. It could be `sum` or `diff`, which is the sum or diff of the `compare` between idents.
1346
1346
  Two kinds of modifiers can be added, including `desc` and `abs`.
1347
1347
  For example, `sum,desc` means the sum of `compare` between idents in descending order.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: biopipen
3
- Version: 0.16.5
3
+ Version: 0.16.7
4
4
  Summary: Bioinformatics processes/pipelines that can be run from `pipen run`
5
5
  License: MIT
6
6
  Author: pwwang
@@ -1,4 +1,4 @@
1
- biopipen/__init__.py,sha256=r0anPjT1FU7ZF59Wu8yrTS7JfVcf5Cbwqs29-uSLGyo,23
1
+ biopipen/__init__.py,sha256=d1jssHDng02ej4s_3Yzl--DPqN1B-xx2byinKhvGh94,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=JALO2S7TfmV3gIRPJ0cLTFWncPXXheQJS3vYQlyX6wQ,1600
@@ -19,7 +19,7 @@ biopipen/ns/gsea.py,sha256=EsNRAPYsagaV2KYgr4Jv0KCnZGqayM209v4yOGGTIOI,7423
19
19
  biopipen/ns/misc.py,sha256=fzn0pXvdghMkQhu-e3MMapPNMyO6IAJbtTzVU3GbFa0,3246
20
20
  biopipen/ns/plot.py,sha256=yguxmErUOH-hOM10JfuI_sXw2p49XF8yGR_gXfbd5yQ,4066
21
21
  biopipen/ns/rnaseq.py,sha256=l4vFeRasGhkexopGTM_VfSyIFewOxg-9L5niFzhWUNA,565
22
- biopipen/ns/scrna.py,sha256=tO14g27oR5dL4ErGQE6kIxfSLk4vmIUi3pqOKbHfX5M,71206
22
+ biopipen/ns/scrna.py,sha256=bLgIHJfbJtAQLhUz3sub3sb0cvO3HOYWdi3YjxZ0fFA,71187
23
23
  biopipen/ns/scrna_basic.py,sha256=os00_hhEaCVRspSCnHvOoItS11OU_aFKgMqbocVyZQU,8538
24
24
  biopipen/ns/scrna_metabolic_landscape.py,sha256=AW36EOH-5AJNcMK4j7_LPgJYpyXASH3jj99g_m15SaA,26056
25
25
  biopipen/ns/tcgamaf.py,sha256=AFbUJIxiMSvsVY3RcHgjRFuMnNh2DG3Mr5slLNEyz6o,1455
@@ -192,7 +192,7 @@ biopipen/utils/plot.R,sha256=pzl37PomNeUZPxohHZ2w93j3Fc4T0Qrc62FF-9MTKdw,4417
192
192
  biopipen/utils/reference.py,sha256=6bPSwQa-GiDfr7xLR9a5T64Ey40y24yn3QfQ5wDFZkU,4420
193
193
  biopipen/utils/rnaseq.R,sha256=Ro2B2dG-Z2oVaT5tkwp9RHBz4dp_RF-JcizlM5GYXFs,1298
194
194
  biopipen/utils/vcf.py,sha256=ajXs0M_QghEctlvUlSRjWQIABVF02wPdYd-0LP4mIsU,9377
195
- biopipen-0.16.5.dist-info/METADATA,sha256=q7Kzos97srcjdvs5q72VAWnRxVNMfhHtTn6bSdX3mfc,863
196
- biopipen-0.16.5.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
197
- biopipen-0.16.5.dist-info/entry_points.txt,sha256=K9wUvJm9uFSpzqwG-6jRIcEXBg6jqNgYjdi_BL4Uf8o,523
198
- biopipen-0.16.5.dist-info/RECORD,,
195
+ biopipen-0.16.7.dist-info/METADATA,sha256=og2HcHqumGOAJCZ4D0Ld0AAlY5rBtnYHD0datVioPHk,863
196
+ biopipen-0.16.7.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
197
+ biopipen-0.16.7.dist-info/entry_points.txt,sha256=K9wUvJm9uFSpzqwG-6jRIcEXBg6jqNgYjdi_BL4Uf8o,523
198
+ biopipen-0.16.7.dist-info/RECORD,,