Reading raw mass spectrometry data in R

Поділитися
Вставка
  • Опубліковано 22 сер 2024
  • This tutorial shows how to access raw mass spectrometry data in R.

КОМЕНТАРІ • 11

  • @kais.6061
    @kais.6061 2 роки тому +2

    The title of the video is a bit misleading. Video shows how to work with generic data format *.mzML. Import of Thermo's *.raw files is not discussed.

  • @eleonoracalandra
    @eleonoracalandra 6 років тому +2

    Hi, thank you for the tutorial! Where can I find the following one that you mentioned in the video?

  • @zhlen
    @zhlen 3 роки тому +1

    The package has been evolved.
    I execute BiocManager::install("msdata") and
    BiocManager::install("mzR") separately in year 2021.

  • @km2052
    @km2052 6 років тому

    thanks

  • @agronica_1
    @agronica_1 6 років тому

    thank you very much for sharing your knowledge, I have a question, where can I download the package ?, (I can not find it in CRAN)

    • @scotthindle9420
      @scotthindle9420 6 років тому +2

      Adding this at the top of your script should help:
      source("bioconductor.org/biocLite.R")
      biocLite("msdata")

    • @agronica_1
      @agronica_1 6 років тому

      Scott Hindle thanks!

    • @km2052
      @km2052 6 років тому

      hi i need to discuss about same , skype karimse07

    • @alessandrobroli5691
      @alessandrobroli5691 5 років тому

      Nowadays you can find it with this command BiocManager::install("msdata")

    • @charlieli6383
      @charlieli6383 3 роки тому

      @@alessandrobroli5691 I cannot install with bioconductor, in any case you can help