dwinter / pafr

Read, manipulate and visualize 'Pairwise mApping Format' data in R
Other
65 stars 8 forks source link

class / print function for .paf table #3

Closed dwinter closed 5 years ago

dwinter commented 5 years ago

At present, the .paf data is returned as either a data.frame or tibble

If we replace the data.frame with a custom object class that inherits from data.frame we can provide a print function that summarises the contents.