subFasID: Subtract chromosome ids from Fasta file

Description Usage Arguments Value Examples

View source: R/subFasID.R

Description

Subtract chromosome ids from Fasta file

Usage

1

Arguments

text

Large character read by readLines from chromosome Fasta file.

Value

The id list of the Fasta file.

Examples

1
2
3
data("text")
text<- replaceText(type = "text",input = text)
id <- subFasID(text = text)

Example output



chromseq documentation built on July 1, 2020, 10:24 p.m.