Smoothing r binning bigwig plots in R
What are R tools/packages I can use to smooth a bigwig plot? I basically want to get bam coverage as bigwig files for every 100bp regions. I am using rtracklayer and genomicAlignment packages to convert bam to bigwig files.
bigwig
r
bam
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
bedGraphToBigWig: Missing Genome Coordinates
written by RelativeOptics 4I have a somewhat complicated pipeline in which bam files are converted from bam > bed > bedGraph > bigwig. The final bigwig files are …
-
Program to View Average Coverage with Variance of BAM/Bigwig Files?
written by RelativeOptics 4I am viewing BAM/bigwig files from ChIP-seq experiments. Every experiment has 3 biological replicates. Are there any tools that will plot the average coverage from …
-
different pileups between sorted.bam file and bigwig file
written by bioyas 2Hi, I am using the following command from deeptools package to convert my sorted bam files to bigwig format to have smaller files that I …
-
coverage vector file formats in R
written by wrab425 5I did a whole series of alignments of bam files to my genome using tools in the following R libraries in Bioconductor library(GenomicRanges) library(rtracklayer) library(Rsamtools) …
-
Chip Seq Enrichment Profile
written by Mohammed 1I have the treatment groups. I have their bigwig files and I want to find the enrichment of each group based within specific regions contained …
-
deepTools computeMatrix need at least one array to concatenate error
written by leeb4 0Hi all! I used deepTools bamCoverage to generate bigWig files from two ATAC-seq BAM files using the arguments `-of bigwig --binSize 10 --normalizeUsing RPGC --effectiveGenomeSize …
-
visualization of coverage for ATAC seq --- bam or bigwig
written by yaoyao20152031 0Hi all, I am working with ATAC-seq datasets and follow a pipeline with: `FastQC---Cutadapt---FastQC---Bowtie2---Filter "properly mapped reads" (samtools -F 1804)---merge filtered BAM files by cell …
-
Overlapping Bedgraph - Microarray ChIP to BigWig for Clustering analysis
written by Hushus 2Good afternoon everyone, I've been playing around with publicly available ChIP-seq datasets and have been clustering regions, producing heatmaps, and all that fun stuff. Now, …
-
How to convert bam to bam.bai files
written by jain.harshika 0Hi, I have some bam files and I want to convert them to bam.bai files. I am very new to programming and have used some …
-
How to generate BedGraph from BedTools Coverage?
written by scchess 65The tool is at: http://bedtools.readthedocs.org/en/latest/content/tools/coverage.html I want to get base coverage for specific regions (I'll provide a bed file). However, the output is not in …
Check the genomation package from Bioconductor which has a
ScoreMatrixBin()to load coverages from bigwig files and bin it over specific intervals.