Skip to content

msaid-de/msaidPlatformR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

msaidPlatformR

An R SDK for the MSAID Platform for mass spectrometry data analysis. This package provides R users with programmatic access to experiment data through a clean, R-native interface that handles authentication, data retrieval, caching, and data processing workflows.

Platform

Access the MSAID Platform at: https://platform.msaid.io

Installation

Install the package from GitHub using devtools:

devtools::install_github("msaid-de/msaidPlatformR")

Quick Start

library(msaidPlatformR)

# Login to the platform
platform_login()

# List available experiments
experiments <- platform_list_experiments()

# Read experiment data
data <- platform_read_experiment_results(
  level = "psms",
  experiment_names = "your_experiment",
  max_global_q_value = 0.01
)

License

This package is licensed under the Apache License 2.0.

Support

For support, please contact support@msaid.de or visit msaid.de.

Copyright

© 2025 MSAID GmbH. All rights reserved.

About

An R SDK for the MSAID Platform for mass spectrometry data analysis. This package provides R users with programmatic access to experiment data through a clean, R-native interface that handles authentication, data retrieval, caching, and data processing workflows.

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.md

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages