Setup RNA-Seq Pipeline from scratch: fastq (reads) to counts | Step-by-Step Tutorial

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 152

  • @CHENYanZhen
    @CHENYanZhen Год назад +12

    Wow, you really illustrate the workflow so systematically. As a beginner, I only knew a little about RNA-seq analysis, so this helps a lot! Besides, you mention and explain lots of practical details, unlike some other video providers. I gain so much from your videos! Many thanks to you!!!

  • @job506
    @job506 5 месяцев назад +1

    Multiple thanks to you for this professorial video file. Could you kindly share your email address with for further inquiries, please? Best regards.

  • @shrishteekandoi120
    @shrishteekandoi120 2 года назад +10

    You’re the best !

  • @kathirvelm755
    @kathirvelm755 2 года назад +2

    Great mam. .I need help for building cnv pipeline.. will be a great help if u tell anyway for contacting you .

  • @aamirmalik7740
    @aamirmalik7740 2 года назад +3

    Awesome, thank you for doing this video [much awaited] -- so nice of you Khushbu -- Please keep making such great stuff -- Many thanks

  • @akshayaupadhyay8063
    @akshayaupadhyay8063 Год назад +2

    Hi, great videos! You mentioned that you would be detailing on how to install tools(HISAT etc) for the pre-processing steps. Could you elaborate on that, probably if there is a script for running on Mac terminal/Shell then it would be great! Thank you!

  • @grsbiosciences
    @grsbiosciences Год назад

    Hi madam, how to convert raw data.gz file to fpkm file. You have used in your other video fpkn file and proceseed later using deseq2 library. There you have taken directly tab file. Buti have fastp.no.tab file. How i should convert yhis to fpkm tab file

  • @louisepitcher6180
    @louisepitcher6180 2 года назад +3

    Amazing easy to follow video! I was Just wondering if you could clarify how the lines of code would change for paired ends reads, specifically when using the TruSeq Stranded mRNA kit for bulk RNA-seq library prep. Thanks!!

    • @Bioinformagician
      @Bioinformagician  2 года назад +2

      I am glad you liked my video! ☺️
      Starting at the trimming step, Trimmomatic will be required to run on "PE" mode, followed by HISAT (change -U parameter for paired end reads). There is a strandedness parameter in both - HISAT (--rna-strandness parameter) and featurecounts (-S parameter). You can test strandedness of your protocol by running infer_experiment.py script from RSeQC package (rseqc.sourceforge.net/#infer-experiment-py).

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

    Love it, thanks!!!
    I have a question, indeed not only RNA will yield a sequence that can be difficult to reconnect the exome itself because expression of a given mRNA, the problem that persists is correlating what expression for what mRNA, otherwise whatever counting operation you make, it will not distinguish between various RNA outputs, it will only be a composite signal of all the RNA present in your sample - even if you drill down to a single cell assay, you still have a composite signal hard to get any significance from?

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

    Hi thank you for your fabulous lecture, could you please post a lecture (on urgent basis if possible) on how to remove duplicates from fastq files? Using oxford academic bioinformatics' minirmd?

  • @Rita-t1e
    @Rita-t1e 2 месяца назад

    Is there any way, i can get an hour tutorial? I am Dr. Rita Bhui working as data scientist, needs some guidance on one of my project. I am stuck at calculating FPKM values after a proper alignment.
    I would be happy to pay you for your time.

  • @chienlee4695
    @chienlee4695 Год назад +4

    I really like your videos. This tutorial help me go over the bumpy learning curve! I am so excited that I can get the read count by myself. Thanks for putting your time to make these videos.

  • @RaviKumar-cb7tw
    @RaviKumar-cb7tw 3 месяца назад

    Can you please tell me how to install Hisat2 in my computer? I am using Macbook AIr M2 chip and Sonoma 14.5 OS

  • @sutrishakundu2147
    @sutrishakundu2147 6 месяцев назад

    I don't have the genome sequencing data...I need to do de novo assembly of my transcriptome data...can you please elaborate how can I do this? What additional steps I need to follow before hisat2?

  • @chrisdoan3210
    @chrisdoan3210 2 года назад +2

    Thank you for your videos! When I run this code: hisat2 -q --rna-strandness R -x HISAT2/grch38/genome -U data/demo_trimmed.fastq. I got error message: hisat2: command not found. Would you tell me how to fix this? Does the way we install hitsat2 matter? What is location of hisat2 should be?

    • @Bioinformagician
      @Bioinformagician  2 года назад +1

      Error is telling you it cannot find hisat2 executable. You need to provide the complete path to hisat2 (path to where hisat2 is downloaded).

    • @chrisdoan3210
      @chrisdoan3210 2 года назад

      Hi@@Bioinformagician, I tried to follow your suggestion: /Users/Chris/Bash_script/HISAT2/hisat2 -q --rna-strandness R -x HISAT2/grch38/genome -U data/demo_trimmed.fastq | samtools sort -o HISAT2/demo_trimmed.bam.
      I got this message: dyld[1437]: Library not loaded: @rpath/libcrypto.1.0.0.dylib.
      I looked for the answer on the Internet but still couldn't fix that. I stucked at this code. Would you tell me how to fix it? Thank you so much!

  • @Tekofilic
    @Tekofilic Год назад

    This is an awesome tutorial. I really appreciate it. While analysing my own RNA-seq data, I am facing these two issues, kindly someone enlighten me. (1) I hv download the trimmomatic jar file from the official website, then I don’t know why it pops the error: invalid or corrupt jar file. (2) I skipped the trimmomatic step and I jumped to step 3 for aligning it with the genome, although I have a folder containing the grch38, it throws an error: (ERR):
    "HISAT2/genome/grch38" does not exist
    Exiting now ..
    santools sort: failed to read header from "."

  • @deepanshugarg4257
    @deepanshugarg4257 Год назад

    How to use featureCounts command for paired end reads? and hisat2 as well?

  • @sonalidey1454
    @sonalidey1454 8 месяцев назад

    Maam why raw sequence number and after adapter removal sequence number varies ... as all raw read have adapter

  • @nayanbhowmik5010
    @nayanbhowmik5010 Год назад +1

    Thanks for your beautiful videos! Can you make a similar video for PE reads and include the step of generating genome index files using HISAT2? That would be so helpful.

  • @Luvinlife411
    @Luvinlife411 2 года назад +3

    Thank you, thank you for these wonderful videos! Perfect for beginners and they've helped immensely for completing my thesis!

  • @tolga1292
    @tolga1292 Год назад

    When will you release the video about post alignment qc? :)

  • @quinattasneemrafique536
    @quinattasneemrafique536 10 месяцев назад

    The link to the raw reads is not attached in the description. Kindly provide please

  • @linkandash8025
    @linkandash8025 11 месяцев назад

    @Bioinformagician can you do an Orthofinder tutorial ?

  • @amitrupani9898
    @amitrupani9898 2 года назад +2

    Thanks for this great tutorial!
    Question - If you have high duplicates rate (say 70-80% in case of FFPE) pre alignment, would you remove them?
    There are some wet lab QC metrics like DV200, RIN, etc that also determines the effectiveness of downstream analysis might be worth considering/including for your tutorial on QC.
    Keep it up and Cheers!

    • @Bioinformagician
      @Bioinformagician  2 года назад +3

      A general consensus about dealing with duplicate reads is to NOT remove them. The level of duplication could be technical (FFPE for example) or could be due to higher coverage or expression levels of certain genes. My concern with duplicate reads are 1. how do we distinguish reads based on source of duplication and 2. In the process of removing those reads, we could risk losing out on true expression levels.
      Thank you for bringing in the wet lab aspects that determine RNA quality to my notice. Definitely very important, will surely talk about it in my RNA-Seq QC video. Thanks again!

    • @amitrupani9898
      @amitrupani9898 2 года назад +1

      @@Bioinformagician Thanks for sharing your thoughts. Looking forward to upcoming content. Cheers!

  • @Tekofilic
    @Tekofilic Год назад

    Hi can someone guide me about the error: Failed to open the annotation file ../celegan/caenorhabditis.gtf, or it’s format is incorrect or it contains no ‘exon’ features

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

    Thanks a lots, if you have two file SRR15852371_1.fastq and SRR15852371_2.fastq ( that you teached in other your video) , what are you doing ?

  • @ShivangiSinghMBB
    @ShivangiSinghMBB 2 года назад +2

    Can please post a tutorial for vcf file analysis with R

    • @Bioinformagician
      @Bioinformagician  2 года назад

      Definitely have plans on covering this topic. Thanks for the suggestion :)

  • @mohdfahad6224
    @mohdfahad6224 7 месяцев назад

    if i have replicates, at which step i will have to merge the two rna seq data?

  • @kitdordkhar4964
    @kitdordkhar4964 2 года назад +2

    RUclips is a library. You are one of the books that I frequently read. Thanks! :-)

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

    What happens with reads aligned multiple times?

  • @anishanna5125
    @anishanna5125 2 года назад +1

    Thank you for the very useful tutorial. Could you please advise how to exclude the multi-mapped reads that were mapped by HISAT2? I knocked out a gene (and confirmed the KO by qPCR and western blot before sequencing) but the KO gene was not differentially expressed in my RNAseq. The only explanation that I could think of it that the KO gene sequence is very close to multiple other genes, thus multi-mapped sequences from other similar genes could masked the gene deletion. Thank you!

    • @Bioinformagician
      @Bioinformagician  2 года назад +1

      Did you quantify your reads using featureCounts or any quantification tool that excludes multi-overlap reads? Also, can you check how many reads map uniquely to the gene in your BAM files (in both WT and KO) using sam flags?

  • @Abdoulaye-m5z
    @Abdoulaye-m5z Год назад

    Great and clear… Thanks. I got two questions though: 1. what’s the difference between the count matrix and TPM/FPKB/RPKB? Noting that TPM/FPKB/RPKB can’t be use for DEG, while count matrix can. 2. Why Does bowtie can’t be used for alignment to genome?

  • @Abdoulaye-m5z
    @Abdoulaye-m5z Год назад

    Great and clear… Thanks. I got two questions though: 1. what’s the difference between the count matrix and TPM/FPKB/RPKB? Noting that TPM/FPKB/RPKB can’t be use for DEG, while count matrix can. 2. Why Does bowtie can’t be used for alignment to genome?

  • @debashruti4984
    @debashruti4984 6 месяцев назад

    Hi! Wonderful video..makes things so easy to understand. I had one question though. After alignment when do we use Cufflinks and when to use featureCounts? What differences are there in the two tools? First one being cufflinks-cuffmerge-cuffdiff and the latter being featureCounts-Deseq/EdgeR

  • @sMr_Borgov
    @sMr_Borgov 11 месяцев назад

    Hi, quick question, the count table display gene ID's and their counts, how do I get more gene information? (such as gene name, symbol, and annotation added ). Thanks

  • @bastiwala0808
    @bastiwala0808 6 месяцев назад

    Hello there. It is a very informative video kindly make a tutorial video of miRNA processing from fastq to readcount. Thanks

  • @ImanFarahani-h2t
    @ImanFarahani-h2t Год назад

    Hi, thanks for the video! But not all the commands are working. I am using the terminal in macOS and changed to the bash shell. What's the problem and how to fix it?

  • @shreyaslabhsetwar9055
    @shreyaslabhsetwar9055 10 месяцев назад

    Hey, I wish to quantify human micro RNAs from double stranded fastq files. Which reference shall I use?

  • @nk12987
    @nk12987 6 месяцев назад

    Thank you so much for this video it's very helpful.
    Can you please make a video of further steps like count matrix and finding deg's .

  • @CostanzoPadovano
    @CostanzoPadovano 2 года назад +1

    Thank you for this tutorial! I hope that you will create a patreon to support your channel :)

    • @Bioinformagician
      @Bioinformagician  2 года назад

      Working on creating one. Until then, you could support me by buying me a coffee - www.buymeacoffee.com/bioinformagic

  • @rahultanpure1338
    @rahultanpure1338 2 года назад +1

    Great informational video. Thanks a ton.🙏 If possible please make a video on de novo Trinity pipeline.

    • @Bioinformagician
      @Bioinformagician  2 года назад +1

      Sure, will definitely plan on creating a video covering de novo transcriptomic assembly.

  • @gcbicca
    @gcbicca Год назад

    I run another dataset of rnaseq and the results of fastqc for this dataset is the same but with Sequence Duplication levels with a flag, this is significant in experiment of Rnaseq that analyze control vs treatment?

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

    Thank you so much for this videos i am studying bioinformatics but we made little practice so i have many empty knowledge in some parts of this pipelines...your videos are helping me so much!! 💜

  • @josefinagarciadiaz478
    @josefinagarciadiaz478 Год назад +1

    I just want to say thank you very much for doing this, im just starting out in my PhD studies and you have been really helpful!

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

    Nice vídeo. I use R in Windows-based systems but your video was useful to understand the steps and the logic of this analysis.

  • @余长
    @余长 Год назад

    Hi, this video is very concise. Thanks for sharing. I'm still struggling install HISAT2 onto M1 mac. How did you do it?

  • @serrasonmez7912
    @serrasonmez7912 Год назад

    hello, thank you for your videos, and can you please make video about the github, so uploading and presenting the projects on github?

  • @andrewzlobin7011
    @andrewzlobin7011 10 месяцев назад

    Did you listen your presentation?

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

    Thank you BB - brain and beauty.

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

    You are brilliant! Thank you for this crystal clear explanation!!!

  • @sofiapuvogel3663
    @sofiapuvogel3663 Год назад

    Thank you very much for this video!
    I have a question for paired end data. After doing samtools sort, the reverse read and the forward read are not consequetive reads in the sorted bam anymore. Is that okey?

  • @subarnathakur6973
    @subarnathakur6973 Год назад

    Please make a video of setting up a pipeline using Trinity for denovo sequence assembly

  • @LazizAsamov-u9h
    @LazizAsamov-u9h Месяц назад

    you are the best. Thank you!!

  • @JaskaranSingh-om5mv
    @JaskaranSingh-om5mv Год назад

    how to download the tools required for the pipeline on a M2 MacBook?

  • @maytelopez-cascales6113
    @maytelopez-cascales6113 Год назад

    Hi, great tutorial, i have a question. I have aligned with star, bulk RNAseq from voxels clones, and i have 52% uniquely mapped reads, 30% of multimapped, and the rest of not aligned. Can you explain different aspects of the output of star, if they have good quality or not? with FASTQC i cant find any adapter.

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

    Thank you so much for this. I am in my honors and I am the only one on my team that can do the bioinformatics and my classes haven't caught up yet. Thank you so much for this tutorial. I am liking, subscribing and commenting to show support so you can keep doing this

  • @freezingtolerance7493
    @freezingtolerance7493 Год назад

    Thank you for your video. it was very helpful to learn about rna-seq workflow... just quick questions: after hisat2 (alignment) is it essential to do variant calling stage before read counts? or I can just do readcounts using featurecount or htseq-count without process of SNP.

  • @chrisdoan3210
    @chrisdoan3210 2 года назад

    Hi Bioinformatician. Would you please tell me why we have many pipelines for RNA-Seq? So these steps below are not considered pipeline (workflow):
    1. Check quality with FastQC
    2. Trim reads with Trimmomatic
    3. Align reads to the reference with STAR
    4. Calculate gene hit counts with FeatureCounts
    5. Compare hit counts between groups with DESeq2

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

    thank you , this was such a help , I really loved your videos

  • @adeelabbasi7375
    @adeelabbasi7375 Год назад

    please make a video on De Novo RNA seq with paired end reads - its a hot topic

  • @wolveshowlhigh
    @wolveshowlhigh 6 месяцев назад

    Thank you!!! You've been a lifesaver for me as a newbie to the lab. Would love to see the ATAC-seq version of this !

  • @escastorage7427
    @escastorage7427 2 года назад +1

    cannot be happier

  • @kingsleyibeabuchi3461
    @kingsleyibeabuchi3461 Год назад

    Thank you very much for this wonderful video. Keep it up. I was also able to perform most of these tasks in Galaxy

  • @HopefulHopelessly
    @HopefulHopelessly Год назад

    Hi, wonderful video so far (I'm only a little over halfway through) I was wondering why you chose to trim it by 10 base pairs? Was that just an arbitrary decision or is it recommended? Thank you!!

  • @juniorkika254
    @juniorkika254 7 месяцев назад

    Very helpful video.Thank you!

  • @kingsleyibeabuchi3461
    @kingsleyibeabuchi3461 Год назад

    Great job. Your vidoes have been very helpful. I am sincerely grateful

  • @codewithme_1988
    @codewithme_1988 2 года назад +1

    You r doing better than other. Keep it up

  • @juliangrandvallet5359
    @juliangrandvallet5359 Год назад

    So... after this, how to analyze it on R?

  • @aftabnadim
    @aftabnadim 2 года назад

    very hard to follow for someone who lacks basic knowledge. I suggest splitting the video into 3-4 parts including all the details. For example, the information about the program you used for writing the code is not mentioned anywhere throughout the video.

    • @Bioinformagician
      @Bioinformagician  2 года назад

      Thank you for the feedback. I will ensure that I mention my tech stack in the video or somewhere in the description. For this tutorial I used sublime text editor, you can use any text editor to write your bash scripts.

  • @mostafaismail4253
    @mostafaismail4253 Год назад

    can you make a tutorial for NEXTFLOW or snakemake?

  • @phoenix-z55
    @phoenix-z55 Год назад

    can we convert fasta instead of fastq to count data?

  • @aliaslam3303
    @aliaslam3303 8 месяцев назад

    Teach us with R

  • @vargas4762
    @vargas4762 Год назад

    Thanks for this tutorial!
    Could u help me on how can i create an index based on other genome like Aedes aegypti.
    i want to make RNA-seq analysis of infected mosquitoes, wich file should i use as reference genome ?

    • @Bioinformagician
      @Bioinformagician  Год назад

      If a reference genome is not available, you could assemble the genome first using the sequence assembly from NCBI. Once assembled, you could use it as a reference genome.

  • @anamikapandey4769
    @anamikapandey4769 Год назад

    hello ma'am , i just wanna say that when i am running your provided pipelines with code then at the time of creating features counts , it is showing error "failed to open the annotation file , format is incorrect or it contains no exon features" . please correct me , as i have tried many ways but didn't get the answer.

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

      I figured it out. I extracted the 'Homo_sapiens.GRCh38.106.gtf.gz' file to my working directory under the filename 'homo38.106.gtf' for simplicity. Then, I entered the following command exactly into the terminal:
      featureCounts -S 2 -a homo38.106.gtf -o quants/demo_featurecounts.txt HISAT2/demo_trimmed.bam
      I don't know why this worked/was even necessary for me. You'll notice this omits the ../ preceding the filename in her example code that I've copied below.
      featureCounts -S 2 -a ../hg38/Homo_sapiens.GRCh38.106.gtf -o quants/demo_featurecounts.txt HISAT2/demo_trimmed.bam

  • @stanyang4321
    @stanyang4321 Год назад

    Are you using R for this tutorial ?

  • @recordinghoney
    @recordinghoney Год назад

    Hi! Great video. I was wondering if there is a similar quality check for CEL files. Do you happen to know?

  • @chrisdoan3210
    @chrisdoan3210 2 года назад +1

    Would you please guide me on how to set up the tools in this tutorial for a Mac M1 user because I got a lot of difficulties and errors for about a month? Thank you so much!

    • @Bioinformagician
      @Bioinformagician  2 года назад

      I set this pipeline up in Mac M1 pro, you should be able to reproduce this without major difficulties. Can you share what errors/difficulties you faced?

    • @chrisdoan3210
      @chrisdoan3210 2 года назад

      @@Bioinformagician would you please tell me how to update bash on an M1 mac? I tried to do it and asked the Internet but still couldn't figure out how. I got this error: Error: Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)! when I try: brew install bash. The default bash version on Mac is old. Thank you so much!

    • @chrisdoan3210
      @chrisdoan3210 2 года назад

      @@Bioinformagician Would you please tell me how to set up bash on Mac M1? The default bash is obsolete and I got error when trying to upgrade bash.

    • @Bioinformagician
      @Bioinformagician  2 года назад

      @@chrisdoan3210 You are not required to update bash. It should work fine on an M1 Mac. What error do you see when you try to run this pipeline in your bash?

    • @chrisdoan3210
      @chrisdoan3210 2 года назад

      @@Bioinformagician I don't have an error now but I think it is better to use bash in the future than zsh.

  • @ashishbhaladhare
    @ashishbhaladhare Год назад

    thank you, its really informative for me.

  • @yaarobaltali6076
    @yaarobaltali6076 Год назад

    Thank you so much for this helpful videos
    please keep making such a great content
    and I have one question, when are you going to upload a video covering FastQC analysis

    • @Bioinformagician
      @Bioinformagician  Год назад +1

      I shall make a video on FastQC soon, once I finish the videos I have currently lined up. Thanks!

  • @rashmitan6867
    @rashmitan6867 Год назад

    You are doing such a great job ! Kudos! Would be willing to show the analysis of 10x spatial transcriptomics in the future ?

  • @nourarifi2642
    @nourarifi2642 Год назад

    thank you for your video.
    I have a question : Can we use exactly the same pipeline to analyse single cell RNA sequencing data or it's not the same ??
    thank u in advance

    • @mostafakarami7687
      @mostafakarami7687 10 месяцев назад

      I have the same question! I'm curious what would be different from bulk sequencing.

  • @Grzegorz-f1b
    @Grzegorz-f1b 4 месяца назад

    ❤❤❤

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

    Nc

  • @sivanim3830
    @sivanim3830 11 месяцев назад

    Great explanation for a beginner to get started with RNA seq! Cheers to you!

  • @alvaroruiztabas5627
    @alvaroruiztabas5627 2 года назад

    Amazing helpful video. Congratulations!!!

  • @kruthiiirao
    @kruthiiirao Год назад

  • @quinattasneemrafique536
    @quinattasneemrafique536 10 месяцев назад

    Can you please make a detailed video on Metagenomics

    • @Bioinformagician
      @Bioinformagician  10 месяцев назад +2

      Thanks for the suggestion. I am currently working on some metagenomics content. Please stay tuned!

    • @quinattasneemrafique536
      @quinattasneemrafique536 10 месяцев назад

      ​@@Bioinformagicianthat's great news, waiting eagerly 😍

  • @anxu4239
    @anxu4239 Год назад

    Could you please make a video of how to trans counts data into FPKM or RPKM or TPM?

    • @Bioinformagician
      @Bioinformagician  Год назад

      You could use tools like RSEM for read quantification which gives you FPKM and TPM values along with expected counts.

  • @anamikapandey4769
    @anamikapandey4769 Год назад

    first of all i would like to thank you for your youtube videos which are very interesting
    and understandable.please keep posting more videos like this. i have one issue while i am preparing my counts table for chip seq analysis. as when i my giving the last command of features counts then its gives error all the time and the error is "failed to open the annotation file , format is incorrect or it contains no exon features" . i am just brainstorming with it from past couple of months. i will be heartily obliged to you if you could help me regarding this .

  • @kiplimosimon1429
    @kiplimosimon1429 Год назад

    Thanks for the nice and informative session.

  • @MD_waseem1
    @MD_waseem1 8 месяцев назад

    Am unable to understand

  • @felipevilicich980
    @felipevilicich980 Год назад

    Brilliant! Thank you very much for the tutorial!

  • @ritikabassi1998
    @ritikabassi1998 Год назад

    It was a wonderful video.

  • @christianahoyindamolajemiy5531

    Thank you so much. Very understandable and easy to follow.

  • @tushardhyani3931
    @tushardhyani3931 2 года назад

    Thank you for this video !!

  • @terryadams2652
    @terryadams2652 2 года назад

    You're very sweet.

  • @acramulhaquekabir5852
    @acramulhaquekabir5852 2 года назад

    Great video. I was wondering when are you planning to show the next steps. From count matrix to DEA

    • @Bioinformagician
      @Bioinformagician  2 года назад

      I have covered those steps in detail in two of my videos -
      1. ruclips.net/video/0b24mpzM_5M/видео.html
      2. ruclips.net/video/OzNzO8qwwp0/видео.html

  • @kajalpanchal8239
    @kajalpanchal8239 Год назад

    Thank You !

  • @tarahsify
    @tarahsify Год назад

    You're awsomee❤❤

  • @sdmasroor
    @sdmasroor Год назад

    Thank you so much!