Skip to content
Snippets Groups Projects
Commit 72467d05 authored by Todor Kondic's avatar Todor Kondic
Browse files

Update docs

parent 06c7e8c4
No related branches found
No related tags found
No related merge requests found
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mix.R
\name{gen_cmpdl_and_load}
\alias{gen_cmpdl_and_load}
\title{Generate and Load the RMassBank Compound List}
\usage{
gen_cmpdl_and_load(fn_data, wd, fn_cmpdl)
}
\arguments{
\item{fn_data}{The mzML filename.}
\item{wd}{Directory under which results are archived.}
}
\value{
Named list. The key \code{fn_cmpdl} is the path of the
generated compound list and the key \code{n} the number of
compounds.
}
\description{
Generates the RMassBank compound list and loads it.
}
\author{
Todor Kondić
}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mix.R
\name{gen_file_table}
\alias{gen_file_table}
\title{Generate and Load the RMassBank Settings File}
\usage{
gen_file_table(fn_data, n_cmpd, wd)
}
\arguments{
\item{fn_data}{The mzML filename.}
\item{n_cmpd}{Number of compounds.}
\item{wd}{Directory under which results are archived.}
}
\description{
Generates file table.
}
\author{
Todor Kondić
}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mix.R
\name{gen_stgs_and_load}
\alias{gen_stgs_and_load}
\title{Generate and Load the RMassBank Settings File}
\usage{
gen_stgs_and_load(fn_data, stgs, wd)
}
\arguments{
\item{fn_data}{The mzML filename.}
\item{wd}{Directory under which results are archived.}
\item{stgs_alist}{Settings named list, or a settings filename.}
}
\value{
result of RMassBank::loadRmbSettings
}
\description{
Generates settings file and loads it.
}
\author{
Todor Kondić
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment