I used the below codes to construct a volcano plot in RStudio, I don't know how can I change the color of my specific gene and add its gene symbol in the plot?
logp=-log10(results$adj.P.Val)
results$logp=logp
plot(x=results$logFC,y=results$logp)
you can select the genes that you want to show into a new data.frame,then add the text into the plot
such as:
results.sig=results[which(results$logp
Hi, have a look at this
https://biocorecrg.github.io/CRG_RIntroduction/volcano-plots.html
see this:
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjR14zGxIfsAhWNZxUIHYdpCrQQFjAAegQIDBAB&url=https%3A%2F%2Fwww.biostars.org%2Fp%2F337778%2F&usg=AOvVaw05SgxbvyXgbw8zWtGano08
Ke Liu Dilraj Kaur Mohammad Asghari Thanks for all precious answers
I did a welding simulation using ANSYS MECHANICAL APDL. The solution was done, but I encountered this error in the output file (Data file file.db does not exist for RESUME). On the other hand, I...
11 July 2024 4,480 0 View
Hello everyone, Our lab is currently looking to purchase user-friendly remote sensing software, particularly for individuals without a background in remote sensing or coding. Ideally, we are...
05 June 2024 2,940 6 View
by which acid can we replace sulfamic acid to eliminate nitrite in a soil extract to determine the nitrate content by the DEVARDA method
26 May 2024 5,822 1 View
Could you provide me with the ISO protocol for measuring nitrites and nitrates in soil?"
25 May 2024 252 0 View
Can I apply the nitrate dosage method in water to the soil extract with KCl?
25 May 2024 8,169 4 View
Hello All i want to design a reconfigurable antenna for which i have to use PIN diode as a switch. anyone help me how to add PIN diode in CST i mean in schematic ?? Thank you
04 March 2024 8,098 1 View
I have a new article and I want to publish it in your journal , how can I do this? I have defended my dissertation recently and taken a short article from it
14 February 2024 673 3 View
Greetings, Please how can i plot Cross or CO polarization on both hfss and cst Thank you
15 October 2023 4,393 2 View
Hi everyone. we are doing IF for checking the translocation of a protein between cytoplasm and nucleus in SY5 cells , and I need a marker better than NeuN to visualize the whole cell and make it...
07 August 2023 9,942 4 View
Hi everyone What is the protocol for an acid protease test, excluding the use of hemoglobin? I am seeking cost-effective testing protocols. #acid protease #protocol
29 July 2023 4,145 3 View
I have environmental data from an offshore to onshore transect. I would ideally like for the figure to have depth (yaxis), longitude (xaxis), environmental parameter (zaxis), and bathymetry. I...
30 July 2024 535 1 View
Hi all, I am trying to harmonise taxonomic information in a dataset from a biodiversity study. So far I've tried several functions within the taxize package in RStudio. I was referring to...
27 March 2024 10,032 2 View
Hello, I am encountering a lot of errors in order to import, preprocess and normalize(RMA) GEO microarray expression by array Dataset. Please suggest helpful resources to seamlessly conduct DEG...
02 March 2024 3,704 1 View
I am doing a conditional logistic regression in RStudio using the clogit()-function from the survival-package. I want to assess linearity on the log-odds scale and I prefer not to use Box-Tidwell...
25 February 2024 9,671 3 View
I want to combine WoS and Scopus bibtext files and to delete dublicates. However, I can't add the files to RStudio. I watched many videos on Youtube about that. They give some codes but these...
22 February 2024 4,655 0 View
I'm working on two proteins (A and B) that are highly expressed in a disease. When the level of A increases in the blood, the level of B also increases (n= 100). Is it possible to show a...
29 January 2024 9,724 3 View
Dear all: I would like to perform a post hoc test with R for two independent variables, as well as their interaction. Have someone did it before? I would appreciate any advice. Thanks beforehand
29 January 2024 3,736 6 View
how can I change cluster names from (1,2,3) to (x,y,z)?
18 January 2024 9,932 3 View
I'm not getting any solutions for DE analysis on R and also can't figure out which dataset should be used for this type of analysis. looking for some help !!
31 December 2023 9,002 1 View
I analyzed long-term rainfall data using ITA (Integrated Trend Analysis) in RStudio. The analysis provided me with several parameters including the slope of ITA, standard deviation, correlation,...
22 December 2023 9,902 2 View