The program "data_norm" normalizes gene expression data. \n\nUsage:\n data_norm -i input_file -o output_file -m normalization_method\n\nOptions:\n -i --input \n -o --output \n -m --method <upqt | median | deseq | tmm | hkg> normalization method (default: upqt)\n -g --gene only for "--method hkg"\n -v --version display GCEN version\n -h --help print help information\n\nExample:\n data_norm -i ../sample_data/gene_expr.tsv -o ../sample_data/gene_expr_norm.tsv -m tmm\n\nThis program can be run from a command line or other command line interfaces. You can open a command line interface (such as the Windows Command Prompt or Linux Terminal) and enter the command to run the program. \n\nIn the command line, you need to provide parameters such as the input file, output file, and normalization method. For example, for the example you provided, you can use the following command to run the program: \n\ndata_norm -i ../sample_data/gene_expr.tsv -o ../sample_data/gene_expr_norm.tsv -m tmm\n\nThis will use "../sample_data/gene_expr.tsv" as the input file, save the normalized data to the "../sample_data/gene_expr_norm.tsv" file, and use the "tmm" method for normalization. \n\nYou need to modify the input file, output file, and normalization method parameters according to your actual situation.

data_norm: Gene Expression Data Normalization Tool

原文地址: https://www.cveoy.top/t/topic/qxOu 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录