You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
I'm pretty new to CNV ranger, however I was able to follow the vignette for most of the steps until the chapter 7 (CNV-expression association analysis).
I tried many times with my data but was always facing the same error:
Restricting analysis to 24 intersecting samples
Preprocessing RNA-seq data ...
Summarizing per-sample CN state in each CNV region
Excluding 4881 cnvrs not satisfying min.samples threshold
Error in .getStates(cnvrs, calls, multi.calls, min.samples, verbose = verbose) :
No CNV region satisfying min.samples threshold
I also tried to create a subset for testing since my dataset is pretty huge, restricting the analysis to chromosome 1 and 2 with the command:
sel.cnvrs <- subset(cnvrs, seqnames %in% paste0("chr", 1:2))
GRanges object with 4881 ranges and 3 metadata columns:
seqnames ranges strand | freq type pvalue
<Rle> <IRanges> <Rle> | <numeric> <character> <numeric>
[1] chr1 3073253-3074322 * | 3 both 0.911548
[2] chr1 3102016-3102125 * | 3 both 0.911548
[3] chr1 3205901-3671498 * | 3 both 0.753688
[4] chr1 3680155-3681788 * | 3 both 0.911548
[5] chr1 3752010-3754360 * | 3 both 0.911548
... ... ... ... . ... ... ...
[4877] chr2 181724042-181724942 * | 5 gain 0.265666
[4878] chr2 181763332-181827797 * | 5 gain 0.265666
[4879] chr2 181837854-181857461 * | 5 gain 0.265666
[4880] chr2 181864337-181870830 * | 5 gain 0.265666
[4881] chr2 181896823-181898712 * | 5 gain 0.265666
-------
seqinfo: 21 sequences from an unspecified genome; no seqlengths
and also reducing the number of min.samples when running the command:
@lgeistlinger
Thank you so much for your answer.
I did perform the test as you suggested and as pre-announced I got as results of table(ind)
ind
FALSE
37456
This leaves me a bit wondering about the data I received.
I'm analysing some Mouse Pancreatic cell line (some are Ctrl and some are KO for a specific gene)
Let's say in a dataset of 24 samples i have 12 Ctrl and 12 KO, how could be possible that none of the CNV region harbors (at least between the samples in one of the two groups).
Since I'm really new on CNV analysis (I mostly work with scRNA-seq) I would appreciate some suggestions.
Would make sense to analyse the two groups separately? all the Ctrl in one run and all the KO in another one ?
Is there any other way to investigate CNV that explain variation in gene expression levels?
At the end one of the main question we would like to address is that if the DE genes, obtained from the RNA-seq data, might be influenced from the CNV/CNA state of the samples.
Hi everyone,
I'm pretty new to CNV ranger, however I was able to follow the vignette for most of the steps until the chapter 7 (CNV-expression association analysis).
I tried many times with my data but was always facing the same error:
I also tried to create a subset for testing since my dataset is pretty huge, restricting the analysis to chromosome 1 and 2 with the command:
and also reducing the number of min.samples when running the command:
res <- cnvEQTL(sel.cnvrs, grl, rse, window = "1Mbp", verbose = TRUE, min.samples = 2)
Just for better understanding i will print here my objects that i put inside the cnvEQTL function:
However the result never changed and I'm always getting the same error.
Before sharing any data i would like to know if any of you ever got the same error as me
Thank you so much in advance
Sessioninfo:
The text was updated successfully, but these errors were encountered: