User: kristoffer.vittingseerup
- Reputation:
- 20
- Status:
- New User
- Location:
- European Union
- Last seen:
- 1 year, 5 months ago
- Joined:
- 4 years, 10 months ago
- Email:
- k***********************@bio.ku.dk
Posts by kristoffer.vittingseerup
<prev
• 16 results •
page 1 of 2 •
next >
0
votes
0
answers
369
views
0
answers
... There are loads of examples where the switch is between a coding and a non-coding transcript - see fx figure 4 in our article.
Unfortunately apart from the current 3 possibilities: 1) Analysis with CPAT (verifying the coding potential). 2) Looking at structural differences (lengths, number of exons ...
written 19 months ago by
kristoffer.vittingseerup • 20
0
votes
0
answers
369
views
0
answers
... I have (naturally since I'm the authour) used IsoformSwitchAnalyzeR quite a lot. IsoformSwitchAnalyzeR directly supports data from Salmon (use both abundances and counts as described here) and allows a wide range of analysis for Isoform Switches as well as alternative splicing both on individual gen ...
written 19 months ago by
kristoffer.vittingseerup • 20
0
votes
4
answers
859
views
4
answers
... This could very well be the problem - the easiest way to figure this out is by doing a MA plot (x=mean expression over all samples, y= log2FC between condition) - it should be fairly symmetric - else the normalisation did not work.
...
written 2.3 years ago by
kristoffer.vittingseerup • 20
0
votes
2
answers
2.7k
views
2
answers
... How did you quantify the genes (which tool)? And which excat database of gene models did you use for the quantification?
...
written 2.3 years ago by
kristoffer.vittingseerup • 20
0
votes
1
answer
1.6k
views
1
answers
Comment:
C: Updates to BiocStyle formatting
... Awesome job! Are there also updates to "html_vignette" ?
...
written 2.3 years ago by
kristoffer.vittingseerup • 20
0
votes
2
answers
2.7k
views
2
answers
... The easiest thing is probably to use edgeR. To calculate RPKM you need two things:
1) The count data (which you have)
2) The length of the genes.
You can then construct a DGElist with edgeR as follows:
myDGEList <- DGEList( counts= expressionMatrix , genes= geneDataFrame )
where th ...
written 2.3 years ago by
kristoffer.vittingseerup • 20
0
votes
2
answers
6.6k
views
2
answers
... I very much agree but I do however think there are two other uses for (ERCC-) spikeins:
1) (Extreme) Cases where there are large changes in the RNA composition (such as knock down/out of decay factors etc)
2) For selecting expression cutoffs - since we know the exact concentration of the spikeins it ...
written 2.3 years ago by
kristoffer.vittingseerup • 20
0
votes
1
answer
651
views
1
answers
... That sounds extremely usefull - both the feature level test but also the complex designs! Looking forward to try it!
...
written 2.7 years ago by
kristoffer.vittingseerup • 20
1
vote
1
answer
651
views
1
answer
... I have just read the DRIMSeq article ( https://f1000research.com/articles/5-1356/v2 ) and tried the Bioconductor R package ( https://bioconductor.org/packages/release/bioc/html/DRIMSeq.html ) and I think it has great potential.
I was simply wondering whether it was possible to get an estimate for t ...
written 2.9 years ago by
kristoffer.vittingseerup • 20
• updated
2.9 years ago by
Gosia Nowicka • 40
0
votes
1
answer
511
views
1
answer
... The pairwiseAlignment() function have a problematic way of handling empty sequences illustrated by this toy example:
library(Biostrings)
seq1 <- DNAString('ATCG')
seq2 <- DNAString('')
tmp <- pairwiseAlignment(seq1, seq2)
class(tmp)
[1] "PairwiseAlignmentsSingleSubject"
attr(,"package") ...
written 3.5 years ago by
kristoffer.vittingseerup • 20
• updated
23 months ago by
Hervé Pagès ♦♦ 14k
Latest awards to kristoffer.vittingseerup
No awards yet. Soon to come :-)
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 16.09
Traffic: 306 users visited in the last hour