User: KVC_bioinfo
KVC_bioinfo • 350
- Reputation:
- 350
- Status:
- Trusted
- Location:
- Boston
- Last seen:
- 1 week, 6 days ago
- Joined:
- 1 year, 5 months ago
- Email:
- k**************@gmail.com
Posts by KVC_bioinfo
<prev
• 273 results •
page 1 of 28 •
next >
0
votes
0
answers
56
views
0
answers
... Hello all,
specie=c(rep("sorgho" , 3) , rep("poacee" , 3) , rep("banana" , 3) , rep("triticum" , 3) )
condition=rep(c("normal" , "stress" , "Nitrogen") , 4)
value=abs(rnorm(12 , 0 , 15))
data=data.frame(specie,condition,value)
ggplot(data, aes(fill=condition, y=value, x=specie)) ...
written 14 days ago by
KVC_bioinfo • 350
0
votes
1
answer
662
views
1
answers
... Thanks! I have looked them. However, I could not find how it works with low expressed genes. ...
written 11 months ago by
KVC_bioinfo • 350
2
votes
1
answer
662
views
1
answer
... Hello All,
I have used Bioconductor ‘preprocessCore’ fro quantile normalization. I am trying t understand how does it work with low expressed or zero count genes. Is someone aware of that?
TIA ...
written 11 months ago by
KVC_bioinfo • 350
• updated
11 months ago by
Paolo • 220
0
votes
0
answers
624
views
0
answers
Comment:
C: Error while using EdgeR
... I do not have NA. I used quantile normalization using Bioconductor. ...
written 11 months ago by
KVC_bioinfo • 350
0
votes
0
answers
624
views
0
answers
Comment:
C: Error while using EdgeR
... edgeR.DGElist <- DGEList(counts = raw.data.m , group = sample_info.edger )
causes error.
raw.data.m was a typo sorry about that ...
written 11 months ago by
KVC_bioinfo • 350
0
votes
0
answers
624
views
0
answers
... Hello All,
I am trying to do differential expression using voom package. I constantly get the following error:
> Error in .isAllZero(counts) : count matrix must be integer or
> double-precision
Below is the code I am trying:
library(limma)
library(preprocessCore)
li ...
written 11 months ago by
KVC_bioinfo • 350
5
votes
1
answer
463
views
1
answer
... Hello All,
I want to extract the longest read from a fastq file. I am not aware of any way to do it. Could someone help me here?
TIA ...
written 11 months ago by
KVC_bioinfo • 350
• updated
11 months ago by
Pierre Lindenbaum ♦ 116k
2
votes
1
answer
6.6k
views
5 follow
1
answer
... Hello all,
ggplot(dataset, aes( x = Norm, fill = Condition, y=log2(measure))) + geom_boxplot() +
scale_fill_manual(values=c("brown1","darkolivegreen4","burlywood3")) + theme_classic() +
labs(title="Comparison",x="Norm", y = "counts") +
scale_fill_continuous(labels ...
written 11 months ago by
KVC_bioinfo • 350
• updated
10 months ago by
Kevin Blighe ♦ 37k
0
votes
0
answers
421
views
0
answers
... okay. thank you ill submit an issue there. ...
written 11 months ago by
KVC_bioinfo • 350
1
vote
0
answers
421
views
0
answers
... Hello all,
I am trying to use porechop for adaptor trimming on nanopore reads. I constantly get the following error:
Error: input_reads.fastq could not be parsed - is it formatted correctly?
I double checked the file. It is fine.
I am using the following command:
porechop -i input_reads. ...
written 11 months ago by
KVC_bioinfo • 350
Latest awards to KVC_bioinfo
Great Question
4 months ago,
created a question with more than 5,000 views.
For Changing the legend names: R
Popular Question
4 months ago,
created a question with more than 1,000 views.
For Quartile Normalization in R : RNA-seq
Popular Question
4 months ago,
created a question with more than 1,000 views.
For Error while installing RSeQC
Popular Question
4 months ago,
created a question with more than 1,000 views.
For installing perl packages.
Popular Question
4 months ago,
created a question with more than 1,000 views.
For Which package to be used for RNA-seq normalization(Limma-voom)
Popular Question
4 months ago,
created a question with more than 1,000 views.
For how to make a .tbi file of .gtf.gz?
Popular Question
4 months ago,
created a question with more than 1,000 views.
For Genome and Transcriptome as a reference
Popular Question
4 months ago,
created a question with more than 1,000 views.
For Extracting randomly subset of fastq reads from a huge file
Popular Question
4 months ago,
created a question with more than 1,000 views.
For Adapters fro nano pore sequence
Popular Question
4 months ago,
created a question with more than 1,000 views.
For Extract reads from fasta file (specific read_names)and make a new fasta file
Popular Question
4 months ago,
created a question with more than 1,000 views.
For Downloading annotation file for human transcriptome
Popular Question
4 months ago,
created a question with more than 1,000 views.
For Human transcriptome download
Popular Question
4 months ago,
created a question with more than 1,000 views.
For Quantile Normalization in R
Popular Question
4 months ago,
created a question with more than 1,000 views.
For Viral integration with RNA-seq data
Popular Question
4 months ago,
created a question with more than 1,000 views.
For Changing the legend names: R
Popular Question
6 months ago,
created a question with more than 1,000 views.
For Quartile Normalization in R : RNA-seq
Popular Question
6 months ago,
created a question with more than 1,000 views.
For Calculate length of sequences from fasta file
Popular Question
6 months ago,
created a question with more than 1,000 views.
For Human transcriptome download
Popular Question
6 months ago,
created a question with more than 1,000 views.
For Extracting randomly subset of fastq reads from a huge file
Popular Question
6 months ago,
created a question with more than 1,000 views.
For Post alignment QC of RNA-seq data
Popular Question
7 months ago,
created a question with more than 1,000 views.
For Post alignment QC of RNA-seq data
Popular Question
8 months ago,
created a question with more than 1,000 views.
For Quantile Normalization in R
Popular Question
8 months ago,
created a question with more than 1,000 views.
For Extracting randomly subset of fastq reads from a huge file
Popular Question
9 months ago,
created a question with more than 1,000 views.
For Extracting randomly subset of fastq reads from a huge file
Popular Question
9 months ago,
created a question with more than 1,000 views.
For Extracting randomly subset of fastq reads from a huge file
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 1750 users visited in the last hour