write.df_to_fastq: Write a FASTQ file from a dataframe of reads

View source: R/write_df_to_fastq.R

write.df_to_fastqR Documentation

Write a FASTQ file from a dataframe of reads

Description

Write a FASTQ file from a dataframe of reads

Usage

write.df_to_fastq(df)

Arguments

df

A dataframe containing reads in the format "Header", "Sequence", and "QualityScore".

Value

A FASTQ file with the same name as the input dataframe.

Examples

sample_file_path_two <- system.file("extdata", "sample_fq.fastq", package = "baseq")
read.fastq_to_df(sample_file_path_two)
write.df_to_fastq(sample_fq)


ambu-vijayan/baseq documentation built on May 6, 2023, 10:31 p.m.