genomation
genomation copied to clipboard
R package for genomic feature analysis and visualization
When intersectScoreMatrixList is used after a ScoreMatrixList with nbins=1, somewhere along the code, the rownames are dropped from the matrix, and the intersectScoreMatrixList gives empty ScoreMatrix objects.
Hi Altuna, In some cases the signal supplied to ScoreMatrix as "target" is antisymmetric under strand reversal. In our case it is a difference between signal mapped to the +...
When the targets are GRaneges, the resulting Rle can have different lengths, resulting in some windows being dropped in a certain set
PAR-CLIP or BS-seq relies on nucleotide mismatch frequencies as genome-wide scores. We can use pileup function from samtools to extract those frequencies to a scoreMatrix object???
Add the new randomization algorithm which keeps the distribution of feature and interfeature distances
Maybe our function should work also with genomic features objects?
I am trying to run your devel version (1.35.0) of genomation , but the ScoreMatrixBin function gives me an error (I have Matrix 1.7-0 installed): > library(genomation) > data(cage) >...