读取 WebofScience 导出的 Fast5000 文件
     
    
    Usage
    read_fast5k(file, remove = "auto")
 
     
    
    Arguments
- file
 
字符串, Fast5000 文件的路径。
 
- remove
 
字符串,指定是否移除某些数据。默认为 "auto"。
 
 
    
    Value
    返回处理后的数据(具体返回类型取决于实现)
     
    
    Examples
    if (FALSE) { # \dontrun{
data = read_fast5k("path/to/file.fast5")
} # }