Description Usage Arguments Value
View source: R/create_protein_dat.R
Create a data set for protein
1 | create_protein_dat(path_l, path_u, type = "sequences", WT = NULL)
|
path_l |
the file path for the labeled sequences. File type can be txt or txt.gzip |
path_u |
the file path for the unlabeled sequences |
type |
type of the input files; "sequences" or "mutations" based on the type of the input; a default is "sequences" |
WT |
a reference sequence if input type is "mutations" |
a data table containing (sequence, labeled, unlabeled, seqId)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.