View source: R/write_df_to_fastq.R
write.df_to_fastq | R Documentation |
Write a FASTQ file from a dataframe of reads
write.df_to_fastq(df)
df |
A dataframe containing reads in the format "Header", "Sequence", and "QualityScore". |
A FASTQ file with the same name as the input dataframe.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.