User: AK
AK • 2.0k
- Reputation:
- 1,960
- Status:
- Trusted
- Location:
- Taipei
- Last seen:
- 2 days, 5 hours ago
- Joined:
- 4 years, 2 months ago
- Email:
- h******@gmail.com
Posts by AK
<prev
• 246 results •
page 1 of 25 •
next >
0
votes
1
answer
762
views
1
answers
... I've updated some points and suggestions for you. Have fun with Perl, but do take the suggestions from [https://www.biostars.org/u/24526/][1] into consideration... ;-)
[1]: https://www.biostars.org/u/24526/ ...
written 18 months ago by
AK • 2.0k
0
votes
1
answer
762
views
1
answers
... Hi [https://www.biostars.org/u/56775/][1],
Some points:
- Try always including `use strict;` and `use warnings;`
- You have to add `OUT` after `print` to really write things to `Alu_subfamlength3`
- If column 10 is the last column, you have to do `chomp($a)` before you split it
- In Perl, the ...
written 18 months ago by
AK • 2.0k
0
votes
0
answers
568
views
0
answers
Comment:
C: First script trimmomatic
... Hi [https://www.biostars.org/u/56768/][1],
I would suggest having a read of the book: "Bioinformatics Data Skills" by Vince Buffalo. At chapter 12: "Bioinformatics Shell Scripting, Writing Pipelines, and Parallelizing Tasks" you'll find very instructive information, especially in the section: "Proc ...
written 18 months ago by
AK • 2.0k
0
votes
3
answers
1.0k
views
3
answers
... Cool, glad it helps! ...
written 18 months ago by
AK • 2.0k
1
vote
1
answer
580
views
1
answers
... Can you try again by changing from `position, position+1` to `position-1, position` (in `bam.pileup`)?
It should work as within pysam coordinates are 0-based. ...
written 18 months ago by
AK • 2.0k
0
votes
1
answer
580
views
1
answers
... OK, it works in my case. Did you get any error, or just printing nothing? ...
written 18 months ago by
AK • 2.0k
0
votes
1
answer
580
views
1
answers
... Hi [https://www.biostars.org/u/54815/][1],
Try (updated):
```
vcf_reader = vcf.Reader(filename=input_vcf)
for record in vcf_reader:
position = record.POS
for pileupColumn in bam.pileup("chr22", position-1, position, stepper='samtools', min_base_quality=0, ignore_overlaps=False, ignore_orph ...
written 18 months ago by
AK • 2.0k
2
votes
1
answer
46
views
1
answers
... Hi [https://www.biostars.org/u/56613/][1],
Try:
```
for fa in *.fasta; do
fn=$(basename ${fa} .fasta)
sed "s/^>/>${fn}_/" ${fa} > reID_${fa}
done
```
[1]: https://www.biostars.org/u/56613/ ...
written 18 months ago by
AK • 2.0k
0
votes
1
answer
529
views
1
answers
... Can you show the problematic data as an example? :-( ...
written 18 months ago by
AK • 2.0k
0
votes
1
answer
529
views
1
answers
... Alright, `flank` + `range`. ;-)
```
> flank(range(grTarget), width = -21, start = TRUE)
GRanges object with 1 range and 0 metadata columns:
seqnames ranges strand
[1] chr12 25398324-25398344 *
-------
seqinfo: 1 sequence from an unspecified gen ...
written 18 months ago by
AK • 2.0k
Latest awards to AK
Commentator
9 months ago,
created a comment with at least 3 up-votes.
For C: Amino acid sequence from CDS information of gff file
Scholar
9 months ago,
created an answer that has been accepted.
For A: Uploading data files to Webin upload area under Linux
Scholar
17 months ago,
created an answer that has been accepted.
For A: Uploading data files to Webin upload area under Linux
Teacher
17 months ago,
created an answer with at least 3 up-votes.
For A: Uploading data files to Webin upload area under Linux
Teacher
18 months ago,
created an answer with at least 3 up-votes.
For A: Uploading data files to Webin upload area under Linux
Scholar
18 months ago,
created an answer that has been accepted.
For A: Uploading data files to Webin upload area under Linux
Scholar
18 months ago,
created an answer that has been accepted.
For A: Uploading data files to Webin upload area under Linux
Scholar
18 months ago,
created an answer that has been accepted.
For A: Uploading data files to Webin upload area under Linux
Teacher
18 months ago,
created an answer with at least 3 up-votes.
For A: Uploading data files to Webin upload area under Linux
Teacher
18 months ago,
created an answer with at least 3 up-votes.
For A: Uploading data files to Webin upload area under Linux
Scholar
18 months ago,
created an answer that has been accepted.
For A: Uploading data files to Webin upload area under Linux
Scholar
18 months ago,
created an answer that has been accepted.
For C: upSet R plot for variant calling
Teacher
19 months ago,
created an answer with at least 3 up-votes.
For A: Uploading data files to Webin upload area under Linux
Scholar
19 months ago,
created an answer that has been accepted.
For A: Uploading data files to Webin upload area under Linux
Scholar
19 months ago,
created an answer that has been accepted.
For C: upSet R plot for variant calling
Scholar
19 months ago,
created an answer that has been accepted.
For A: Uploading data files to Webin upload area under Linux
Teacher
19 months ago,
created an answer with at least 3 up-votes.
For A: Uploading data files to Webin upload area under Linux
Scholar
19 months ago,
created an answer that has been accepted.
For A: Uploading data files to Webin upload area under Linux
Scholar
19 months ago,
created an answer that has been accepted.
For A: Uploading data files to Webin upload area under Linux
Teacher
19 months ago,
created an answer with at least 3 up-votes.
For A: Uploading data files to Webin upload area under Linux
Guru
19 months ago,
received more than 100 upvotes.
Scholar
19 months ago,
created an answer that has been accepted.
For A: Uploading data files to Webin upload area under Linux
Teacher
19 months ago,
created an answer with at least 3 up-votes.
For A: Uploading data files to Webin upload area under Linux
Teacher
19 months ago,
created an answer with at least 3 up-votes.
For A: Uploading data files to Webin upload area under Linux
Scholar
19 months ago,
created an answer that has been accepted.
For A: Uploading data files to Webin upload area under Linux
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 1162 users visited in the last hour