Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add import option for wide data with header #4

Open
shackett opened this issue May 17, 2021 · 0 comments
Open

add import option for wide data with header #4

shackett opened this issue May 17, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@shackett
Copy link
Collaborator

shackett commented May 17, 2021

#' Convert Wide File to Triple Omic
#'
#' @description Read a wide file and convert it to a triple_omic object
#'
#' @details When multiple rows in a file are reserved for samples it cannot directly be read in as a data.frame because
#'
#' @param path path to wide file
read_wide_file_to_triple_omic <- function(path) {
stop ("Not implemented")
}
@shackett shackett added the enhancement New feature or request label May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant