Single Cell Analysis has been a lonely world for me so far. Happy to find someone is putting up efforts to make it easier for starters!!
@kitdordkhar49643 жыл бұрын
I am a biologist learning scRNAseq from scratch. So I am glad to see your tutorial. Adding yours to the list of mentors! Please provide more details on how to analyze multiple 10x samples or replicates. The seurat vignette had the merge() function but I am not sure how to apply split.by comparing the features. Cheers for your channel!
@Bioinformagician3 жыл бұрын
Hi, thank you for your kind words, I am glad you find my channel helpful! My next video is about merging and integrating scRNA-Seq datasets, I am still working on it. Hopefully it answers all your questions. Stay tuned! :)
@rohitsatyam29353 жыл бұрын
@@Bioinformagician Also, if you can shed some light on how to combine replicates in Seurat in a control-case experiment (3 control replicates, 3 treatment replicates).
@Bioinformagician3 жыл бұрын
@@rohitsatyam2935 Are the replicates in each condition, biological or technical? Also, do you see batch effects within your replicates?
@ahmedrizk59Ай бұрын
I am currently studying stat115 and i want to learn single cell,can you please share the goog resources you found
@NishantSharma-f8b Жыл бұрын
Commendable. Thanks for uploading this useful video.
@sakichan26402 жыл бұрын
Thank you sister. I hope there will be more pratical projects soon
@fgfanta3 ай бұрын
Let's gooooo!
@francis28362 жыл бұрын
Well what can I say, just perfect Thank you :)
@tushardhyani39312 жыл бұрын
Thank you for this video !!
@pksPyaariZindagi Жыл бұрын
You explained it very well! 👍
@animatedbiologywitharpan3 жыл бұрын
Can you make a video on pseudo time analysis from single cell data?
@Bioinformagician3 жыл бұрын
Sure, it is definitely in the pipeline. Will be soon posting a video on it! Thank you for the suggestion :)
@michelleyibingwei94002 жыл бұрын
Request to review Giotto for spatial transcriptomic analysis. Your videos have been very helpful
@Bioinformagician2 жыл бұрын
I will check it out. Thanks!
@takeonme7477 Жыл бұрын
Very helpful thank you so much!
@kshajby6839 Жыл бұрын
thanks so much for this
@chrisdoan32102 жыл бұрын
Thank you for a helpful video! I could not find the video you mentioned in the basic terminologies part of this video. Would you please tell me where I can find it?
@Bioinformagician2 жыл бұрын
Here's the link to the video - kzbin.info/www/bejne/aIOpin6Kq6iLftU
@sheikhmujibur48909 ай бұрын
Mam can you please explain more about UMI and how to apply and tools
@nandinipatel43496 ай бұрын
Hi Khushbu, this video was really helpful and when I tried the integration tutorial, my R ran into vector exhaustion error and then the R session quit and my MacBook kinda crashed..so I wanted to ask you that which MacBook do you use ? Do you think it’s a RAM issue cuz I’m using 8gb RAM MacBook !
@hafeezuom14222 жыл бұрын
Dear Khushbu, your method of teaching is really superb. Guide me please in creating Seurat object of SCRNA Seq data of ArrayExpress like E-MTAB-7704. Thanking you in anticipation
@Bioinformagician2 жыл бұрын
Did you try downloading and looking at the processed files?
@hafeezuom14222 жыл бұрын
@@Bioinformagician yes I did. It's a txt file. Actually I am following your videos in which you told about 5 different formats for creating Seurat object. I don't know how to create Seurat object from txt file or CSV file.
@hafeezuom14222 жыл бұрын
I m searching for any R script to work with preprocessed data like ArrayExpress
@hafeezuom14222 жыл бұрын
@@Bioinformagician Dear Khushbu, it is to inform you that the issue is resolved Alhamdolillah. I converted the text file first to Market matrix format. Then I created the seurat object from it. Its working now. I am applying your code of analyzing scRNA data.
@Bioinformagician2 жыл бұрын
@@hafeezuom1422 That's amazing!👏
@stretch83902 жыл бұрын
Are you a Seurat advocate or package agnostic when it comes to single cell workflows in R? I'm just venturing into them now and this video is very helpful thanks.
@Bioinformagician2 жыл бұрын
I am package agnostic. I prefer Seurat but I think there are many other packages that can achieve what Seurat can. Explore them all and decide which one works best for you.
@gunanadar54012 жыл бұрын
Hello Khushbu, I'm a beginner in R language and i want to create tSNE plot for single cell RNAseq data for embroids. Like stages of embryos and my gene of interest So I'm finding different to create dataset and idk what all information is required Can you please help me asap ? Plzz
@LanaDominkovic3 жыл бұрын
Do you know about a tool for bulk rna seq in python? I am aware about scanpy for single cell rna seq but not for bulk. Very good video, thanks!
@Bioinformagician3 жыл бұрын
Thank you for your comment, since I do not actively work in python, my knowledge about python packages and tools to process bulk RNA-seq data is limited. However, I am sure there are several python packages to do similar things with the bulk data. Are you looking for a specific analysis for bulk RNA-seq?
@LanaDominkovic3 жыл бұрын
@@Bioinformagician I tried to find some because I wanted to do some bulk rna seq but I could not find anything for python. also additional question, do you know where can I download scrna seq datasets? I think your previous video was only bulk rna seq if I am not mistaken? sry if question is stupid, but I am newbie in this field :D
@Bioinformagician3 жыл бұрын
@@LanaDominkovic No question is stupid :) You can find a lot of scRNA-seq datasets on NCBI GEO. One of my go to places for scRNA is 10X website (www.10xgenomics.com/resources/datasets). Also, there are tons of papers generating single cell data, those are the rich sources to get your hands on such datasets and start playing with it. Hope this helps!
@msumode44932 жыл бұрын
I was wondering how to make an assay within Seurat using metadata information. Would you please be able to share some pointers or a script I could repurpose? Thanks.
@Bioinformagician2 жыл бұрын
Assay in Seurat is meant to store multiple 'transformations' of the data, including raw counts (@counts slot), normalized data (@data slot), and scaled data for dimensional reduction (@scale.data slot) and not the metadata. Check this out - github.com/satijalab/seurat/wiki/Assay