pkgdown/extra.css

Skip to contents

[Experimental] This function takes a data frame created by create_thimble_df() and writes it to a .tsv file for use with Stitchr (https://jamieheather.github.io/stitchr/).

Usage

write_stitchr_tsv(df, output_name, output_folder = "")

Arguments

df

a data frame of properly formatted TCRs created by create_thimble_df()

output_name

the output name for the .tsv file (".tsv" will be appended)

output_folder

the folder to write the .tsv file to

Value

this function returns NULL and writes a .tsv to the specified folder.

See also

Other stitchr: create_thimble_df()