diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2025-05-14 18:17:50 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2025-05-14 18:17:50 +0800 |
commit | 4d3c37c1c56aa645cb9602d83af6817e237b284c (patch) | |
tree | 33bc8b20fb9385c44bd35e5045fa14b5391b1091 /Code/buildRmatrix.py | |
parent | 85e2ea976114188fd87a5c142a57c3d49e4ca07b (diff) | |
parent | c27627044c39c3825ef3f055230d907d65731cff (diff) |
Merge branch 'master' of 118.25.96.118:~/BRAINCL
Diffstat (limited to 'Code/buildRmatrix.py')
-rw-r--r-- | Code/buildRmatrix.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Code/buildRmatrix.py b/Code/buildRmatrix.py index a4f4af7..26893eb 100644 --- a/Code/buildRmatrix.py +++ b/Code/buildRmatrix.py @@ -3,6 +3,8 @@ #
# Purpose: make a TPM table, where each row is a gene, and each column is an experiment. The column name is RNA-seq experiment ID.
#
+# Tips: use awk to get the number of columns in the TPM table. awk -F'\t' '{print NF; exit}' ../Data/history/expr/TPM.txt
+#
# 23 Dec 2016, hui, slcu
# Last modified 5 Apr 2017, hui, slcu
# Last modified 25 Oct 2019, hui, zjnu [Comments; add a variable WARN_NA to turn on/off print NA warnings.]
|