chatomics
chatomics
  • Видео 97
  • Просмотров 102 220
How to Convert Gene ID in Your Gene Expression Matrix REVEALED!
R script: github.com/crazyhottommy/compbio_tutorials/blob/main/scripts/11_change_rownames_ENSEMBL_to_symbol_RNAseq.Rmd
Learn how to convert gene IDs in your gene expression matrix with this revealing tutorial on RNAseq data analysis. Master the process effortlessly!
Просмотров: 226

Видео

Calculating Counts per Million (CPM) for RNAseq or ChIPseq data
Просмотров 13314 дней назад
script: github.com/crazyhottommy/compbio_tutorials/blob/main/scripts/R_tips_15_calculate_cpm.Rmd Learn how to calculate Counts per Million (CPM) for RNAseq and ChIP-seq data from scratch in this tutorial video. Master this essential step in data analysis now!
Genomic Interval Analysis Explained! 🧬 with bedtools and GenomicRanges in R
Просмотров 12021 день назад
blog post link: divingintogeneticsandgenomics.com/post/genomic-interval/ how to install bedtools with conda ruclips.net/video/UHnRjGcMp8M/видео.html In this video, I am going to show you how to use bedtools and GenomicRanges to do intersections of the two genomic interval sets. #bioinformaticsforbeginners #bioinformatics #computationalbiology #genomics #course #rstats #commandline btw, I said i...
Using Conda for Genomics Analysis
Просмотров 136Месяц назад
How to install conda on macOS ruclips.net/video/rbpzxBjAXn4/видео.html bedtools: bedtools.readthedocs.io/en/latest/index.html Learn how to use Conda to create a new environment and install Bedtools for genomics analysis in this step-by-step tutorial. Perfect for researchers and scientists!
Mastering Data Cleaning with Janitor: Pro Tips
Просмотров 125Месяц назад
Rmarkdown file: github.com/crazyhottommy/compbio_tutorials/blob/main/scripts/R_tips_14_janitor_clean_column_names.Rmd chatomics! Just wanted to share with you about a powerful tool called Janitor for cleaning up messy spreadsheets. It's super helpful for data cleanup and I walk through some cool functions like clean_names and tabyl. #bioinformatics #bioinformaticsforbeginners #rstats #excel #ed...
Discover DataPasta: Simplify Vector Copying in R
Просмотров 128Месяц назад
Discover DataPasta: Simplify Vector Copying in R
save vs saveRDS in R Explained
Просмотров 127Месяц назад
save vs saveRDS in R Explained
Protect Yourself: Bioinformatics' Biggest Error
Просмотров 3522 месяца назад
Protect Yourself: Bioinformatics' Biggest Error
Mastering conda installation on macOS
Просмотров 1182 месяца назад
Mastering conda installation on macOS
Quick setup: R and Rstudio on MacOS with M3 chip
Просмотров 4272 месяца назад
Quick setup: R and Rstudio on MacOS with M3 chip
How to Customize Mac Terminal for Bioinformatics
Просмотров 4222 месяца назад
How to Customize Mac Terminal for Bioinformatics
10 Must-Read Books for Bioinformatics Beginners
Просмотров 1,6 тыс.2 месяца назад
10 Must-Read Books for Bioinformatics Beginners
Seurat Object Explained: Beginner's Guide and Demo
Просмотров 8634 месяца назад
Seurat Object Explained: Beginner's Guide and Demo
Mastering Bioinformatics: R vs Python Comparison
Просмотров 5914 месяца назад
Mastering Bioinformatics: R vs Python Comparison
Demystifying SingleCellExperiment Object in R
Просмотров 3274 месяца назад
Demystifying SingleCellExperiment Object in R
Tips for Building a Strong Bioinformatics CV
Просмотров 2,2 тыс.5 месяцев назад
Tips for Building a Strong Bioinformatics CV
A super useful unix SCREEN Program to keep your session persistent
Просмотров 3405 месяцев назад
A super useful unix SCREEN Program to keep your session persistent
How to Organize a Computational Biology Project
Просмотров 9905 месяцев назад
How to Organize a Computational Biology Project
Three resources you need to know to learn single-cell RNAseq analysis
Просмотров 9375 месяцев назад
Three resources you need to know to learn single-cell RNAseq analysis
Efficiently Combine Multiple Spreadsheet Tabs into One
Просмотров 2325 месяцев назад
Efficiently Combine Multiple Spreadsheet Tabs into One
How to choose a bioinformatics tool to use
Просмотров 5386 месяцев назад
How to choose a bioinformatics tool to use
How to Merge Multiple gene counts Files in R Easily
Просмотров 4456 месяцев назад
How to Merge Multiple gene counts Files in R Easily
Master Unix Commands: Combine Gene Count Files
Просмотров 4136 месяцев назад
Master Unix Commands: Combine Gene Count Files
6 types of Genomics Paper Figures You Need to Master
Просмотров 1,7 тыс.6 месяцев назад
6 types of Genomics Paper Figures You Need to Master
From Salmon to DESeq2: RNAseq Data Analysis
Просмотров 1,1 тыс.7 месяцев назад
From Salmon to DESeq2: RNAseq Data Analysis
How to preprocess GEO bulk RNAseq fastq file with salmon
Просмотров 7657 месяцев назад
How to preprocess GEO bulk RNAseq fastq file with salmon
How to use Google Gemini multi-modal to write math formulas in Latex without writing in Latex.
Просмотров 5617 месяцев назад
How to use Google Gemini multi-modal to write math formulas in Latex without writing in Latex.
Discover How Polly from Elucidata Transforms Biomedical Data Analysis
Просмотров 4017 месяцев назад
Discover How Polly from Elucidata Transforms Biomedical Data Analysis
Unlocking Hidden Skills in Computational Biology
Просмотров 6238 месяцев назад
Unlocking Hidden Skills in Computational Biology
How to install Rstudio and understand the panes
Просмотров 1818 месяцев назад
How to install Rstudio and understand the panes

Комментарии

  • @jesusvaldeshernandez
    @jesusvaldeshernandez 5 дней назад

    Hello Tommy, nice video!. I have a question about downloading RNAseq fastq files from SRA Run Selector using fastq-dl. For example, considering Accession ID GSE116951 (LibraryLayout: PAIRED-end) and Run SRR7511281, how can I get the two fastq files (foward and reverese) from the sample SRR7511281?

    • @chatomics
      @chatomics 17 часов назад

      if you use fastq-dump instead, take a look at www.biostars.org/p/222122/

  • @tharaamohammad855
    @tharaamohammad855 5 дней назад

    Thank you for the tutorial!

    • @chatomics
      @chatomics 5 дней назад

      You are welcome!!

  • @Spartacus-4297
    @Spartacus-4297 8 дней назад

    Point one is the life of all computational scientists 😂😂 even more so in the case of general IT techs

    • @chatomics
      @chatomics 8 дней назад

      Haha google all the way!

    • @Spartacus-4297
      @Spartacus-4297 6 дней назад

      @@chatomics tis the lifeblood of fixing unknown errors.

  • @janeykumutha4338
    @janeykumutha4338 14 дней назад

    Thank you for valuable information. I am master graduated in zoology.i have no wet lab experience but i am interested in bioinformatics so that i am learning bioinformatics from scratch.this video gave me confidence.next 10year, i will become bioinformatics. scientist

  • @abigaellecoly2967
    @abigaellecoly2967 17 дней назад

    I saw your handle on twitter and followed immediately. I am on this journey, to learn computational biology, bioinformatics, Cheminformatics from scratch and pivot in my career. I have a background in medical compliance and drug safety. I also work in the wet lab early. I missed doing research and I love science, so this is a good way to go back to my roots while learning the new technologies. I downloaded your 6 steps guide! I am excited!

    • @chatomics
      @chatomics 17 дней назад

      Awesome!! Hope you can achieve your dreams

  • @nehahussain2471
    @nehahussain2471 26 дней назад

    Thank you very much! This was a very rich and personal podcast on RUclips! I have been having doubts and confusion to where to start bioinformatics and how to change from biotechnology to bioinformatics career. I think i have found the right channel for me!!❤

    • @chatomics
      @chatomics 26 дней назад

      Wonderful! Keep doing the good work and you will get there too!

  • @gautamsubedi9058
    @gautamsubedi9058 28 дней назад

    I have followed your videos along with videos from "Bioinformagician" since very long. I am an international graduate student of Bioinformatics in US(will be graduated in December 2024) with my undergraduate degree in health science. Could you please make video about how students like me should approach to find a job in bioinformatics, currently i am working as a data analytics intern at a pharmaceutical manufacturing. I have some academic research experience in single cell and multi omics and currently looking for internship in bioinformatics or full time position. Thank you in advance!

    • @chatomics
      @chatomics 27 дней назад

      Hey! Does this help? Tips for Building a Strong Bioinformatics CV ruclips.net/video/Iv_bD0qsmrM/видео.html thanks for your following

    • @gautamsubedi9058
      @gautamsubedi9058 22 дня назад

      @@chatomics Indeed it will help. Side by side it would be best to know how to approach for Ph.D in Bioinformatics. It would be the cherry on the cake.

  • @deeptimittal6547
    @deeptimittal6547 Месяц назад

    Can you please make a video to analyse data using Anaconda?

    • @chatomics
      @chatomics Месяц назад

      what specific analysis do you want to see?

  • @ykoy1577
    @ykoy1577 Месяц назад

    Thank you for another excellent and informative videos! I think the audio volume of your video is relatively lower than others

    • @chatomics
      @chatomics Месяц назад

      Thanks! I will need to use a headphone next time

  • @MohamedSalah-do8ty
    @MohamedSalah-do8ty Месяц назад

    The only one I would eat grilled dog with

  • @aftabnadim
    @aftabnadim Месяц назад

    The following commond is not executable "csvtk pretty -t GSE197576_raw_gene_counts_matrix.tsv.gz | less -S" When I tried to execute it in the terminal, it says "-bash: csvtk: command not found". Even after "pip install csvkit", I still recieve the same error message. Could you please guide me how to make it work?

    • @chatomics
      @chatomics Месяц назад

      you need to install it here github.com/shenwei356/csvtk

  • @SwifferSweeper23
    @SwifferSweeper23 Месяц назад

    Thank you so much!!

  • @yayciencia
    @yayciencia Месяц назад

    Thank you for this tutorial! Before, the only way I knew how to get the NCBI GEO metadata was to download the series matrix file but that formatting is awful.

  • @angelzheng9891
    @angelzheng9891 Месяц назад

    Hi Dr. Ming! I found this video super helpful, but I have one quick question. I am working with this dataset: www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE123139. After downloading RAW.tar, I can only txt.gz files; I do not see any anno.txt.gz. I am wondering if you have any suggestions on how I can create the seurat file. Do I need to find the metadata somewhere else? Thank you so much!!

  • @chrislee8408
    @chrislee8408 Месяц назад

    Thanks for this useful video! One question - I have, let's say 4 GSEA's to do for 4 DESeq2 results (4 different DESeq2 comparisons; 4 treatments compared to the same control), how can I visualize them "all together" in a dotplot or barplot to investigate the GO terms that they have in common/different? Thank you!

  • @jocelyntourtellotte93
    @jocelyntourtellotte93 Месяц назад

    "How easy is it to install?" This is SO true. I've not used tools that may have been great because installing them was nearly impossible. Then there's "does it actually work?" which is... not always true. I've contemplated including that in the "why" of methods sections... why did I choose this package? Because it's the most appropriate one I could get to run.

    • @chatomics
      @chatomics Месяц назад

      Exactly!! Easy to install is the first step

  • @ykoy1577
    @ykoy1577 Месяц назад

    "here" package is very useful! thank you

    • @chatomics
      @chatomics Месяц назад

      I use it for all my projects:)

  • @ykoy1577
    @ykoy1577 Месяц назад

    I can't believe I've only just found such an informative video! It's really helpful. Thank you so much for sharing your knowledge.

    • @chatomics
      @chatomics Месяц назад

      Glad that it is helpful!!

  • @krittiyabhornkongtanawanic4894
    @krittiyabhornkongtanawanic4894 2 месяца назад

    This is very helpful. Thanks, Tommy

    • @chatomics
      @chatomics 2 месяца назад

      You're very welcome!

  • @ykoy1577
    @ykoy1577 2 месяца назад

    thanks for great video

    • @chatomics
      @chatomics 2 месяца назад

      Glad you liked it!

  • @mariiasafonova5510
    @mariiasafonova5510 2 месяца назад

    Thx

  • @martin2801-z2w
    @martin2801-z2w 2 месяца назад

    Thanks, great resources.

    • @chatomics
      @chatomics 2 месяца назад

      You are welcome!!

  • @MarkovChains223
    @MarkovChains223 2 месяца назад

    If I understand correctly, you can basically use RFs to cluster data in a way that relates to an outcome variable? Like, if you wanted to group patients by demographic features, height, weight, etc. in such a way that group membership can reasonably accurately predict treatment outcomes, you could build an RF with the treatment outcome as the dependent variable, then use the proximity matrix to run a clustering algorithm? If so, thats SUUUUPER useful!!!

    • @chatomics
      @chatomics 2 месяца назад

      Yes! I learned it from Josh Starmer stat quest

  • @tmitra001
    @tmitra001 2 месяца назад

    Hi, brilliant video, can this same method be used to cluster a dataset with only categorical values?

  • @premchouhan8939
    @premchouhan8939 2 месяца назад

    Thanks Tommy, your channel is really helpfull. I have a question though. I have just got my neuroscience degree and want to get into bioinformatics, i dont want to do a masters, would doing online courses like python, statstics and projects be sufficient to land a job?

    • @chatomics
      @chatomics 2 месяца назад

      Yes, it is possible as long as you can demonstrate your skills. Make sure your GitHub profile looks good. Watch the other video on bioinformatics CV tips from me

  • @uzopeace1360
    @uzopeace1360 2 месяца назад

    Hi Tommy, Thanks for the great resources. Would you recommend books over online courses on Coursera and Udemy? What is your advice for someone lacking math skills who wants to go into bioinformatics? What are some of the must-have skills to land a job in bioinformatics? Thanks.

    • @chatomics
      @chatomics 2 месяца назад

      Books and courses both are good. The key is to go and finish a course and a book. Then use the knowledge you learned for a real project. Watch my other video on bioinformatics CV tips

  • @dcnishat5485
    @dcnishat5485 2 месяца назад

    Thank you Dr. Tommy! Amazing collection! Are there any books you would suggest related to Machine Learning for Omics or biology in general?

    • @chatomics
      @chatomics 2 месяца назад

      you may take a look at compgenomr.github.io/book/

  • @HafeezUrRehman-s2h
    @HafeezUrRehman-s2h 2 месяца назад

    Hello, the tutorial was very informative and i am really thankful for this wonderful video. I am little bit confused. please let me know if we have multiple samples like given in this video then (1) we will first create the seurat object for each sample and then we will merge all these seurat object into one big seurat object before going into quality control, normalization, clustering and UMAP (2) or no, we will first create a seurat object for each samples and then we will perform a quality control, normalization, clustering, and UMAP onto this seurat object. and we will perform the same process for all othe seurat object of other samples and at the end we will merge the seurat? which one is correct (1) or (2)? looking forward to hearing from you soon

  • @rohitaitou553
    @rohitaitou553 2 месяца назад

    Thanks Tommy ! Can you give some tips on how to manage self learning Those are complex topics for biologists and dense textbooks. Do you recommend following small chuncks schedule? Dedicating a month only for ‏‪it ? Etc

    • @chatomics
      @chatomics 2 месяца назад

      the best way to learn is to apply what you learned in a real-life project. Find one in your lab or at your job. Or you can reproduce figures from papers e.g. github.com/deanslee/FigureOneLab

    • @rohitaitou553
      @rohitaitou553 2 месяца назад

      @@chatomics appreciate your response

    • @uzopeace1360
      @uzopeace1360 2 месяца назад

      Hi Tommy, Thanks for the great resources. Would you recommend books over online courses on Coursera and Udemy? What is your advice for someone lacking math skills who wants to go into bioinformatics? What are some of the must-have skills to land a job in bioinformatics? Thanks.

    • @chatomics
      @chatomics Месяц назад

      @@uzopeace1360 my pleasure!

  • @pileve48
    @pileve48 2 месяца назад

    Thx for the great list of books, I will definitely get some of them. Do you maybe also have any recommendations for proteomics & metabolomics ?

    • @chatomics
      @chatomics 2 месяца назад

      I do not know any books, but see some resources for analyzing proteomics data x.com/tangming2005/status/1815382540871708973

  • @mariamendoza5915
    @mariamendoza5915 3 месяца назад

    I tried this pipeline but with h5 files and I'm stuck. Do you have a tutorial for that? Please and thank you.

  • @hazeld8016
    @hazeld8016 3 месяца назад

    Thank you so much. 11:30 was exactly what I needed.

  • @noorpasha-w6o
    @noorpasha-w6o 3 месяца назад

    Thank you Dr. Ming Tommy Tang.

    • @chatomics
      @chatomics 3 месяца назад

      You are very welcome!

  • @poonams4029
    @poonams4029 3 месяца назад

    Sir, I don’t have knowledge of R programming or any other computer language. But I want to GSEA analysis of my rna seq data. Can you suggest any methods

    • @chatomics
      @chatomics 3 месяца назад

      You can use www.genepattern.org/modules/docs/GSEA/14

    • @poonams4029
      @poonams4029 3 месяца назад

      @@chatomics sir. I have used the link as provided by you. I have preranked DEGs file with log2FC and I have saved it in txt format as .rnk as mentioned in the module. But unfortunately got error. please provide insight into this

    • @chatomics
      @chatomics 3 месяца назад

      @@poonams4029 what errors did you get?

  • @albertofabbri1543
    @albertofabbri1543 3 месяца назад

    Thank you very much! The video is very useful but I am still struggling with merging and splitting assays in Seurat. It would be cool if you could make a video about that :)

    • @chatomics
      @chatomics 3 месяца назад

      Sure! Seurat5 is a bit more complicated

  • @weitzun9691
    @weitzun9691 3 месяца назад

    Cool!

    • @chatomics
      @chatomics 3 месяца назад

      Glad to hear!

  • @sreeram6416
    @sreeram6416 4 месяца назад

    Sir I want to know if you are familiar with circular rna analysis

    • @chatomics
      @chatomics 4 месяца назад

      No I do not have experiences with it. But with basic Unix python, R and RNAseq skills you should be able to follow some tutorials and do the analysis

  • @sreeram6416
    @sreeram6416 4 месяца назад

    Sir is this book still there i want to purchase it

    • @chatomics
      @chatomics 4 месяца назад

      Hey, you can grab it at divingintogeneticsandgenomics.ck.page/products/cell-line-to-command-line happy learning!

  • @turtlegeek
    @turtlegeek 4 месяца назад

    The RAM: 💀

  • @alpeshkapadia7715
    @alpeshkapadia7715 4 месяца назад

    Can you guide on how to make pipeline for tumor-only samples?

  • @annaborchers1756
    @annaborchers1756 4 месяца назад

    Thanks! The files I've downloaded from GEO are in .CEL.gz and .CHP.gz format - how can I use these with your work flow?

    • @chatomics
      @chatomics 4 месяца назад

      The CEL file looks like microarray data to me. Are you sure it is single cell data?

  • @juliangrandvallet5359
    @juliangrandvallet5359 4 месяца назад

    Totally useful, thanks for sharing this. I would love to see some videos on regular expressions (so we can wrangle everything easier) and awk!

    • @chatomics
      @chatomics 4 месяца назад

      Good suggestions!

  • @whqiao1722
    @whqiao1722 4 месяца назад

    This video is exactly what I am looking for.

    • @chatomics
      @chatomics 4 месяца назад

      Great to hear!

  • @Dr.MuddasarSaeed
    @Dr.MuddasarSaeed 4 месяца назад

    Thank you so much for informative video ❤. I'm a PhD student from china. I recently found your channel, I am a beginner or r learner. I want to learn TCGA or geo data wrangling, I mean mostly use it only cancer vs normal, I want to see how much we have options in dataset to make group. If you have any video please recommend me, or I also can arrange a online class if you have any appointment.

    • @chatomics
      @chatomics 4 месяца назад

      I will have an on-demand R course second half of the year using TCGA data. Join here to get notified divingintogeneticsandgenomics.ck.page/profile

  • @ykoy1577
    @ykoy1577 4 месяца назад

    Thank you for great video!!

    • @chatomics
      @chatomics 4 месяца назад

      Glad you liked it!

  • @piyalsaha3108
    @piyalsaha3108 4 месяца назад

    That's an amazing lecture!

    • @chatomics
      @chatomics 4 месяца назад

      Glad it is helpful!! Spread the word :)

  • @paulcantalupo-nv1490
    @paulcantalupo-nv1490 4 месяца назад

    Thank you for the video. Can you fix the resolution? The video is too blurry.

    • @chatomics
      @chatomics 4 месяца назад

      You can choose high Resolution in RUclips.

  • @byzantinee-yq6sl
    @byzantinee-yq6sl 4 месяца назад

    Thank you for the resources!!! Excited to go over them :D

    • @chatomics
      @chatomics 4 месяца назад

      Great to hear! The links are in the description of the video

  • @mbm1995
    @mbm1995 5 месяцев назад

    Some distracting static noise or loud mouse clicking in this video. I love this channel, just a heads up!

    • @chatomics
      @chatomics 5 месяцев назад

      Sorry about that. Will work on that

  • @sapienthought1103
    @sapienthought1103 5 месяцев назад

    thank you for these instructions could you please make a video teaching aspiring phd condidates how to look for research subjects (what to read/ how to spot ideas for research/ the reasoning etc ) thank u

    • @chatomics
      @chatomics 5 месяцев назад

      That’s something outside the scope of this channel :)

    • @chatomics
      @chatomics 5 месяцев назад

      See this paper www.weizmann.ac.il/mcb/UriAlon/sites/mcb.UriAlon/files/uploads/nurturing/howtochoosegoodproblem.pdf

    • @hasnainjadoon5580
      @hasnainjadoon5580 11 дней назад

      Sir you are doing amazing please could you guide me am doing my master's here in china my supervisor told me choose one area Protein engineering or Genomics side am interested on both sides please which one area have more jobs opportunities in future? Thank you