-
```
set.seed(100)
getN=function(n=1000){
#t1=round(rnorm(n, 100, 100))
t1=round(runif(n, 0, 1000))
abs(t1)
}
a1=getN()
a2=getN()
#
b1=getN()
b2=getN()
hist(a1/a2)
hist(b1/b2…
-
Please provide as much information as you can:
* **GO term ID and Label**
GO:0000289 nuclear-transcribed mRNA poly(A) tail shortening
Shortening of the poly(A) tail of a nuclear-transcribed mRN…
-
The GFF sort and regenerate script is now fixed so that mRNAs should be properly produced. But, the vast vast majority of our gene models are CDS only. In other words, the mRNA equals the CDS and th…
-
Hello,
I have ran SCAPE on the chr5 BAM aligned with STARsolo of a public dataset sample (id: ERR4898566). I have used Gencode M10 annotation for the UTRs and ran apamix with default parameters, ho…
-
**Original ticket**: https://humgenprojects.lumc.nl/trac/mutalyzer/ticket/109
**Original date**: 2012/07/27
**Original reporter**: _j DOT f DOT j DOT laros AND lumc DOT nl_
The genomic description NC…
-
Hi~ Andrey,
When we updated isoform annotation using IsoQuant based on the existing reference annotation files, we found that it could not update the TSS and TTS of the annotated isoforms. For exampl…
-
Hi Mervin,
I have succeeded in getting the output files from scUTRquant but I have no idea if the files are in good shape. For example, when I read the **_heart_10k_v3_fastq.genes.Rds_** in R, the ge…
-
I'm happy to do this myself but would prefer to delegate if at all possible. Looking at the [commit graph](https://github.com/Benjamin-Lee/deep-rules/graphs/contributors?from=2018-09-29&to=2020-06-04&…
-
Hi there,
I'm analyzing a custom human transcriptome and so far all analyses are working except for DPA. For reference, my design is a timecourse with triplicates for 4 timepoints, here's the prin…
-
content negotiation on my landing page redirects me to rdf.dydra.com... Seems that the certs are invalid:
$ curl -L -v -H "Accept: text/turtle" https://rdf.dydra.com/markw/polyadenylation-sites-in…