R/read_seq_txt.R

read_seq_txt <-
function(seq.file){

kk <- DNAStringSet(seq.file)
return(kk)
}

Try the funbarRF package in your browser

Any scripts or data that you put into this service are public.

funbarRF documentation built on May 27, 2019, 5:03 p.m.