dimred/tsne

Description

t-SNE (t-Distributed Stochastic Neighbor Embedding) is a dimensionality reduction technique used to visualize high-dimensional data in a low-dimensional space, revealing patterns and clusters by preserving local data similarities.

Type

python_script

License

MIT

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
modality: [ "rna" ]  
output: "$id.$key.output.h5mu"  
obsm_output: [ "X_tsne" ]  
n_pcs: [ 50 ]  
perplexity: [ 30 ]  
min_dist: [ 0.5 ]  
metric: [ "euclidean" ]  
early_exaggeration: [ 12 ]  
learning_rate: [ 1000 ]  
random_state: [ 0 ]  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \  
  -revision v3.0.2 \  
  -main-script target/nextflow/dimred/tsne/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--input
file
required
--modality
string
required
--use_rep
string
required

Outputs

Name
Type & Properties
--output
-o
file
required
output
--obsm_output
string
--output_compression
string

Arguments

Name
Type & Properties
--n_pcs
integer
--perplexity
double
--min_dist
double
--metric
string
--early_exaggeration
double
--learning_rate
double
--random_state
integer

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.