Description Usage Arguments Value
Main training function.
1 2 | train(negatives, positives, prelist, postlist, field, pcut, minpublic,
updateProgress)
|
negatives |
Dataframe of sequence frequencies in negative samples. |
positives |
Datafram of sequence frequencies in positive samples. |
prelist |
Vector of negative training samples. |
postlist |
Vector of positive training samples. |
field |
String containing the column or columns (space-delimited) of interest. |
pcut |
P-value threshold for fisher-exact test. |
minpublic |
Sequence frequency threshold to be considered. |
updateProgress |
Function for updating a progress bar in a Shiny interface. |
List containing both negtive (n) and positive (v) clonotype percentages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.