-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
493 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#' Simulated multiomics data for 70 training participants and 23 testing participants, | ||
#' each with an effect size of 20 on each layer. Each layer includes 50 participants for | ||
#' training and 20 for testing. Participants do not perfectly overlap across layers. | ||
#' The simulation is based on the R package \code{interSIM}. | ||
|
||
#' | ||
#' The dataset is a list containing training and testing data, | ||
#' called \code{training} and \code{testing} respectively. Each data is a list | ||
#' containing the following multi_omics at each layer. | ||
#' | ||
#' \itemize{ | ||
#' \item \code{methylation}: A \code{data.frame} containing the simulated methylation dataset. | ||
#' \item \code{genexpr} : A \code{data.frame} containing the gene expression dataset. | ||
#' \item \code{proteinexpr}: A \code{data.frame} containing the protein expression dataset. | ||
#' \item \code{target}: A \code{data.frame} with two columns, containing patient IDs and values of target variable. | ||
#' } | ||
#' | ||
#' @docType data | ||
#' @keywords datasets | ||
#' @name multi_omics | ||
#' @usage data(multi_omics) | ||
#' @format A list with training and testing data contaning methylation, gene expressions and protein expressions data. | ||
"multi_omics" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.