User: kousi31
kousi31 • 30
- Reputation:
- 30
- Status:
- New User
- Location:
- Last seen:
- 7 months ago
- Joined:
- 2 years, 2 months ago
- Email:
- d********@gmail.com
Posts by kousi31
<prev
• 73 results •
page 1 of 8 •
next >
0
votes
1
answer
178
views
1
answers
... How to add median values to the plot..?
Should I create a new object to use in geom_text?..
I found this example but could not replicate it.
dataMedian <- summarise(group_by(dataInput, key), MD = median(value))
ggplot(dataInput, aes(key, value)) +
geom_boxplot() +
geom_ ...
written 7 months ago by
kousi31 • 30
0
votes
1
answer
178
views
1
answers
... Thank you very much. I will try this ...
written 7 months ago by
kousi31 • 30
0
votes
1
answer
178
views
1
answer
... I wish to visualize the differences in expression between "gene types" (LncRNAs and mRNAs) through box plot.
I prepared the dataset with normalised read counts for differentially expressed genes as
Gene control1 control2 treatment1 treatment2 treatment3 treatment4 type. Where type specifies the Lncr ...
written 7 months ago by
kousi31 • 30
• updated
7 months ago by
Nicolas Rosewick ♦ 9.3k
0
votes
0
answers
2.4k
views
0
answers
... I prepared a chromosome file (c_plot) as
NC_037545.1 1 202105980
NC_037546.1 1 188952477
NC_037547.1 1 175630833
Annotation file (de_lncrna.annotation) as:
LOC112581744 NC_037545.1 6566415 6567888
LOC112582356 NC_037545.1 8234378 823 ...
written 7 months ago by
kousi31 • 30
0
votes
0
answers
530
views
0
answers
... The software takes the file directly from the working directory.
If I use data.frame to import the data, it is not recognizing the object.
> setwd("~/lr/chromomap/")
> library(chromoMap)
> chromoMap("chromosome_file.txt","de_lncrna.annotation")
*************************** ...
written 7 months ago by
kousi31 • 30
0
votes
0
answers
530
views
0
answers
... I am trying to plot the distribution of genes on chromosome using `chromoMap`.
I prepared a chromosome_file. txt as per [manual][1]
NC_037545.1 1 202105980
NC_037546.1 1 188952477
NC_037547.1 1 175630833
and Annotation_file.txt as
LOC112581744 ...
written 7 months ago by
kousi31 • 30
0
votes
1
answer
248
views
1
answer
... Hi all,
I used `RNAfold` to extract MFE of few long non-codings RNAs and used `relplot.pl` to visualize the secondary structure. However, I am interested in knowing the regions/locations in base pairs corresponding to the low entropy regions. Is there a way to extract it?
From [another biostar pos ...
0
votes
1
answer
277
views
1
answers
... Specifying `res <- results(dds, contrast=c("condition","B","A"))` worked.
Thank you. ...
written 7 months ago by
kousi31 • 30
2
votes
1
answer
277
views
1
answer
... I have two controls and four treatments.
I calculated gene-counts using htseq.
directory <- "~/d/new_de/gene_counts/"
sampleFiles <- c("P-1.deseqfile",
"P-2.deseqfile",
"P-3.deseqfile",
"P-4.deseqfile",
...
written 7 months ago by
kousi31 • 30
2
votes
1
answer
289
views
1
answer
... I am trying to obtain volcano plot for deseq2 results.
I tried Enhanced volcano plot package.
It was easy to follow, however I wish to obtain different colors for up and down regulated genes.
Custom over-ride example was easy to plot based on log2FC.
However it does not take pvalue cutoff into acco ...
written 7 months ago by
kousi31 • 30
• updated
7 months ago by
Kevin Blighe ♦ 71k
Latest awards to kousi31
Popular Question
12 months ago,
created a question with more than 1,000 views.
For Salmon installation error
Popular Question
17 months ago,
created a question with more than 1,000 views.
For SRA prefetch error
Scholar
19 months ago,
created an answer that has been accepted.
For C: stringtie2 error : ./samtools-0.1.18/bgzf.h:29:10: fatal error: zlib.h: No such
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 2011 users visited in the last hour