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
This causes an error when running chipseeker_peakplot:
Command error:
Warning message:
package 'dplyr' was built under R version 4.3.2
GRanges object with 58429 ranges and 2 metadata columns:
seqnames ranges strand | pvalue qvalue
<Rle> <IRanges> <Rle> | <numeric> <numeric>
[1] chr1 3671441-3671716 * | 4.16506e-12 1
[2] chr1 4142568-4142910 * | 2.12097e-11 1
[3] chr1 4228249-4228601 * | 7.22163e-12 1
[4] chr1 4297125-4297414 * | 3.61542e-12 1
[5] chr1 4332522-4332831 * | 1.30793e-11 1
... ... ... ... . ... ...
[58425] chrY 90804913-90805435 * | 3.87469e-11 1
[58426] chrY 90807619-90808047 * | 4.66823e-11 1
[58427] chrY 90808620-90809110 * | 4.36221e-11 1
[58428] chrY 90810807-90811291 * | 3.35543e-11 1
[58429] chrY 90828800-90829091 * | 4.38834e-12 1
-------
seqinfo: 21 sequences from an unspecified genome; no seqlengths
chr1 dosen't contain signal higher than 1
chr10 dosen't contain signal higher than 1
chr11 dosen't contain signal higher than 1
chr12 dosen't contain signal higher than 1
chr13 dosen't contain signal higher than 1
chr14 dosen't contain signal higher than 1
chr15 dosen't contain signal higher than 1
chr16 dosen't contain signal higher than 1
chr17 dosen't contain signal higher than 1
chr18 dosen't contain signal higher than 1
chr19 dosen't contain signal higher than 1
chr2 dosen't contain signal higher than 1
chr3 dosen't contain signal higher than 1
chr4 dosen't contain signal higher than 1
chr5 dosen't contain signal higher than 1
chr6 dosen't contain signal higher than 1
chr7 dosen't contain signal higher than 1
chr8 dosen't contain signal higher than 1
chr9 dosen't contain signal higher than 1
chrX dosen't contain signal higher than 1
chrY dosen't contain signal higher than 1
Error in UseMethod("group_by") :
no applicable method for 'group_by' applied to an object of class "list"
Calls: covplot -> getChrCov -> %>% -> summarise -> group_by
Execution halted
The text was updated successfully, but these errors were encountered:
We are building a chipseq analysis pipeline and want to be able to create a consensus peak set across samples. We found a normalization method to account for variation in read depth and quality across samples that takes the -log10(p-value) and divides that by the sum of all -log10(p-values) divided by 1 million to create a "score per million". However, we'd also like to have normalized q-values (a.k.a FDR / Benjamini-Hochberg). Our first attempt to calculate normalized q-values resulted in all of them being nearly 1. We're not sure if there's a problem in how we are calculating it or if it's a feature of this normalization method.
Description of the normalization method from the supplementary methods from Corces et al. 2018:
Regardless of dataset used.
This causes an error when running chipseeker_peakplot:
The text was updated successfully, but these errors were encountered: