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
Hello, I'm a beginner in bioinformatics. I want to proceed with chromVAR using bulk ATAC-seq data, but I encountered an error. For the chromVAR input, I used 1) bam files and 2) peaks. For the peaks, I created a consensus peak file using the corceslab/ATAC_IterativeOverlapPeakMerging tool and inputted this file into the peaks. Everything seemed to work fine up to "Getting GC content of peaks." However, I encountered an error during the step counts_filtered <- filterPeaks(counts_filtered, non_overlapping = TRUE). The error was: "Matrix::rowSums(counts(object)) encountered the following error: object 'R_dense_rowSums' not found." Could you please help me solve this? Thank you.
Reading in file: bam/HepG2_0uM_D_sort_dedup.bam
Reading in file: bam/HepG2_0uM_S_sort_dedup.bam
Reading in file: bam/HepG2_0uM_W_sort_dedup.bam
Reading in file: bam/HepG2_2uM_re1_sort_dedup.bam
Reading in file: bam/HepG2_2uM_re2_sort_dedup.bam
Reading in file: bam/HepG2_2uM_re3_sort_dedup.bam
#Filtering inputs
counts_filtered <- filterPeaks(counts_filtered, non_overlapping = TRUE)
Matrix::rowSums(counts(object)) encountered the following error: object 'R_dense_rowSums' not found
The text was updated successfully, but these errors were encountered:
Hello, I'm a beginner in bioinformatics. I want to proceed with chromVAR using bulk ATAC-seq data, but I encountered an error. For the chromVAR input, I used 1) bam files and 2) peaks. For the peaks, I created a consensus peak file using the corceslab/ATAC_IterativeOverlapPeakMerging tool and inputted this file into the peaks. Everything seemed to work fine up to "Getting GC content of peaks." However, I encountered an error during the step counts_filtered <- filterPeaks(counts_filtered, non_overlapping = TRUE). The error was: "Matrix::rowSums(counts(object)) encountered the following error: object 'R_dense_rowSums' not found." Could you please help me solve this? Thank you.
seqinfo: 93 sequences from an unspecified genome; no seqlengths
Reading in file: bam/HepG2_0uM_D_sort_dedup.bam
Reading in file: bam/HepG2_0uM_S_sort_dedup.bam
Reading in file: bam/HepG2_0uM_W_sort_dedup.bam
Reading in file: bam/HepG2_2uM_re1_sort_dedup.bam
Reading in file: bam/HepG2_2uM_re2_sort_dedup.bam
Reading in file: bam/HepG2_2uM_re3_sort_dedup.bam
The text was updated successfully, but these errors were encountered: