-
Notifications
You must be signed in to change notification settings - Fork 509
New tool: TSENAT v.0.99.0 #7916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
gallardoalba
wants to merge
31
commits into
galaxyproject:main
Choose a base branch
from
gallardoalba:Add_TSENAT
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 18 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
45c4884
First commit
gallardoalba a8bb2c1
Simplify wrapper
gallardoalba e65f273
Fix booleans
gallardoalba c7618f5
Update categories
gallardoalba 9d768e4
Fix errors
gallardoalba a0f0b3e
Fix errors
gallardoalba 3855e6c
Fix errors
gallardoalba a353ba4
Fix R script
gallardoalba 70eb713
Update wrapper
gallardoalba fd5356b
Update wrapper
gallardoalba 3f8d028
Update wrapper
gallardoalba c724086
Fix tests
gallardoalba 8a39fb8
Fix R format
gallardoalba 8243e53
Fix styleR
gallardoalba 94d2d76
Update wrapper
gallardoalba 3558787
Update wrapper
gallardoalba 4b2eef0
Update wrapper
gallardoalba d86da3d
Fix styleR
gallardoalba 51d53e1
Include recommendations
gallardoalba d0e165d
Fix wrapper
gallardoalba 12d2e4f
Fix indices
gallardoalba 9e1c70b
Fix macros
gallardoalba f22eeaf
Simplify R script
gallardoalba 1254033
Fix tests
gallardoalba fa20b1e
Fix lint issue
gallardoalba 1849695
Fix tests
gallardoalba bbfcf81
Fix styleR
gallardoalba 160003c
Fix indentation
gallardoalba d5434fa
Fix tests
gallardoalba 0e32c80
Fix test 7
gallardoalba 0a45dcd
Update tools/tsenat/macros.xml
gallardoalba File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| name: tsenat | ||
| owner: iuc | ||
| description: TSENAT - Tsallis entropy analysis for transcript-level isoform complexity | ||
| long_description: | | ||
| TSENAT quantifies isoform-usage complexity in RNA-seq data using Tsallis entropy, detecting coordinate isoform switching | ||
| and splicing-driven complexity changes that standard differential expression tools (DESeq2, edgeR) miss. | ||
|
|
||
| TSENAT measures the diversity of isoform distributions (entropy) at the gene level, revealing: | ||
| - Isoforms switching between conditions | ||
| - Changes in usage distribution complexity | ||
| - Genes with coordinated or antagonistic isoform patterns | ||
| - Scale-dependent complexity via the parametric q parameter | ||
|
|
||
| The tool employs multiple statistical methods including SAIT (parametric), Scheirer-Ray-Hare (non-parametric), | ||
| and Jackknife Isoform Switching (JIS) analysis for robust detection of transcript-level changes. | ||
| homepage_url: https://github.com/gallardoalba/TSENAT | ||
| remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/main/tools/tsenat | ||
| categories: | ||
| - Transcriptomics | ||
| - RNA | ||
| - Statistics | ||
| type: unrestricted |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| <?xml version="1.0"?> | ||
| <macros> | ||
| <token name="@TOOL_VERSION@">1.0</token> | ||
| <token name="@TSENAT_VERSION@">0.99.0</token> | ||
| <token name="@VERSION_SUFFIX@">0</token> | ||
| <token name="@PROFILE@">22.01</token> | ||
|
|
||
| <xml name="requirements"> | ||
| <requirements> | ||
| <requirement type="package" version="@TSENAT_VERSION@">r-tsenat</requirement> | ||
| <requirement type="package" version="1.8.2">r-optparse</requirement> | ||
| <yield/> | ||
| </requirements> | ||
| </xml> | ||
|
|
||
| <xml name="edam_ontology"> | ||
| <edam_topics> | ||
| <edam_topic>topic_3308</edam_topic> <!-- Transcriptomics --> | ||
| </edam_topics> | ||
| <edam_operations> | ||
| <edam_operation>operation_3800</edam_operation> <!-- RNA-Seq quantification --> | ||
| <edam_operation>operation_0234</edam_operation> <!-- Sequence complexity calculation (entropy/diversity) --> | ||
| </edam_operations> | ||
| </xml> | ||
|
|
||
| <xml name="citations"> | ||
| <citations> | ||
| <citation type="bibtex">@software{gallardo2026tsenat, | ||
| title={TSENAT: Tsallis Entropy Analysis Toolbox}, | ||
| author={Gallardo Alba, Cristóbal}, | ||
| url={https://github.com/gallardoalba/TSENAT}, | ||
| year={2026} | ||
| }</citation> | ||
| </citations> | ||
| </xml> | ||
| </macros> | ||
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| sample condition paired_samples | ||
| SRR14800475 normal A | ||
| SRR14800476 tumor A | ||
| SRR14800477 normal B | ||
| SRR14800478 tumor B | ||
| SRR14800479 normal C | ||
| SRR14800480 tumor C | ||
| SRR14800481 normal D | ||
| SRR14800482 tumor D | ||
| SRR14800483 normal E | ||
| SRR14800484 tumor E | ||
| SRR14800485 normal F | ||
| SRR14800486 tumor F | ||
| SRR14800487 normal G | ||
| SRR14800488 tumor G | ||
| SRR14800489 normal H | ||
| SRR14800490 tumor H |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.