here is the coding

rm(list=ls())#
fastqfile="query.fastq"
library(ShortRead)
reads <- readFastq(fastqfile);#
ids<- id(reads); #
seqs <- sread(reads); #

how to sort reads by ids?
thx
shan gao

        [[alternative HTML version deleted]]

_______________________________________________
Bioc-sig-sequencing mailing list
Bioc-sig-sequencing@r-project.org
https://stat.ethz.ch/mailman/listinfo/bioc-sig-sequencing

Reply via email to