User: Kirill
Kirill • 300
- Reputation:
- 300
- Status:
- Trusted
- Location:
- Australia
- Twitter:
- kizza_a
- Last seen:
- 10 months ago
- Joined:
- 5 years, 9 months ago
- Email:
- k**************@monash.edu
Posts by Kirill
<prev
• 51 results •
page 1 of 6 •
next >
0
votes
1
answer
1.3k
views
1
answers
Comment:
C: mm9 RNA-seq reference genome
... ```
wget ftp://ftp.ensembl.org/pub/release-67/fasta/mus_musculus/dna/Mus_musculus.NCBIM37.67.dna_rm.toplevel.fa.gz
``` ...
written 2.3 years ago by
Kirill • 300
1
vote
0
answers
2.0k
views
0
answers
... have a look at [varistran](https://github.com/MonashBioinformaticsPlatform/varistran) R package, specifically at
```
y <- varistran::vst(counts, design=design)
varistran::plot_heatmap(y, n=50)
``` ...
written 2.3 years ago by
Kirill • 300
2
votes
0
answers
1.2k
views
0
answers
... edgeR uses replicates to estimates variability in your data. Your sources of variability are technical (usually small) and biological (usually much bigger). And what @WouterDeCoster is saying your estimate of variability will change by removing replicates, thereby altering downstream analysis. ...
written 2.3 years ago by
Kirill • 300
0
votes
2
answers
11k
views
2
answers
... @gajkun I pretty much stopped (never really got to use) samtools mpile up. Mainly because it was slow and I found another (easier in my view) solution. Evgeniia (below) gave very good anwser on how to use samtools mpileup with bcftools. I don't do a lot of varinat calling, but when I do I mostly use ...
written 3.8 years ago by
Kirill • 300
0
votes
3
answers
5.9k
views
3
answers
... Yes, this is exactly what I thought afterwards :) I did think I should count read towards both isoforms, but didn't know how to proceed from that.. I'll have look at Salmon sounds interesting. ...
0
votes
3
answers
5.9k
views
3
answers
... In featureCounts you can select "the range" to check against. For example you can set "the range" to be transcript coordinates. You can then you group by option to bin your reads into transcripts. You'd need to use `-t transcript` and `-g transcript_id`. I think (not too sure) you will also need to ...
3
votes
2
answers
8.7k
views
2
answers
... Hey NicoBxl,
I'm also doing per exon counts using featureCounts. This is the command I ran
featureCounts -T 14 -a my_gtf_file.gft -o my_output.txt -p -s 2 -g exon_id my_bam_file.bam
featureCounts v1.4.6-p2
And it worked for me.. (at least I think it did) I then manually collapsed all exon ...
0
votes
0
answers
1.1k
views
0
answers
... I know this isn't answering your question directly, but you can just supply your fastq files to the aligner, most aligners can merge them for you. I know that STAR does that for sure.
...
written 5.2 years ago by
Kirill • 300
2
votes
2
answers
2.8k
views
2
answers
Comment:
C: txt file to bigwig
... to me wiggle file wouldn't be a good options, from what I understand wiggle file is good for representing something at a given genomic position, although position can span multiple bases.. I'm pretty sure you'll be better off investigating bed format and trying to convert your text file into bed, wh ...
0
votes
1
answer
4.1k
views
1
answers
... Hi there,
Just put them all in one fasta file. Here is note from the docs
> fastaWithAdaptersEtc: specifies the path to a fasta file containing all the adapters, PCR sequences etc. The naming of the various sequences within this file determines how they are used. See the section below or use on ...
Latest awards to Kirill
Appreciated
16 months ago,
created a post with more than 5 votes.
For A: Gff to fasta: Sort and extract sub-feature sequences from fasta in python
Great Question
3.2 years ago,
created a question with more than 5,000 views.
For SAMtools mpileup and bcftools doesn't call InDels...
Teacher
3.2 years ago,
created an answer with at least 3 up-votes.
For A: Samtools mpileup quality scores all zero
Appreciated
3.8 years ago,
created a post with more than 5 votes.
For SAMtools mpileup and bcftools doesn't call InDels...
Popular Question
3.8 years ago,
created a question with more than 1,000 views.
For GFFutils very slow at creating database file. Any Idea why..?
Student
4.3 years ago,
asked a question with at least 3 up-votes.
For SAMtools mpileup and bcftools doesn't call InDels...
Popular Question
4.7 years ago,
created a question with more than 1,000 views.
For SAMtools mpileup and bcftools doesn't call InDels...
Popular Question
4.9 years ago,
created a question with more than 1,000 views.
For SAMtools mpileup and bcftools doesn't call InDels...
Teacher
5.3 years ago,
created an answer with at least 3 up-votes.
For A: Samtools mpileup quality scores all zero
Scholar
5.6 years ago,
created an answer that has been accepted.
For A: Gff to fasta: Sort and extract sub-feature sequences from fasta in python
Teacher
5.6 years ago,
created an answer with at least 3 up-votes.
For A: Samtools mpileup quality scores all zero
Scholar
5.6 years ago,
created an answer that has been accepted.
For A: Gff to fasta: Sort and extract sub-feature sequences from fasta in python
Scholar
5.7 years ago,
created an answer that has been accepted.
For A: Gff to fasta: Sort and extract sub-feature sequences from fasta in python
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 963 users visited in the last hour