#' R Package To Handle Files From Genomic Data
#' GenomicTools.fileHandler is a loose collection of I/O Functions Needed in Genomic Data Analysis
#'
#' \tabular{ll}{ Package: \tab GenomicTools.fileHandler\cr Type: \tab Package\cr Version: \tab
#' 0.1.5.23\cr Date: \tab 2022-01-23\cr License: \tab GPL\cr LazyLoad: \tab yes\cr
#' }
#'
#' @name GenomicTools.fileHandler-package
#' @docType package
#' @author Daniel Fischer
#'
#' Maintainer: Daniel Fischer <daniel.fischer@luke.fi>
#'
#' @import data.table
#' @importFrom utils head read.csv read.table sessionInfo write.table
#' @importFrom snpStats switch.alleles
#' @importFrom stats median quantile
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.