Edinburgh Genomics Training
Edinburgh Genomics Training
  • 3
  • 19 876
Welcome to R Studio!
Here at Edinburgh Genomics Training, we use the integrated development environment (IDE), R studio, for all our courses that have any component of R coding. It's a great tool so do have a go with it if you haven't before.
It can be downloaded for free from the R Studio website where there is also a lot of handy information to get you started in various R packages, including R studio itself. See: www.rstudio.com/
Happy Coding!
-Nathan (Training Manager, Edinburgh Genomics)
มุมมอง: 351

วีดีโอ

Renaming some files with a shell loop
มุมมอง 4.7K4 ปีที่แล้ว
There are many specialist programs out there for batch renaming multiple files, but with a little Linux knowledge all you need is a shell prompt. Presented by Tim Booth Edinburgh Genomics Training - genomics.ed.ac.uk/services/training
Introducing Snakemake
มุมมอง 15K4 ปีที่แล้ว
Snakemake (snakemake.readthedocs.io) is a great tool to construct and run data analysis pipelines. This talk is taken from the Edinburgh Genomics Snakemake course and introduces the core concepts of Snakemake (rules, wildcards, targets). For more information on this course and other Edinburgh Genomics training, see genomics.ed.ac.uk/services/training.

ความคิดเห็น

  • @nadiaheramvand9616
    @nadiaheramvand9616 หลายเดือนก่อน

    very well explained! 👍

  • @mdeeaonetwothree5162
    @mdeeaonetwothree5162 7 หลายเดือนก่อน

    Great intro. How about a video on some more advanced concepts in snakemake?

  • @ChrisH43
    @ChrisH43 11 หลายเดือนก่อน

    What kind of command is "go"?

  • @trevorwalsh5130
    @trevorwalsh5130 ปีที่แล้ว

    Nice video. Thank you!

  • @kirthanks3389
    @kirthanks3389 ปีที่แล้ว

    is this still current?

  • @musicspinner
    @musicspinner ปีที่แล้ว

    fabulous.

  • @claraapicella5121
    @claraapicella5121 ปีที่แล้ว

    Thank you so much for sharing this video, it was really helpful and clear!

  • @yijingwang7308
    @yijingwang7308 ปีที่แล้ว

    Many thanks! Could you kindly share the example data for us to practice?

  • @chrisdoan3210
    @chrisdoan3210 2 ปีที่แล้ว

    Thank you for your video! Could you share the files you used in this tutorial so that I can follow along?

  • @marcosstrasorier7
    @marcosstrasorier7 2 ปีที่แล้ว

    nice

  • @alanferia6340
    @alanferia6340 2 ปีที่แล้ว

    awsome video. say i had to go into multiple directories to find the image example foo/bar/foo1/barr1/image.jpg would i need to do ${f%/} and append it recusivley for each directory or how would that work ? currently each directory is set up as a unique identifier key and we want to add those identifiers to the picture name to store important info

  • @laarags
    @laarags 2 ปีที่แล้ว

    Thanks for sharing. 👍

  • @chanaaron3170
    @chanaaron3170 2 ปีที่แล้ว

    You saved my ass! thank u!!

  • @adilsalim105
    @adilsalim105 2 ปีที่แล้ว

    A big fat Thank you!!

  • @royalsandygaming5717
    @royalsandygaming5717 2 ปีที่แล้ว

    you saved my life man..! thanks

  • @cholponzhakshylykova4099
    @cholponzhakshylykova4099 2 ปีที่แล้ว

    this is was so well explained, thanks for your effort!

  • @sahildubey2282
    @sahildubey2282 2 ปีที่แล้ว

    Hey very helpful video Can u share how to chop off all the file extensions in current directory and sub directories of current directory

  • @yiruitangvillanueva8280
    @yiruitangvillanueva8280 2 ปีที่แล้ว

    Thank you so much! i really like your tutorial video. Your explanation is so much easier to follow than many other snakemake videos!!

  • @mattjones6900
    @mattjones6900 3 ปีที่แล้ว

    Thanks for this!

  • @geocarvalhont
    @geocarvalhont 3 ปีที่แล้ว

    Could have a repository with this examples, so we could try it.

  • @rabiafidan9256
    @rabiafidan9256 3 ปีที่แล้ว

    Thank you so much for the clearest snakemake introduction! I couldn't help but notice the slide at 3:10 is like an example of functional programming pseudo code :)

  • @erlonpb
    @erlonpb 3 ปีที่แล้ว

    Such a nice video, thank you so much!

  • @pieterasselman4098
    @pieterasselman4098 3 ปีที่แล้ว

    Thanks Tim for this well explained renaming trick!. It is hard to get the 'How to think as a bioinformatician to handle the problem' out of a book. And not always easy to follow some bioformaticians in explenatory youtube films. But you did the best of 2 worlds here :-).

  • @julianna1098
    @julianna1098 3 ปีที่แล้ว

    Thank you so much, I was really struggling with the concept of the wildcard placeholders but you explained them so well.

  • @wendyjolie
    @wendyjolie 3 ปีที่แล้ว

    Thanks for the introduction, it's really useful!

  • @maryamalizadeh4984
    @maryamalizadeh4984 3 ปีที่แล้ว

    his was very clear explanation .

  • @donaldrdunbar
    @donaldrdunbar 3 ปีที่แล้ว

    Great stuff Nathan!

  • @AA-gl1dr
    @AA-gl1dr 3 ปีที่แล้ว

    Exactly the tutorial I needed. Thanks!

  • @achinesegirllivinginirelan6335
    @achinesegirllivinginirelan6335 3 ปีที่แล้ว

    it says target rules may not contain wildcards

  • @vgtgoat
    @vgtgoat 3 ปีที่แล้ว

    Thank you

  • @TheNikkiSpace
    @TheNikkiSpace 4 ปีที่แล้ว

    Very helpful and well explained! Thanks for the upload