load_data: Load rhAmpSeq raw data in different formats

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Load rhAmpSeq raw data in different formats

Usage

1
load_data(fasta = NULL, hap_geno = NULL, count_mat = NULL)

Arguments

fasta

FASTA data

hap_geno

genotypes data

count_mat

count matrix

Value

list of each loaded file

Examples

1
2
3
4
5
6
## Not run: 
load_data(fasta = "data/HaplotypeAllele.fasta",
          hap_geno = "data/hap_genotype",
          count_mat = "data/readCountMatrixFile")

## End(Not run)

villegar/RhAMPseq documentation built on Aug. 12, 2021, 8:47 p.m.