Nothing
#' Download data
#'
#' StarBioTrek allows you to Download data of samples from StarBioTrek
#'
#' The functions you're likely to need from \pkg{StarBioTrek} is
#' \code{path_star}
#'Otherwise refer to the vignettes to see
#' how to format the documentation.
#'
#' @docType package
#' @name StarBioTrek
NULL
#' pathway data list
#' @docType data
#' @keywords internal
#' @name path
#' @format A list of dataframe
NULL
#' pathway data list
#' @docType data
#' @keywords internal
#' @name Data_CANCER_normUQ_fil
#' @format A dataframe with gene expression profiles
NULL
#' pathway data
#' @docType data
#' @keywords internal
#' @name pathway
#' @format A data frame with rows and variables
NULL
#' network data for IPPI fucntion
#' @docType data
#' @keywords internal
#' @name netw_IPPI
#' @format A list
NULL
#' network data
#' @docType data
#' @keywords internal
#' @name pathway_matrix
#' @format A data frame with rows and variables
NULL
#' network data
#' @docType data
#' @keywords internal
#' @name netw
#' @format A data frame with rows and variables
NULL
#' All pathways data from KEGG
#' @docType data
#' @keywords internal
#' @name path_KEGG
#' @format A list of pathways with the involved genes
NULL
#' Score Matrix of pairwise pathway using euclidean distance
#' @docType data
#' @keywords internal
#' @name score_euc_dista
#' @format A data frame with rows and variables
NULL
#' TCGA data with normal samples
#' @docType data
#' @keywords internal
#' @name norm
#' @format A data frame with rows and variables
NULL
#' TCGA data with tumour samples
#' @docType data
#' @keywords internal
#' @name tumo
#' @format A data frame with rows and variables
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.