No video

RNAseq analysis | Gene ontology (GO) in R

  Рет қаралды 56,257

Sanbomics

Sanbomics

Күн бұрын

GO is one of the most basic but important steps when analyzing bulk or single-cell transcriptomics output. It allows you to interpret the results and see which biological pathways or processes are enriched in your results. Here I do it in R with output from Deseq2, but only a list of gene symbols, entrez ids, or ensembl ids is required.
Notebook: github.com/mou...
0:00 Intro
0:43 Running enrichGO
3:25 Understanding output
4:10 Plotting output

Пікірлер: 126
@capita007
@capita007 2 жыл бұрын
Thank you for this straight to the point video! Besides explaining in an accessible way, it is very direct and informative!
@sanbomics
@sanbomics 2 жыл бұрын
No problem! Thank you for letting me know!
@user-td7sh6db6c
@user-td7sh6db6c 28 күн бұрын
Great, accessible video. Making my beginner to RNAseq path easier
@natureabioros8686
@natureabioros8686 4 ай бұрын
Best GO video out there lol. 5 minutes is record time.
@sanbomics
@sanbomics 4 ай бұрын
I don't mess around xD
@user-nw3zn8nw3t
@user-nw3zn8nw3t 7 ай бұрын
Thank you for your lesson. Honestly, I spent 3 days to get the result from gene list as a beginner. I did not know that the gene list (value) from my data frame should be converted into a vector form. Then the enrichGO recognized my gene list.
@sanbomics
@sanbomics 6 ай бұрын
Glad it helped!
@rahulramekar1373
@rahulramekar1373 Жыл бұрын
Thank you for the video; the part with gene symbols and mouse data really helped me, cheers for your good work
@sanbomics
@sanbomics Жыл бұрын
Glad it helped!
@philipkirianki1033
@philipkirianki1033 9 ай бұрын
How can one bacteria convert locus tags into Ensemble IDs?
@ahmedal-mammari9639
@ahmedal-mammari9639 2 жыл бұрын
plz we need more like this sample video
@sanbomics
@sanbomics 2 жыл бұрын
Hope to keep releasing at least one a week!
@sakibsarkerii514
@sakibsarkerii514 22 күн бұрын
Thank you so much. Could you please make a video about how to perform KEGG pathway analysis using clusterProfiler?
@user-cj1sh8qu5h
@user-cj1sh8qu5h 2 ай бұрын
I love this, thank you!
@anmolpardeshi3138
@anmolpardeshi3138 5 ай бұрын
Great video! this is helpful. in the comment at 3:45 you meant 366 of 402 ? (instead of 403) because when you printed the to be tested genes there were 402 out of the initial 1192 that crossed the significance threshold
@erinbiggar3344
@erinbiggar3344 Жыл бұрын
Hey! Thank you for the video. Question--> is it possible to remove the grid lines from the plot?
@ahmedal-mammari9639
@ahmedal-mammari9639 2 жыл бұрын
thank you so much
@sanbomics
@sanbomics 2 жыл бұрын
You're welcome!
@atlma2
@atlma2 Жыл бұрын
Hi, is there a location of the database/file in which you are using for this script? I'm trying to follow along but as a beginner is it difficult if I cannot view the file
@sanbomics
@sanbomics Жыл бұрын
If you want to start from the beginning I have a complete walkthrough through the process of RNAseq leading up to this point. Check out my RNAseq section
@Canadianwithacat
@Canadianwithacat 4 ай бұрын
thanks for the video! have you had any luck using fit
@1smorenoc
@1smorenoc 3 ай бұрын
use ggplot2 # p is plot p
@yijingwang7308
@yijingwang7308 2 жыл бұрын
Hi thank you for your video. But I have a question about the genes for test, normally the FC cutoff is 2, which means |log2FC | >= 1, right? Besides, not only |log2FC | >= 1 but also the padj should less than 0.05, right?
@sanbomics
@sanbomics 2 жыл бұрын
The cutoffs you chose are always arbitrary. But, abs(lfc2) >= 1 AND padj < 0.05 is pretty typical. Without looking at what I did again, I most likely filtered based on both lfc and padj. Maybe at different lines of code if you didn't see both.
@yijingwang7308
@yijingwang7308 Жыл бұрын
@@sanbomics Thank you so much for your reply!
@adria12vc
@adria12vc 9 ай бұрын
On my R version on MAC when i type the rownames it prints the row number that that sample corresponds, how can I choose the column that I want it to express???
@olgastepanova9336
@olgastepanova9336 Жыл бұрын
Very easy to follow, thank you! I was previously using ShinyGO and there was an option to supply a background list, is it possible to do it with enrichGO?
@sanbomics
@sanbomics Жыл бұрын
Yup! Check out the docs for the command. I forget the argument off the top of my head but there is one
@GabrielleWidjaja-te5pm
@GabrielleWidjaja-te5pm Жыл бұрын
Hi Sanbomics, I did two GO plots and my PI wants the two p adj keys to be the same scale/range. I have been searching how to achieve this, but no beans. Do you have any suggestions? Thank you for the informative video!
@sanbomics
@sanbomics Жыл бұрын
You could convert them to -log10 values which may make it easier to put on the same scale if they are far apart. Alternatively (harder) you can make your own color mapper that spans the whole range of values and color the bars based on that and make a legend bar. There might be an easier way I don't know. (I am much better at plotting in python than R).
@GabrielleWidjaja-te5pm
@GabrielleWidjaja-te5pm Жыл бұрын
@@sanbomicsI appreciate your swift response! That is a smart solution, thank you!
@ganeshmuthugangadhar
@ganeshmuthugangadhar 2 жыл бұрын
Really great video and thanks for sharing one :)
@sanbomics
@sanbomics 2 жыл бұрын
Thanks! No problem!
@miladsabzevary
@miladsabzevary 4 ай бұрын
Hi. In your command {[sigs$log2FoldChange>0.5,]}, you just find genes that have higher expression in A vs B. How is the command for both downregulated and upregulated in A?
@sanbomics
@sanbomics 4 ай бұрын
you can do the absolute value > 0.5
@fgeuna
@fgeuna Жыл бұрын
Thanks a lot for the inspiring video! What about the GO annotation of a plant genome's gene list (i.e. Triticum turgidum spp. durum) as for the "org" database? Is there a way to select a species-specific resource?
@sanbomics
@sanbomics Жыл бұрын
I've never worked with plants before. This method might not work. You can try checking out something like DAVID to see if they have resources for you species.
@user-xq6cr5ul8p
@user-xq6cr5ul8p 9 ай бұрын
Thank you very much for this! I am just wondering how did you determine the cutoff for baseMean? In this case it's 50, is this a commonly used threshold value?
@sanbomics
@sanbomics 9 ай бұрын
Good question. There isn't a definitive answer. A lot of people use arbitrary thresholds, but you can also base it on the variability of your dataset at lower values or use a filter based on the distribution of gene abundances.
@barbarainb
@barbarainb Жыл бұрын
Hi, I am using Jaculus jaculus and I cannot find the "org" database for them , but I can retrieve the GOs info from biomart in R, How can I adapt that data in order to make this graph that you so nicely explain here, or is there a jaculus jaculus org database that you know ? thank you so much
@sanbomics
@sanbomics Жыл бұрын
Aww I had to look up jaculus jaculus. Cute little ones. You may have to use a different tool for encirhment maybe like an EnrichR wrapper. Or you can use the DAVID web tool and save the output table and make a graph from it.
@barbarainb
@barbarainb Жыл бұрын
@@sanbomics thank you so much for your answer and for your awesome videos, they really make science come to life 🥰. And yeah jaculus are the cutest 😁 do you happen to have any tutorial on some of these steps ? Thank you so much, very grateful!
@sanbomics
@sanbomics Жыл бұрын
Thank you! 😊 I don't unfortunately, but It is a common enough question that I may make one in the future.
@hozhoz2
@hozhoz2 2 жыл бұрын
Thanks dude you're legit
@philipkirianki1033
@philipkirianki1033 9 ай бұрын
Thanks for the informative video. My Deseq output excel file (from a bacterium) has Locus tags instead of geneIDs. How can I convert locus tags into Ensemble IDs?
@maruthiram5523
@maruthiram5523 11 ай бұрын
what to do if we have ensembl gene id versions i.e. ENSG00000003436.16. how to change the key type so that we can go for further analysis?
@user-ej1lh5wl8f
@user-ej1lh5wl8f Жыл бұрын
Thank you for your video, should I drop NA value in DEseq2 result that I can conduct the GO analysis?
@sanbomics
@sanbomics Жыл бұрын
Yeah any NA values should be dropped since in GO enrichment you only include significant genes
@johnyijaq536
@johnyijaq536 11 ай бұрын
Thank you for the video. May I know which database I have to select if I want to analyze plant and bacterial genes?
@sanbomics
@sanbomics 11 ай бұрын
Sorry, never done it so I don't know the answer of the top of my head. Good luck!
@user-rn3vh1ff3m
@user-rn3vh1ff3m Жыл бұрын
Hi, cheers for the super informative video to save a bunch of grad students like me. Anyways, I have one question. It seems like that enrichGO doesn't work but in CC mode, which is not so useful like you mentioned in the video. It doesn't matter if I change the keyType or any options. Can you recommend the alternative function? Apparently gseGO and groupGO don't work in the same way.
@sanbomics
@sanbomics Жыл бұрын
Hi, sorry for the late reply. Were you able to figure it out?
@user-rn3vh1ff3m
@user-rn3vh1ff3m Жыл бұрын
@@sanbomics Nope unfortunately, not yet😅 Any ideas?
@danielasturm4836
@danielasturm4836 Жыл бұрын
Thanks for the helpful video! I'm super confused about the data base though since I'm working with the coccolithophore Coccolithus braarudii, for which we don't even have a genome. What should I do?
@sanbomics
@sanbomics Жыл бұрын
I don't have much experience working with human or non-model organisms. To do enrichment analysis you need annotated gene sets. I'm not sure if they exist for your organism or not. You could check if DAVID has anything : david.ncifcrf.gov/
@MaheshPaintings
@MaheshPaintings Жыл бұрын
Thanks a lot for this descriptive and informative content. Could you also please provide some contents on deconvolution of bulk RNASeq data?
@sanbomics
@sanbomics Жыл бұрын
Good idea, I can keep that in mind for the future!
@lst595991
@lst595991 2 жыл бұрын
Great video! I would like to know how to do such an analysis in a nonmodel organism
@sanbomics
@sanbomics 2 жыл бұрын
That is a great question. Basically all you need is a background list of genes, target lists of genes, (e.g., genes that belong to a GO term) and your enriched set of genes. You can do a hypergeometric enrichment analysis. I have a video that goes over this. But, you still need a list of target genes, and if it is not a well-characterized organism you may have to be creative in coming up with these lists.
@researcher7410
@researcher7410 Жыл бұрын
How can we perform GO enrichment analysis on genomic data and how to separate the gene list from a plethora of genomes????
@sanbomics
@sanbomics Жыл бұрын
Hi, I am sorry but I am not sure I understood the question. But, GO enrichment requires a gene list. Theoretically, whatever gives you a list of genes can also be used for GO analysis.
@jujajuja742
@jujajuja742 11 ай бұрын
Hello, I am trying to use enrichGO but I am running into an error, Expected input gene ID: ENSMUSG00000020191,ENSMUSG00000063281,ENSMUSG00000030898,ENSMUSG00000028294,ENSMUSG00000038651,ENSMUSG00000021822. My genes have the ensembl id so I do not know why it is giving me this error.
@sanbomics
@sanbomics 11 ай бұрын
hard to say without seeing the code. I'm guessing it is a small typo or mistake
@siddharthadas86
@siddharthadas86 Жыл бұрын
I was wondering should the gene list for enrichment be all the genes tested for or all the genes in the genome?
@sanbomics
@sanbomics Жыл бұрын
You mean the background gene list? This is a good question. It should be all the genes you detected in your analysis - not all the genes in the genome. I wish I had specified that clearly in the video.
@layakalita9018
@layakalita9018 Жыл бұрын
Thank you so much for this informative video. I am doing exactly the same thing as you did in this video. But I am unable to plot the barplot and dotplot. I have also tried with the enrichplot package but still it is not showing the plots. It shows the command as "Error in barplot.default(go_analysis) : 'height' must be a vector or a matrix" Can you please advice me on this issue?
@sanbomics
@sanbomics Жыл бұрын
I'm sorry, but it is very hard to troubleshoot without more information. I hope you were able to figure it ou!
@srivatsanparthasarathy1745
@srivatsanparthasarathy1745 Жыл бұрын
Thanks lot for this amazing video. I am trying to do the same analysis but with Genbank Accession numbers instead of Ensembl ID as keyType. Eventhough after applying Log2FC and p-adj filters, I only get 271 genes for enrichGO, when I use "ACCNUM" as keyType, R took over 30 minutes and threw an exception error and crashed. I use Mus musculus (Mm) database.
@sanbomics
@sanbomics Жыл бұрын
Hmm i've never tried accession. Maybe be try converting them to entrezid first and see if that fixes is?
@Jungjis
@Jungjis Жыл бұрын
Huge thanks for informative tutorial, and I have a question, I got DEGs from snRNA seq data with seurat, in my marker.csv doesn't has STAT column like your dataset. So what is stat column meaning and how can I calculate it?
@sanbomics
@sanbomics Жыл бұрын
Are you trying to do GSEA? For simple GO enrichment you don't need it. For GSEA you don't need that STAT column if you can use something else. Does the DE test you use provide any statistic? If not you can use the log fold change to rank them.
@Jungjis
@Jungjis Жыл бұрын
Exactly, I wanted to run GSEA and my DEG.csv has colums of gene symbol, log2FC, p-value, adj-pval, pct.1 and pct.2. It just cluster marker extracted from seurat. So I can run GSEA with my DEG.csv if I arrange the data with p-val or log2FC in descending manner?
@fuad1245
@fuad1245 Жыл бұрын
Hie, you used human database here which is available in bioconductor, but what if I have, for example, goldfish, which database is not in bioconductor, how will I proceed then? Pls let me know.thank you
@sanbomics
@sanbomics Жыл бұрын
Goldfish! That is awesome. I've never heard of someone do goldfish. Yeah, unfortunately you will need to build your own reference database. This is a common question and I go into it a little more depth in other responses if you want to look through. I may make a video doing this in the future
@sanjaisrao484
@sanjaisrao484 Жыл бұрын
Sir for this analysis can we take all DEGs (up and down regulated) or should take any one?
@sanbomics
@sanbomics Жыл бұрын
Thats a good question. Typically, you pick up OR down. But depending on your question there might be some instances you want to include both. Unless you know for sure I would pick the former.
@sanjaisrao484
@sanjaisrao484 Жыл бұрын
@@sanbomics thankss
@elifsukartal2840
@elifsukartal2840 Жыл бұрын
Hello, first of all thank you for the video and the effort. However I try to implicate it R gives object ('sigs' not found) error. I don't know how to resolve the issue and I am fairly new to the R.
@sanbomics
@sanbomics Жыл бұрын
sigs is a dataframe if have that only has the significant DE genes. You will need something like that but it doesnt have to be called sigs
@kitony
@kitony Жыл бұрын
Is it possible to create your own database with proteins/gene modes to use clusterprofiler?
@sanbomics
@sanbomics Жыл бұрын
Yup! Except I use the EnrichR wrapper when I do it. It might work with clusterprofiler too, but I haven't tried
@hyyyui
@hyyyui Жыл бұрын
Could you please upload the script? Thank you!!
@sanbomics
@sanbomics Жыл бұрын
Sure! Here it is: github.com/mousepixels/sanbomics_scripts/blob/main/GO_in_R.Rmd
@hebamohammed2517
@hebamohammed2517 Жыл бұрын
And if the genes for rhesus macaque which library we will install?
@sanbomics
@sanbomics Жыл бұрын
Try this: bioconductor.org/packages/release/data/annotation/html/org.Mmu.eg.db.html
@freezingtolerance7493
@freezingtolerance7493 Жыл бұрын
If I have "GO ID" as rownames, instead of ensembl ID,, can I do also go term analysis using enrichGO function?
@sanbomics
@sanbomics Жыл бұрын
GO ID for individual genes or pathways?
@freezingtolerance7493
@freezingtolerance7493 Жыл бұрын
@@sanbomics GO id for individual genes.. since my data is non-model species, I could not use org.hs database. So, I extracted the go id of each gene_id against interproscan. So, Now, I have deseq data and GO id corresponding to each gene. With only this information, Can I perform GO analysis as you do in video?
@Nisar_Ahmed_khan
@Nisar_Ahmed_khan 2 жыл бұрын
Hi, thanks for these amazing videos. I am unable to create the plot of this go_result. Is there any specific package which needs to be installed or something else?
@sanbomics
@sanbomics 2 жыл бұрын
Hi, what error are you getting?
@Nisar_Ahmed_khan
@Nisar_Ahmed_khan 2 жыл бұрын
@@sanbomics Hey thank you for asking. It worked by installing "enrichplot" package.
@layakalita9018
@layakalita9018 Жыл бұрын
Hey, I am also facing the same problem as u did earlier, i.e. I am unable to plot the go_result. I have also tried the package enrichplot, but it is showing some commands. Can you please help me on this?
@khanmohdsarim
@khanmohdsarim 2 жыл бұрын
Thanks for this nice video. Please inform the following: 1. What if database of a bacteria at .org....eg.db is removed by bioconductor. 2. How to input data if I have 8 treatment with 3 replicates, can I put all treatment simultaneously or in group of 2/3? 3. After deseq2 is GO/GSEA or what should be the step to complete the analysis? Please inform Thanks in advance
@sanbomics
@sanbomics 2 жыл бұрын
1) You can make a custom database although it will be a bit more involved. I am not familiar with bacterial work so I cant assist much more than that. 2) Do you mean for DE analysis? It depends on the questions you are trying to answer. You can only do pairwise comparisons, but if one group is one treatment and the other group is a combination of the other 7 treatments, is up to you. Usually people would do a pairwise comparison of all treatments, but 8 groups is a lot of comparisons. I would pick the comparisons that make biological sense. For example, you might want to just compare the treatments individually to the control for 8 total DE analysis. Its a hard question to answer without knowing more though. 3) Again, this is highly dependent on what you are trying to answer. But, GO/GSEA are almost always done after DE analysis and I would highly recommend doing that at the minimum. People usually like to see the top DE genes in something like a volcano plot or heatmap, even though IMO those don't add that much to the analysis that a csv of the output doesn't already tell you. If you are interested in how similar the treatments are you can do some sort of clustering (PCA/hierarchical/etc). if you have 24 samples you can theoretically do a co expression analysis. good luck!
@khanmohdsarim
@khanmohdsarim 2 жыл бұрын
@@sanbomics Thank you for a detailed description 1. I understand but in almost every information source people taking the example of humans, ratus, and Arabidopsis, I am unable to follow their instructions. Could you please elaborate on the custom database if possible? 2. Yes I have one control with 3 treatments in one condition and another control and 3 treatment in the second condition. (1+3 = condition 1) (1+3 = condition 2) 3. I am looking for how such treatments change the morphology of organisms and which genes are important for it. Thus was looking for advice on GSEA or pathway analysis?
@sanbomics
@sanbomics 2 жыл бұрын
Hi! Sorry for the delay, I don't get notified when people respond after I respond. 1) Several of the R GO packages allow you to input custom gene lists for for enrichment. Its gonna take a little trial and error on your part likely. 2) Im sorry, I am still a little confused about the layout 3) I think both are important. You should try both. GSEA is just a method to test gene set enrichment. Pathway analysis usually means the gene sets are specific to pathways, as opposed to gene ontology where the gene sets are more broad. You can use GSEA on both pathways or GO
@zeinabbahari
@zeinabbahari 3 ай бұрын
Hi.thanks for your good video.how can acsess to you dr. i need some emergenecy help in my data analysis.. please help me
@sanbomics
@sanbomics 2 ай бұрын
Hi, you can reach me through sanbomics.com
@carolinejuery437
@carolinejuery437 Жыл бұрын
Hi ! Thanks for this very clear video. I am working with a non model organisms that do not have the annotation file prepared as for human or mouth. Is there a package to do this ? Thanks in advance
@sanbomics
@sanbomics Жыл бұрын
Do you have a list of genes and categories you want to test enrichment for?
@carolinejuery437
@carolinejuery437 Жыл бұрын
@@sanbomics thanks for your answer, yes. I have the GO file for the genome and a set of differentially expressed genes
@sanbomics
@sanbomics Жыл бұрын
I've never had to do it, but I think you can with topGO: bioconductor.org/packages/release/bioc/html/topGO.html I've had this question multiple times, so I might figure it out and make a video down the line.
@carolinejuery437
@carolinejuery437 Жыл бұрын
@@sanbomics yes, thanks, I am trying to use TopGO! All the best
@Viralworldremix
@Viralworldremix Жыл бұрын
Very informative and helpful. Please suggest me how to prepare the database for nonmodel organizations. Can I use all the gene ID and corresponding GO number for this purpose. Thanks
@sanbomics
@sanbomics Жыл бұрын
Check out topGO: bioconductor.org/packages/release/bioc/html/topGO.html I haven't done it in a long time, but I remember it being straightforward
@Stop-and-listen
@Stop-and-listen Жыл бұрын
I am trying to reproduce your results, but I cannot find the file "count_table.csv" on your website.
@sanbomics
@sanbomics Жыл бұрын
try this: github.com/mousepixels/sanbomics_scripts/blob/main/count_table_for_deseq_example.csv
@veki2630
@veki2630 Жыл бұрын
How to do functional analysis for miRNA?
@sanbomics
@sanbomics Жыл бұрын
You need to find a database that has functional terms associated to miRNA. I am not sure which ones exist because I have not done much with miRNA. You can change the database that you use in the function from the default one
@claudiaferreira6325
@claudiaferreira6325 4 ай бұрын
And plant genomes?? Not Hs...or mouse...?
@sanbomics
@sanbomics 4 ай бұрын
Nobody cares about plants... JK. Not really familiar working with them.. but at the end of the dat the algorithm is the same you just have to find and use the right database
@sreehariap655
@sreehariap655 5 ай бұрын
@MM-fj7ym
@MM-fj7ym Жыл бұрын
Hi can you teach Gene Ontology Enrichment Analysis by GOhyperGALL function?
@sanbomics
@sanbomics Жыл бұрын
Hi, I've never used that function. But al GO enrichment is basically the same idea
@MM-fj7ym
@MM-fj7ym Жыл бұрын
@@sanbomics Thank, and I have a question I dont understand GO enrichment analysis vs GSEA. Could you explain this?
@excelobiageli9446
@excelobiageli9446 2 жыл бұрын
Can i use this DEGs to carry out gene co-expression analysis??
@sudeeris7294
@sudeeris7294 2 жыл бұрын
as far as i know you need to have enough number of samples to carry out co exp analysis
@sanbomics
@sanbomics 2 жыл бұрын
Hi. You co-expression analysis is different than just DE/GO. You need a large sample size for that in order to find correlations between gene expression. Usually the minimum is around ~20 samples. But that varies based on which model you are using. If you are using humans you need a lot more than if you are using cell culture from one cell line or if you are using genetically identical mice.
@excelobiageli9446
@excelobiageli9446 2 жыл бұрын
Oh, thank you. But what I really want to know is that do i have to use Differentially Expressed genes for co-expression analysis? Or i can just use whatever dataset and use it for the analysis without finding DEGs
@sanbomics
@sanbomics 2 жыл бұрын
You don't necessarily need to do DE analysis to do co-expression. Co-expression finds correlations between genes, irrespective of DE testing. However, DE analysis can help you focus in on specific co-expression pathways or genes that are different between conditions.
@excelobiageli9446
@excelobiageli9446 2 жыл бұрын
@@sanbomics thank you very much. And I love your videos. Please keep doing more🙏🏼
@zeinabbahari
@zeinabbahari 3 ай бұрын
my name is zeinab bahari . you can find me in research gat... i need help in rna seq data analysis
@sanbomics
@sanbomics 2 ай бұрын
If you need help you can check out sanbomics.com
@user-jz4bw1bj9g
@user-jz4bw1bj9g Жыл бұрын
Hi, thanks a lot for this video, it is very well explain and looks sooooo simple! However it is not working for me. First, to visualise the data frame, I cannot do just: as.data.frame(GO_results), but this: as.data.frame(GO_results@result) otherwise it gives me an empty df. Second, I cannot do the plot since I obtain this error message: > fit
@sanbomics
@sanbomics Жыл бұрын
Hmm, the video is starting to age. It is possible things changed a little in the packages. Were you able to figure it out?
@yavorjordanov7416
@yavorjordanov7416 3 ай бұрын
Regarding the second problem that you have, I generated the plots without creating a dataframe of the enrichGO output, before that I kept getting the same "height" error.
RNAseq volcano plot of differentially expressed genes
4:16
Sanbomics
Рет қаралды 28 М.
How to do gene ontology analysis in python
8:07
Sanbomics
Рет қаралды 15 М.
UNO!
00:18
БРУНО
Рет қаралды 4,4 МЛН
哈莉奎因以为小丑不爱她了#joker #cosplay #Harriet Quinn
00:22
佐助与鸣人
Рет қаралды 10 МЛН
Pathway enrichment analysis - simple explanation!
12:53
Biostatsquid
Рет қаралды 21 М.
How to write and interpret gene ontology (GO) in research articles ?
15:21
Dr. Asif's Mol. Biology
Рет қаралды 18 М.
Pathway enrichment analysis tutorial in R with clusterProfiler()
18:59
How to use DAVID for functional annotation of genes
12:55
Genomics Guru
Рет қаралды 75 М.
Make a simple heatmap of differentially expressed genes in R
8:58
GO terms
34:18
mike vandewege
Рет қаралды 7 М.
Can chatGPT do single-cell bioinformatic analysis?
17:51
Sanbomics
Рет қаралды 26 М.