User: ddiez
ddiez • 1.9k
- Reputation:
- 1,890
- Status:
- Trusted
- Location:
- Japan
- Twitter:
- @kurai_yousei
- Scholar ID:
- Google Scholar Page
- Last seen:
- 7 months, 1 week ago
- Joined:
- 6 years, 2 months ago
- Email:
- d**********@gmail.com
Posts by ddiez
<prev
• 200 results •
page 1 of 20 •
next >
0
votes
3
answers
6.4k
views
3
answers
... Take a look at `?limma::removeBatchEffect` for details of other uses of the processed dataset. For differential expression it is better to use the original dataset and add batch as covariate, as indicated in @jtleek's answer. ...
written 3.5 years ago by
ddiez • 1.9k
0
votes
0
answers
781
views
0
answers
Comment:
C: Need help plotting D statistics
... Also consider using `geom_text_repel()` in the [ggrepel package][1]. See for example the vignette [here][2].
[1]: https://cran.r-project.org/package=ggrepel
[2]: https://cran.r-project.org/web/packages/ggrepel/vignettes/ggrepel.html ...
written 3.8 years ago by
ddiez • 1.9k
0
votes
0
answers
781
views
0
answers
Comment:
C: Need help plotting D statistics
... And for the text: `geom_text(position=position_jitter())` ...
written 3.8 years ago by
ddiez • 1.9k
0
votes
0
answers
781
views
0
answers
Comment:
C: Need help plotting D statistics
... For the points you can use `geom_jitter()` instead of `geom_point()` to add a small offset and avoid overlapping. ...
written 3.8 years ago by
ddiez • 1.9k
1
vote
1
answer
1.6k
views
1
answers
Comment:
C: biomaRt getBM() returns 0 result
... What does `any(simpleCancer$chromosome == "-")` return? If `FALSE` it means none of the values in your *chromosome* column is equal to "-", and hence the result. Question: why would chromosome be equal to "-"? Are you instead looking for *strand*? ...
written 3.8 years ago by
ddiez • 1.9k
0
votes
1
answer
9.4k
views
1
answers
Comment:
C: R unused arguments
... Please, read the [vignette][1] in the methylKit package with instructions on how to use it. You need to call `genomation::readTranscriptFeatures()`, **NOT** the deprecated function `read.transcript.features()`.
[1]: https://bioconductor.org/packages/release/bioc/vignettes/methylKit/inst/doc/meth ...
written 3.9 years ago by
ddiez • 1.9k
1
vote
1
answer
9.4k
views
1
answers
Answer:
A: R unused arguments
... Please provide, as suggested in the comments, information about your system, including what version of the package you have installed. Looking at the current version in [github][1], and as mentioned in the comments, the function `read.transcript.features()` has been deprecated. However, the replacem ...
written 3.9 years ago by
ddiez • 1.9k
1
vote
0
answers
2.8k
views
0
answers
... The file is likely empty because you specified `p.value=0.01`, which means that any results with p>=0.01 will not be included. This means you probably don't have any significant changes at that level. At any rate, consider using `write.fit()`, and also, I would follow @russhh's advice on how to i ...
written 3.9 years ago by
ddiez • 1.9k
0
votes
1
answer
1.6k
views
1
answers
... Great you found a solution! One comment: here and in your question, use the 101010 button to format chunks of code so that they look better. Take a look to other questions/answers to see the difference. ...
written 3.9 years ago by
ddiez • 1.9k
3
votes
2
answers
6.1k
views
2
answers
... You can compute rpkm from a `DESeqDataSet` in the way indicated in @igor's answer. However, RPKMs should only be used for downstream analysis and not for testing differential expression. This is explicitly mentioned in the documentation of [DEseq2][1].
>In order to test for differential expressi ...
written 3.9 years ago by
ddiez • 1.9k
Latest awards to ddiez
Teacher
20 months ago,
created an answer with at least 3 up-votes.
For A: how to avoid R automatically converting strings to numbers
Teacher
20 months ago,
created an answer with at least 3 up-votes.
For A: How compute the average distance between two distinct motifs insidse a list of D
Good Answer
20 months ago,
created an answer that was upvoted at least 5 times.
For A: how to avoid R automatically converting strings to numbers
Appreciated
20 months ago,
created a post with more than 5 votes.
For A: how to avoid R automatically converting strings to numbers
Good Answer
2.3 years ago,
created an answer that was upvoted at least 5 times.
For A: how to avoid R automatically converting strings to numbers
Scholar
2.3 years ago,
created an answer that has been accepted.
For A: How compute the average distance between two distinct motifs insidse a list of D
Appreciated
2.3 years ago,
created a post with more than 5 votes.
For A: how to avoid R automatically converting strings to numbers
Teacher
2.3 years ago,
created an answer with at least 3 up-votes.
For A: How compute the average distance between two distinct motifs insidse a list of D
Appreciated
2.5 years ago,
created a post with more than 5 votes.
For A: how to avoid R automatically converting strings to numbers
Appreciated
3.1 years ago,
created a post with more than 5 votes.
For A: how to avoid R automatically converting strings to numbers
Good Answer
3.1 years ago,
created an answer that was upvoted at least 5 times.
For A: how to avoid R automatically converting strings to numbers
Appreciated
3.4 years ago,
created a post with more than 5 votes.
For A: how to avoid R automatically converting strings to numbers
Teacher
3.9 years ago,
created an answer with at least 3 up-votes.
For A: How compute the average distance between two distinct motifs insidse a list of D
Scholar
3.9 years ago,
created an answer that has been accepted.
For A: How compute the average distance between two distinct motifs insidse a list of D
Teacher
3.9 years ago,
created an answer with at least 3 up-votes.
For A: How compute the average distance between two distinct motifs insidse a list of D
Scholar
3.9 years ago,
created an answer that has been accepted.
For A: How compute the average distance between two distinct motifs insidse a list of D
Scholar
4.0 years ago,
created an answer that has been accepted.
For A: How compute the average distance between two distinct motifs insidse a list of D
Teacher
4.0 years ago,
created an answer with at least 3 up-votes.
For A: How compute the average distance between two distinct motifs insidse a list of D
Commentator
4.0 years ago,
created a comment with at least 3 up-votes.
For C: How to smooth (ggplot2) 3 samples in the same plot
Teacher
4.0 years ago,
created an answer with at least 3 up-votes.
For A: How compute the average distance between two distinct motifs insidse a list of D
Teacher
4.0 years ago,
created an answer with at least 3 up-votes.
For A: How compute the average distance between two distinct motifs insidse a list of D
Scholar
4.0 years ago,
created an answer that has been accepted.
For A: How compute the average distance between two distinct motifs insidse a list of D
Teacher
4.0 years ago,
created an answer with at least 3 up-votes.
For A: How compute the average distance between two distinct motifs insidse a list of D
Scholar
4.0 years ago,
created an answer that has been accepted.
For A: How compute the average distance between two distinct motifs insidse a list of D
Guru
4.0 years ago,
received more than 100 upvotes.
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 980 users visited in the last hour