Write a tab-separated "thimble" text file for use with Stitchr
write_stitchr_tsv.Rd
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/).
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
See also
Other stitchr:
create_thimble_df()