genomation
genomation copied to clipboard
R package for genomic feature analysis and visualization
Hi, I am trying to use generation and in particular the ScoreMatrix/ScoreMatrixList function to retrieve signal per base over windows in Granges object with targets BedGraph files. I know, and...
Hi, I tried annotating a few sites with annotateWithGeneParts and I'm getting an intron annotation even though the site is upstream of transcription start site. Here's an example: BED12 entry...
I'm wondering if there is a way to link the meta data to the annotation result for non-gene part annotation. For example, if you do the following, you can get...
Currently ScoreMatrix does not keep all windows in the output. It removes all `windows` which overlap exactly 0 features in `target`. This causes two research problems: - it gives an...
Example code: ``` gr3
Example code: ``` gr1
`readTranscriptFeatures()` reads a BED file. Gene features are commonly stored as a GTF file. Is there a way to import a GTF file in the proper format for `annotateWithGeneParts()`? There...
**## When I run the code as below, I got an error. Could you help me deal with the bugs? Thanks a lot.** data(cage) data(promoters) scores1=ScoreMatrix(target=cage,windows=promoters,strand.aware=TRUE, weight.col="tpm") library(GenomicRanges) covs =...
Hi, I am trying to use genomation and methylKit to analyze some RRBS data. I identified the identified the significantly differentially methylated cytosines (q-value threshold of 0.01 and a minimum...
Hi, I'm currently using your package to visualize the RRBS data, following an example from [here](https://zvfak.blogspot.com/2015/03/using-genomation-to-analyze-methylation.html). Although some of the original links doesn't work now. I managed to manual download...