biopipen 0.34.9__py3-none-any.whl → 0.34.10__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/ns/scrna.py +5 -1
- {biopipen-0.34.9.dist-info → biopipen-0.34.10.dist-info}/METADATA +1 -1
- {biopipen-0.34.9.dist-info → biopipen-0.34.10.dist-info}/RECORD +6 -6
- {biopipen-0.34.9.dist-info → biopipen-0.34.10.dist-info}/WHEEL +0 -0
- {biopipen-0.34.9.dist-info → biopipen-0.34.10.dist-info}/entry_points.txt +0 -0
biopipen/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.34.
|
|
1
|
+
__version__ = "0.34.10"
|
biopipen/ns/scrna.py
CHANGED
|
@@ -118,6 +118,10 @@ class SeuratPreparing(Proc):
|
|
|
118
118
|
It doesn't work when data is loaded from loom files.
|
|
119
119
|
cell_qc: Filter expression to filter cells, using
|
|
120
120
|
`tidyrseurat::filter()`.
|
|
121
|
+
It can also be a dictionary of expressions, where the names of the list are
|
|
122
|
+
sample names.
|
|
123
|
+
You can have a default expression in the list with the name "DEFAULT" for
|
|
124
|
+
the samples that are not listed.
|
|
121
125
|
Available QC keys include `nFeature_RNA`, `nCount_RNA`,
|
|
122
126
|
`percent.mt`, `percent.ribo`, `percent.hb`, and `percent.plat`.
|
|
123
127
|
|
|
@@ -782,7 +786,7 @@ class ModuleScoreCalculator(Proc):
|
|
|
782
786
|
will perform diffusion map as a reduction and add the first 2
|
|
783
787
|
components as `DC_1` and `DC_2` to the metadata. `diffmap` is a shortcut
|
|
784
788
|
for `diffusion_map`. Other key-value pairs will pass to
|
|
785
|
-
[`destiny::DiffusionMap()`](https://www.rdocumentation.org/packages/destiny/versions/2.0.4/topics/DiffusionMap
|
|
789
|
+
[`destiny::DiffusionMap()`](https://www.rdocumentation.org/packages/destiny/versions/2.0.4/topics/DiffusionMap class).
|
|
786
790
|
You can later plot the diffusion map by using
|
|
787
791
|
`reduction = "DC"` in `env.dimplots` in `SeuratClusterStats`.
|
|
788
792
|
This requires [`SingleCellExperiment`](https://bioconductor.org/packages/release/bioc/html/SingleCellExperiment.html)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
biopipen/__init__.py,sha256=
|
|
1
|
+
biopipen/__init__.py,sha256=u7r_X5RPL4hal_HhVAZpDtDz0JbAd6bKAwNi0BAOm5c,24
|
|
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=lZV_vbYWk6uqm19ZWJcsZCcSNqAdIfN2fOfamzxZpg4,2148
|
|
@@ -22,7 +22,7 @@ biopipen/ns/plot.py,sha256=N41_izb6zi-XArUly5WhLebapNXbTNSgGlOCCwtrDlY,18282
|
|
|
22
22
|
biopipen/ns/protein.py,sha256=YJtlKoHI2p5yHdxKeQnNtm5QrbxDGOq1UXOdt_7tlTs,6391
|
|
23
23
|
biopipen/ns/regulatory.py,sha256=WlnX_R8jEFyxCjk8mru5Qu5iCQJLzjMWiWGoc3gygzc,16221
|
|
24
24
|
biopipen/ns/rnaseq.py,sha256=bKAa6friFWof4yDTWZQahm1MS-lrdetO1GqDKdfxXYc,7708
|
|
25
|
-
biopipen/ns/scrna.py,sha256
|
|
25
|
+
biopipen/ns/scrna.py,sha256=ts8yust_YJBb-95Wl59KbEfStML3Eb4fmZInpfatXGc,146298
|
|
26
26
|
biopipen/ns/scrna_metabolic_landscape.py,sha256=EwLMrsj_pTqvyAgtHLoishjQxCg_j8n5OofuTofUph0,22096
|
|
27
27
|
biopipen/ns/snp.py,sha256=iXWrw7Lmhf4_ct57HGT7JGTClCXUD4sZ2FzOgsC2pTg,28123
|
|
28
28
|
biopipen/ns/stats.py,sha256=DlPyK5Vsg6ZEkV9SDS3aAw21eXzvOHgqeZDkXPhg7go,20509
|
|
@@ -284,7 +284,7 @@ biopipen/utils/misc.py,sha256=pDZ-INWVNqHuXYvcjmu8KqNAigkh2lsHy0BxX44CPvc,4048
|
|
|
284
284
|
biopipen/utils/reference.py,sha256=Oc6IlA1giLxymAuI7DO-IQLHQ7-DbsWzOQE86oTDfMU,5955
|
|
285
285
|
biopipen/utils/reporter.py,sha256=VwLl6xyVDWnGY7NEXyqBlkW8expKJoNQ5iTyZSELf5c,4922
|
|
286
286
|
biopipen/utils/vcf.py,sha256=MmMbAtLUcKPp02jUdk9TzuET2gWSeoWn7xgoOXFysK0,9393
|
|
287
|
-
biopipen-0.34.
|
|
288
|
-
biopipen-0.34.
|
|
289
|
-
biopipen-0.34.
|
|
290
|
-
biopipen-0.34.
|
|
287
|
+
biopipen-0.34.10.dist-info/METADATA,sha256=IeN3Cn85Wko4l4ANyDPAxcKF1P5eJQ1SRyBxTfPg6b8,1027
|
|
288
|
+
biopipen-0.34.10.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
289
|
+
biopipen-0.34.10.dist-info/entry_points.txt,sha256=BYqHGBQJxyFDNLYqgH64ycI5PYwnlqwYcCFsMvJgzAU,653
|
|
290
|
+
biopipen-0.34.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|