readNumFASTA: readNumFASTA

readNumFASTAR Documentation

readNumFASTA

Description

Load data in to the R system.

Usage

readNumFASTA(FASTAfile, size = 0, rand = FALSE, pni = 0.2)

Arguments

FASTAfile

Path to a multifasta file FASTAfile

size

Number of sequences to be loaded size

rand

Sequences choose mode random or not. TRUE or FALSE rand

pni

Cutoff percentage for maximum of non-ACTG bases in the sequences pni

Value

DNAStringSet object

Examples

dir <-system.file("extdata", package="mnmer")
human <-readNumFASTA((file.path(dir, "human_vir.fasta")), 10, TRUE, 0.50)


mnmer documentation built on May 31, 2023, 6:38 p.m.