Learn R Programming

chromseq (version 0.1.3)

subFasID: Subtract chromosome ids from Fasta file

Description

Subtract chromosome ids from Fasta file

Usage

subFasID(text = text)

Arguments

text

Large character read by readLines from chromosome Fasta file.

Value

The id list of the Fasta file.

Examples

Run this code
# NOT RUN {
data("text")
text<- replaceText(type = "text",input = text)
id <- subFasID(text = text)
# }

Run the code above in your browser using DataLab