CNVkit for RNA-seq: log2 in *.cnr file is all zero #1022
jingyu9603
started this conversation in
General
Replies: 3 comments
-
|
I have the same issue.. any news? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Because you used only 1 sample, but 10 is recommended according to their docs: "The cohort size should be at least 5, preferably at least 10 samples." https://cnvkit.readthedocs.io/en/stable/rna.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yes, I figured it out, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to analyze RNA expression data using CNVkit. Here is the code I used:
cnvkit.py import-rna ./SRR8613811.txt --gene-resource ../ensembl-gene-info.hg38.tsv --correlations ~/softwave/cnvkit-0.9.10/data/tcga-skcm.cnv-expr-corr.tsv --output test2-summary.tsv --output-dir test2/The sample read count file has the following form:
The code runs smoothly
However, when I checked the *.cnr file, I found that the log2 of all the genes was 0. AS follows:
I don't know what went wrong. Can someone help me? Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions