In [20]:
%matplotlib inline
from sequana import *
In [21]:
f = FastQ(sequana_data('test.fastq', 'testing'))
In [22]:
f.count_reads()
Out[22]:
In [23]:
f.identifier
Out[23]:
In [24]:
f.next()
Out[24]:
In [25]:
fq = FastQC(sequana_data('test.fastq', 'testing'))
In [26]:
fq.boxplot_quality()
In [ ]: