filter/delimit_fraction

Description

Turns a column containing values between 0 and 1 into a boolean column based on thresholds.

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"  
min_fraction: [ 0 ]  
max_fraction: [ 1 ]  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \  
  -revision v4.0.1 \  
  -main-script target/nextflow/filter/delimit_fraction/main.nf \  
  -params-file params.yaml  

Inputs

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

Outputs

Name
Type & Properties
--output
file
output
--obs_name_filter
string
required
--output_compression
string

Arguments

Name
Type & Properties
--min_fraction
double
--max_fraction
double

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.