User: darbinator
darbinator • 230
- Reputation:
- 230
- Status:
- Trusted
- Location:
- Last seen:
- 7 months, 1 week ago
- Joined:
- 2 years, 7 months ago
- Email:
- d************@gmail.com
Posts by darbinator
<prev
• 48 results •
page 1 of 5 •
next >
1
vote
2
answers
273
views
2
answers
... Maybe Circos ? http://circos.ca
I have never used it but it seems that we can do a lot of things ...
written 13 months ago by
darbinator • 230
1
vote
0
answers
1.1k
views
0
answers
... Hi !
I'm not very good at statistics so I want to ask some questions.
I work with metabarcoding 16S dataset
I have generate OTU table from mothur, and I want to know if the differences between samples are more due to one factor (sample site) or from one another (sample hote species)
I have calcu ...
written 13 months ago by
darbinator • 230
• updated
4 months ago by
annaA • 10
0
votes
3
answers
349
views
3
answers
Comment:
C: sed or awk command
... It's weird because I try it and it don't remove the others (.) because I didn't put the 'g' global flag after the last slash ...
written 18 months ago by
darbinator • 230
0
votes
3
answers
349
views
3
answers
Answer:
A: sed or awk command
... If the gene is always on the first column:
sed 's/\.[0-9]\{1,\}//' yourfile.txt
should work ...
written 18 months ago by
darbinator • 230
1
vote
1
answer
11k
views
1
answers
Comment:
C: How is the design in DESeq2 work?
... Sorry to up this message but when we apply the design " design = ~Strain + Time ", how exactly deseq2 control the effect of Strain in order to test the Time ? It's not clear for me .. ...
written 19 months ago by
darbinator • 230
1
vote
2
answers
949
views
2
answers
Answer:
A: Problem to run checkm.
... According ti the READme:
> By default, CheckM assumes genomes consist of contigs/scaffolds in
> nucleotide space and that the files to process end with the extension
> fna.
>
> Example Usage
>
> Assume you have putative genomes in the directory /home/donovan/bins
> with fa ...
written 19 months ago by
darbinator • 230
0
votes
1
answer
1.8k
views
1
answers
Comment:
C: Adding p-value to box plot
... How is your datatable ?
I used this some weeks ago:
ggplot(mean_expressed, aes(x = mean_expressed$variable, y = mean_expressed$value)) +
geom_boxplot(outlier.colour='black') + stat_compare_means(aes(group = mean_expressed$variable)
`mean_expressed$variable` is a qualitative variable th ...
written 19 months ago by
darbinator • 230
• updated
19 months ago by
_r_am ♦ 32k
0
votes
1
answer
450
views
1
answers
Answer:
A: normalization with RPKM
... DESeq2's (R package) normalisation method seem's to be better than RPKM/FPKM/TPM method for gene count comparisons between samples (source https://hbctraining.github.io/DGE_workshop/lessons/02_DGE_count_normalization.html)
The package take featurecounts table as input and then you canretrieve norma ...
written 19 months ago by
darbinator • 230
0
votes
2
answers
895
views
2
answers
Comment:
C: Analysis rMATS of RNA Seq data
... For the 2 groups, rMATS calculate the IncLevel which is approximately the number of reads that support the inclusion of an event on the number of reads that support the exclusion of the event.
Finally the IncLevelDifference it just the difference between the two IncLevel , calculated by:
IncLevelD ...
written 19 months ago by
darbinator • 230
1
vote
2
answers
3.5k
views
2
answers
... I refer you to the post that I created on the google group linked to the STAR tool, I had the same question as you about the commands related to the 2 pass-mode and the author of STAR answered me:
https://groups.google.com/forum/#!msg/rna-star/4dhcEGFMiK0/XoMh6rB7CwAJ ...
written 19 months ago by
darbinator • 230
Latest awards to darbinator
Popular Question
9 months ago,
created a question with more than 1,000 views.
For How to do gene functional annotation ?
Popular Question
11 months ago,
created a question with more than 1,000 views.
For How to do gene functional annotation ?
Popular Question
16 months ago,
created a question with more than 1,000 views.
For How to do gene functional annotation ?
Teacher
20 months ago,
created an answer with at least 3 up-votes.
For A: Arabidopsis thaliana transcriptome annotation
Scholar
20 months ago,
created an answer that has been accepted.
For A: Arabidopsis thaliana transcriptome annotation
Teacher
20 months ago,
created an answer with at least 3 up-votes.
For A: Arabidopsis thaliana transcriptome annotation
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 1644 users visited in the last hour