User: george.ry
george.ry • 1.1k
- Reputation:
- 1,120
- Status:
- Trusted
- Location:
- United Kingdom
- Last seen:
- 1 month, 1 week ago
- Joined:
- 7 years, 2 months ago
- Email:
- g********@gmail.com
Posts by george.ry
<prev
• 96 results •
page 1 of 10 •
next >
5
votes
3
answers
2.3k
views
3
answers
... There's a variety of things at play here, but a few main things. Others can probably add some extra considerations.
- Phased gene expression. RNA is not produced constantly and in an even manner. If I remember correctly, the idea of scRNAseq comes from studies of transcriptional regulation, rath ...
written 3.3 years ago by
george.ry • 1.1k
0
votes
2
answers
1.0k
views
2
answers
... Get [datamash][1] ... it's invaluable!
`sort -k1,1 < inputfile | datamash -g1 collapse 2 > groups`
[1]: https://www.gnu.org/software/datamash/ ...
written 3.3 years ago by
george.ry • 1.1k
1
vote
0
answers
2.2k
views
0
answers
... For how many leaf nodes then, outside of this example dataset? ...
written 3.3 years ago by
george.ry • 1.1k
3
votes
3
answers
9.8k
views
3
answers
... You can also have a look at [UGENE][1] as an alternative to Geneious.
[1]: http://ugene.net/ ...
written 3.3 years ago by
george.ry • 1.1k
1
vote
0
answers
2.2k
views
0
answers
... Before you get too involved you need to make sure what you're planning is practical, as you get a lot of bifurcating trees from surprisingly few leaf nodes (and if it's bifurcating + others then it's even worse). If your plan is to do some compute for goodness of fit etc on all of these, then you m ...
written 3.3 years ago by
george.ry • 1.1k
1
vote
1
answer
879
views
1
answers
... from collections import defaultdict as dd
from Bio import SeqIO
import numpy as np
shuffles = dd(list)
for record in SeqIO.parse(open('firstperm.fasta'), 'fasta'):
id = record.id.split('_')[0]
shuffles[id].append(len(record))
for k, v in shuffles.items( ...
written 3.3 years ago by
george.ry • 1.1k
0
votes
2
answers
2.9k
views
2
answers
... This is technically an issue with a malformed GTF due to the GFF-->GTF conversion, rather than with the script per se - the GTF format is defined [here][1], and should always include `gene_id` and `transcript_id` (it should also end each line with a ';' character).
It'll be simplest to just repl ...
written 3.3 years ago by
george.ry • 1.1k
0
votes
2
answers
938
views
2
answers
Comment:
C: Print line based on partial match
... It definitely will work, but you have to put `^` in front of the 5 letter sequences in `File1` ...
^ATGCC
^TTGCA
^GGAAC
If you don't want to use grep then any program that will separate based on user-defined barcodes - flexbar / etc - will do this for you. ...
written 3.4 years ago by
george.ry • 1.1k
0
votes
1
answer
1.4k
views
1
answers
... If you're not looking to call the variants as Medhat says, then [bam-readcount][1] will do this.
[1]: https://github.com/genome/bam-readcount ...
written 3.4 years ago by
george.ry • 1.1k
1
vote
4
answers
6.6k
views
4
answers
... This isn't your problem I don't think ... the package isn't handling it's own imports properly. You probably just need to change `from . import get_version` to `from GFFUtils import get_version`.
The program isn't doing anything particularly exciting anyway, though, so you could also just do it in ...
written 4.0 years ago by
george.ry • 1.1k
Latest awards to george.ry
Good Answer
17 months ago,
created an answer that was upvoted at least 5 times.
For C: Do bioinformaticians often break molecular biologists' hearts by being the first
Teacher
17 months ago,
created an answer with at least 3 up-votes.
For C: Install bam-readcount with no sudo
Commentator
24 months ago,
created a comment with at least 3 up-votes.
For C: Minia bug: max rehashes reached: 65536000 (notify a developer)
Teacher
2.2 years ago,
created an answer with at least 3 up-votes.
For C: Install bam-readcount with no sudo
Teacher
2.4 years ago,
created an answer with at least 3 up-votes.
For C: Install bam-readcount with no sudo
Appreciated
2.8 years ago,
created a post with more than 5 votes.
For A: Help for changing fasta seq ID
Guru
3.3 years ago,
received more than 100 upvotes.
Scholar
3.3 years ago,
created an answer that has been accepted.
For A: Script for extracting atomic position of nucleotide base
Scholar
3.3 years ago,
created an answer that has been accepted.
For A: Script for extracting atomic position of nucleotide base
Teacher
3.6 years ago,
created an answer with at least 3 up-votes.
For C: Install bam-readcount with no sudo
Scholar
4.1 years ago,
created an answer that has been accepted.
For A: Script for extracting atomic position of nucleotide base
Scholar
4.1 years ago,
created an answer that has been accepted.
For A: Script for extracting atomic position of nucleotide base
Teacher
4.2 years ago,
created an answer with at least 3 up-votes.
For C: Install bam-readcount with no sudo
Commentator
4.3 years ago,
created a comment with at least 3 up-votes.
For C: Minia bug: max rehashes reached: 65536000 (notify a developer)
Commentator
4.7 years ago,
created a comment with at least 3 up-votes.
For C: Minia bug: max rehashes reached: 65536000 (notify a developer)
Scholar
4.9 years ago,
created an answer that has been accepted.
For A: Script for extracting atomic position of nucleotide base
Pundit
5.2 years ago,
created a comment with more than 10 votes.
For C: Do bioinformaticians often break molecular biologists' hearts by being the first
Appreciated
5.2 years ago,
created a post with more than 5 votes.
For A: Help for changing fasta seq ID
Commentator
5.2 years ago,
created a comment with at least 3 up-votes.
For C: Minia bug: max rehashes reached: 65536000 (notify a developer)
Supporter
5.2 years ago,
voted at least 25 times.
Appreciated
5.2 years ago,
created a post with more than 5 votes.
For A: Help for changing fasta seq ID
Teacher
5.2 years ago,
created an answer with at least 3 up-votes.
For C: Install bam-readcount with no sudo
Scholar
5.6 years ago,
created an answer that has been accepted.
For A: Script for extracting atomic position of nucleotide base
Commentator
5.7 years ago,
created a comment with at least 3 up-votes.
For C: Minia bug: max rehashes reached: 65536000 (notify a developer)
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 2417 users visited in the last hour