Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
shinyscreen
Manage
Activity
Members
Labels
Plan
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Environmental Cheminformatics
shinyscreen
Commits
0dfdcd55
Unverified
Commit
0dfdcd55
authored
4 years ago
by
Todor Kondic
Browse files
Options
Downloads
Patches
Plain Diff
Update docs and NAMESPACE
parent
d81910d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NAMESPACE
+1
-0
1 addition, 0 deletions
NAMESPACE
man/sort_spectra.Rd
+25
-0
25 additions, 0 deletions
man/sort_spectra.Rd
man/subset_summary.Rd
+23
-0
23 additions, 0 deletions
man/subset_summary.Rd
with
49 additions
and
0 deletions
NAMESPACE
+
1
−
0
View file @
0dfdcd55
...
...
@@ -14,5 +14,6 @@ export(prescreen)
export(run)
export(run_in_dir)
export(sort_spectra)
export(subset_summary)
import(data.table)
importFrom(shiny,validate)
This diff is collapsed.
Click to expand it.
man/sort_spectra.Rd
0 → 100644
+
25
−
0
View file @
0dfdcd55
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/api.R
\name{sort_spectra}
\alias{sort_spectra}
\title{Sort the Summary Table}
\usage{
sort_spectra(m)
}
\arguments{
\item{m}{}
}
\value{
m
}
\description{
Sets the key specified by DEF_KEY_SUMM and adds second indices,
either from DEF_INDEX_SUMM, or user-specified in
conf[\link{"summary table"}]$order. The order entry is a list of
strings with names of columns in summ, optionally prefixed with a
minus(-) sign. Columns prefixed with the minus are going to be in
ascending order.
}
\author{
Todor Kondić
}
This diff is collapsed.
Click to expand it.
man/subset_summary.Rd
0 → 100644
+
23
−
0
View file @
0dfdcd55
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/api.R
\name{subset_summary}
\alias{subset_summary}
\title{Subset the Summary Table}
\usage{
subset_summary(m)
}
\arguments{
\item{m}{}
}
\value{
m
}
\description{
Subsets the summary table by applying conditions set out in the
filter subkey of summary table key of the config. Each member of
filter is an expression that and all of them are chained together
using AND logical operation and applied to the summary table.
}
\author{
Todor Kondić
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment