comparison raceid_trajectory.xml @ 10:2bfd55b87af3 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raceid3 commit 0ffa71ef9f8d020fe7ba94502db8cec26fd8741f
author iuc
date Tue, 05 Nov 2024 16:34:11 +0000
parents c92d0f9338c5
children
comparison
equal deleted inserted replaced
9:2af7c5086a96 10:2bfd55b87af3
2 <description>generates lineage from prior clustering</description> 2 <description>generates lineage from prior clustering</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 <import>macros_cheetah.xml</import> 5 <import>macros_cheetah.xml</import>
6 </macros> 6 </macros>
7 <expand macro="bio_tools"/>
7 <expand macro="requirements" /> 8 <expand macro="requirements" />
8 <expand macro="version_command_config" prog="pseudotemporal.R" cheetah="TRAJECTORY_CHEETAH" /> 9 <expand macro="version_command_config" prog="pseudotemporal.R" cheetah="TRAJECTORY_CHEETAH" />
9 10
10 <inputs> 11 <inputs>
11 <param name="inputrds" type="data" format="rds" label="Input RDS" help="This is the output RDS file given by the Cluster stage" /> 12 <param name="inputrds" type="data" format="rds" label="Input RDS" help="This is the output RDS file given by the Cluster stage" />
134 StemID2 135 StemID2
135 ========= 136 =========
136 137
137 StemID is an algorithm for the inference of lineage trees and differentiation trajectories based on pseudo-temporal ordering of single-cell transcriptomes. It utilizies the clusters predicted by RaceID clustering tool. 138 StemID is an algorithm for the inference of lineage trees and differentiation trajectories based on pseudo-temporal ordering of single-cell transcriptomes. It utilizies the clusters predicted by RaceID clustering tool.
138 139
139 In a nutshell, StemID infers links between clusters which are more populated with intermediate single-cell transcriptomes than expected by chance. 140 In a nutshell, StemID infers links between clusters which are more populated with intermediate single-cell transcriptomes than expected by chance.
140 141
141 This will generate an RDS object, and a PDF showing a minimal spanning tree between the clusters, with the strength between clusters given by the colour and thickness of the branches. 142 This will generate an RDS object, and a PDF showing a minimal spanning tree between the clusters, with the strength between clusters given by the colour and thickness of the branches.
142 143
143 144
144 ]]></help> 145 ]]></help>