powered by
Make a list file from large chromosome Fasta file
readToList(id = id, text = text, con = con)
The id list made from subFasID function
Large character read in by readLines function from Fasta file
A connection object or a character string, the connection must refer to the same Fasta file as text
Chromosome Fasta file in list format.
# NOT RUN { data("text") id <- subFasID(text = text) fil <- tempfile(fileext = ".data") write(text,file = fil) con0 <- file(fil, "r") tex <- readToList(id,text = text,con = con0) # }
Run the code above in your browser using DataLab