subproject
argument to amendments
in BiocProject
function Project
is not added as a first element in Annotated@metadata
, it is appended to any existing onesshow
methods are redefined for the objects returned by BiocProject::BiocProject
function, so that they display the PEP component of the object metadata
BiocProject
function now handles the case when multiple data processing functions are defined in the config file. The last one is used if there's no match in readFunName
and any of the functions sourced from the file specified in readFunPath
.GlobalEnv
after the BiocProject
function executionBiocCheck
funcArgs
subsection within the bioconductor
section of the PEP config yaml
file.Annotated
pepr::Project
) along with the error message in a S4Vectors::List
objectbioconductor
section of the config file now follows the Bioconductor coding style (camelCaps
)is
(overwrites this method behavior just for the class Annotated
), .is.project
, samples
, config
for signature Annotated
.insertPEP
and BiocProject
(the workhorse of the package)BiocProject
class. The objects returned by the custom data reading function have to be of class Annotated
and the PEP
is inserted as the first element of its metadata()
listBiocProject
constructor.updateSubconfig(.Object@config, sp) : Subproject not found:
warning in toProject
methodNULL
lambda function
to anonymous function
pepr::Project
object is provided in the funcArgs
arguments listBiocProject::BiocProject
constructor functionBiocProject::getData
method to extract the data from the objectBiocProject::BiocProject
func
parameterBiocProject
class inherit from pepr::Project
and base::list
initialize
method can read in the data with the provided func
pepr::Project
object is provided in the funcArgs
arguments listAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.