@platforma-open/milaboratories.differential-clonotype-abundance 1.7.2 → 1.7.3
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.
- package/block-pack/CHANGELOG.md +3 -0
- package/block-pack/block-logo.png +0 -0
- package/block-pack/description.md +8 -0
- package/block-pack/main.plj.gz +0 -0
- package/block-pack/manifest.json +1 -0
- package/block-pack/model.json +1 -0
- package/block-pack/organization-logo.png +0 -0
- package/block-pack/published.json +8 -0
- package/block-pack/ui.tgz +0 -0
- package/dist/AGENTS.d.ts +9819 -0
- package/dist/AGENTS.d.ts.map +1 -0
- package/dist/AGENTS.js +0 -0
- package/dist/index.d.ts +9832 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +10066 -0
- package/dist/index.js.map +1 -0
- package/package.json +26 -12
- package/index.d.ts +0 -6
- package/index.js +0 -8
|
Binary file
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Overview
|
|
2
|
+
|
|
3
|
+
Identifies differentially abundant features (clonotypes, peptides, or genes) between experimental conditions using DESeq2. The block accepts count data from upstream blocks and performs statistical testing to determine which features show significant changes in abundance between conditions, accounting for biological variability and library size differences.
|
|
4
|
+
|
|
5
|
+
For clonotype and peptide inputs, DESeq2 uses a local regression fit (instead of the default parametric fit) to estimate dispersion parameters, which is optimized for sparse count distributions where many sequences have zero or very low counts across samples. This local fit adapts to the actual relationship between mean counts and variability in the data, rather than assuming a fixed parametric form. For bulk RNA-seq inputs, DESeq2's standard parametric fit is used.
|
|
6
|
+
|
|
7
|
+
The block uses DESeq2 v1.46.0 for differential abundance analysis. When using this block in your research, cite the DESeq2 publication (Love et al. 2014) listed below.
|
|
8
|
+
> Love, M. I., Huber, W., & Anders, S. (2014). Moderated estimation of fold change and dispersion for RNA-seq data with DESeq2. _Genome Biology_ **15**, 550 (2014). [https://doi.org/10.1186/s13059-014-0550-8](https://doi.org/10.1186/s13059-014-0550-8)
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"schema":"v2","description":{"id":{"organization":"milaboratories","name":"differential-clonotype-abundance","version":"1.7.3"},"components":{"workflow":{"type":"workflow-v1","main":{"type":"relative","path":"main.plj.gz"}},"model":{"type":"relative","path":"model.json"},"ui":{"type":"relative","path":"ui.tgz"}},"meta":{"title":"Differential Abundance","description":"Identify differentially abundant features between conditions.","longDescription":{"type":"relative","path":"description.md"},"changelog":{"type":"relative","path":"CHANGELOG.md"},"logo":{"type":"relative","path":"block-logo.png"},"url":"https://github.com/platforma-open/differential-clonotype-abundance","support":"mailto:support@milaboratories.com","tags":["airr","downstream","peptide"],"organization":{"name":"milaboratories","url":"https://milaboratories.com/","logo":{"type":"relative","path":"organization-logo.png"}},"supportedPlatforms":["linux-x64","linux-aarch64","macosx-x64","macosx-aarch64"]},"featureFlags":{"supportsLazyState":true,"supportsPframeQueryRanking":true,"requiresUIAPIVersion":3,"requiresModelAPIVersion":2,"requiresCreatePTable":2,"requiresPFramesVersion":1001031,"requiresPFrameSpec":true,"requiresPFrame":true,"requiresDialog":true}},"timestamp":1782841559747,"files":[{"name":"main.plj.gz","size":799901,"sha256":"B1935F10F17694F149E171EE73284DB25CBCE3B47D55F9407DEDAFD1D696ABA6"},{"name":"model.json","size":393210,"sha256":"6F0DA1415D1D2A444149C6D2E426D843200FCF0CAFDF7F830EEA262A22B012A3"},{"name":"ui.tgz","size":6566257,"sha256":"078AEBC0FECD7EC15A7CF7D8A433ABAC645E19CC45D4D3AF5906E557DE95C847"},{"name":"organization-logo.png","size":24439,"sha256":"FA71390C77C91E4B7FAAE5640D00F92F1E3F2869296F68B6040DD7CC549A50B5"},{"name":"description.md","size":1265,"sha256":"9B607EFA98A7F226D611887621A2FEBAB0337FB258312150D01E5A317982F647"},{"name":"CHANGELOG.md","size":27,"sha256":"3E1D1DA422E5D609FCDE7F996A81F7635011F3CA297923598DB36D924C4A0DAE"},{"name":"block-logo.png","size":37048,"sha256":"9C5C3FB48F044AC6C94551C303EFEAB5F1AE83F87117ADA794C8F87655FEB317"}]}
|