FASTASummary class representing the summaries of a FASTA file
FASTASummary类代表一个FASTA文件的摘要
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class contains the same slots as the SequenceSummary, but it is used to indicate the data originated from a FASTA file.
这个类包含了相同的SequenceSummary插槽,但它是用来表示起源于一个FASTA文件的数据。
插槽----------Slots----------
FASTASummary has the slots inherited from SequenceSummary.
FASTASummary从SequenceSummary继承的插槽。
作者(S)----------Author(s)----------
Vince Buffalo <vsbuffalo@ucdavis.edu>
参见----------See Also----------
FASTQSummary is the counterpart of this class for FASTQ data.
FASTQSummary是这一类FASTQ数据的对应。
readSeqFile is the function that takes a FASTA file and returns a FASTASummary object.
readSeqFile是一个FASTA文件的功能,并返回一个FASTASummary对象。
plotBases is a function that plots the distribution of bases over sequence length for a particular FASTASummary object. plotGC combines and plots the GC proportion.
plotBases是一个函数,碱基序列的长度超过特定FASTASummary对象的分布图。 plotGC结合和图的GC比例。
plotSeqLengths is a function that plots a histogram of sequence lengths for a particular FASTASummary object.
plotSeqLengths是一个函数,绘制直方图序列的长度为特定FASTASummary对象。