Latest
Open
Jobs
Tutorials
Tags
About
FAQ
Community
Planet
New Post
Log In
New Post
Latest
Open
News
Jobs
Tutorials
Forum
Tags
Planet
Users
Log In
Sign Up
About
Limit : all time
all time
today
this week
this month
this year
0 results • Page
1 of 1
Sort: Rank
Rank
Views
Votes
Replies
Topic contains no posts.
No posts found.
0 results • Page
1 of 1
Recent Votes
Comment: Filtered reads from assembly and raw reads?
Comment: Multi-allelic sites in Identity-by-descent tract detection
A: How to find the mean inter-marker distance between SNPs from a vcf file?
Comment: resolving specific clusters from data (spectral clustering)
Answer: How to split a long protein sequence in small sequences with same header?
Answer: How to split a long protein sequence in small sequences with same header?
Answer: How to split a long protein sequence in small sequences with same header?
Recent Locations •
All
China,
just now
United States,
just now
United States,
1 minute ago
United States,
3 minutes ago
United States,
3 minutes ago
United Kingdom,
4 minutes ago
United Kingdom,
5 minutes ago
Recent Awards •
All
Scholar
to
Ivan
▴ 50
Popular Question
to
Vic
▴ 50
Popular Question
to
Chironex
▴ 30
Popular Question
to
Mainul
▴ 10
Popular Question
to
kofuji
▴ 10
Teacher
to
Devon Ryan
102k
Scholar
to
quentin54520
▴ 90
Recent Replies
Comment: How to split a long protein sequence in small sequences with same header?
by
cpad0112
21k
if fasta file is as simple as that, you can try following simple code: $ bioawk -c fastx '{print ">"$name; print substr($seq,1,length(…
Comment: Supplementary alignments in BAM-file
by
GenoMax
117k
Does this address > i want the whole read to be filtered out whenever it contains > supplementary alignments from the bamfile and not on…
Answer: Supplementary alignments in BAM-file
by
Pierre Lindenbaum
146k
add `-e '![SA]'` to your samtools view command ( http://www.htslib.org/doc/samtools.html#FILTER_EXPRESSIONS )
Comment: Minimum and maximum depth filert - vcftools
by
Pierre Lindenbaum
146k
vcftools is deprecated use `bcftools -i 'INFODP>1 && INFO/DP<1000'`
Comment: Filtered reads from assembly and raw reads?
by
GenoMax
117k
> can be used to get reads from a de-novo assembly if I have the raw > reads? If you have an assembly then the individual reads are no lon…
Answer: ESTIMATION OF LEVEL OF CYTOKINES FROM BULK RNAseq
by
Rafael Soler
▴ 430
Hello Leticia, I don't know much about Cybersort analysis, but you can check genes related to `cytokine activity` GO Term http://www.inf…
Comment: Supplementary alignments in BAM-file
by
mokbel73
• 0
![enter image description here][1] [1]: /media/images/d8927d0a-865b-44d3-82de-b277c7b6
Comment: resolving specific clusters from data (spectral clustering)
by
benformatics
★ 2.9k
I like your suggestions, I will try that. It's gene coverage at specific coordinates.
Comment: enhanced volcano label point
by
cpad0112
21k
How about this?: ggplot(data=dat, aes(x=x, y=y, color=label)) + geom_point(size=10)+ geom_point(data=dat[dat$label=="B",]…
Comment: resolving specific clusters from data (spectral clustering)
by
ATpoint
62k
What is x and y? What kind of data is that? Did you try a graph-based clustering based on these two dimensions? So building a KNN/SNN graph…
Comment: How to split a long protein sequence in small sequences with same header?
by
GenoMax
117k
Tagging: https://www.biostars.org/u/4664/ https://www.biostars.org/u/4664/ : It appears that `seqkit` is not working for this task. Can yo…
Comment: How to split a long protein sequence in small sequences with same header?
by
FelipeMSD
• 0
Thank you very much JC! Just used that and it worked very well :)
Answer: The nightmare of coordinate systems
by
tomas4482
▴ 170
https://tidyomics.com/blog/2018/12/09/2018-12-09-the-devil-0-and-1-coordinate-system-in-genomics/ https://genome-blog.soe.ucsc.edu/blog/20…
Answer: How to split a long protein sequence in small sequences with same header?
by
JC
13k
Perl code: #!/usr/bin/perl use strict; use warnings; my $word_size = 6; $/="\n>"; # read sequ…
Comment: How to split a long protein sequence in small sequences with same header?
by
FelipeMSD
• 0
To be honest, Joe, I also tried **seqkit split2 -l** in the past and, just as Hugo was saying, by using this we do not get the result we wa…
Traffic: 2322 users visited in the last hour
Content
Search
Users
Tags
Badges
Help
About
FAQ
Access
RSS
API
Stats
Use of this site constitutes acceptance of our
User Agreement and Privacy Policy
.
Powered by the
version 2.3.6