powered by
Deletes top hub sequences from repertoire, changing the network architecture.
hub_seqs_exclusion(repertoire, top_x = 0.005, report = FALSE, output_dir = "", verbose = TRUE)
An annotated AIRR compliant repertoire.
(http://docs.airr-community.org/en/latest/)
Determines what percentage of hub sequences get excluded
(Default: 0.005, i.e. Top 0.5 percent)
The user can choose to output a report csv file containing the excluded sequences. (Default: FALSE)
If user specifies and output directory a csv file containing the excluded sequences is saved at that path, otherwise it will be saved in tempdir().
Determines whether messages on plot locations are output to user. (Default: TRUE)
Repertoire reduced by hub sequence (new network architecture)
# NOT RUN { repertoire <- list_example_repertoires[["example_repertoire_A"]] rep_excluded_hubs <- hub_seqs_exclusion(repertoire, top_x = 0.005, output_dir = "") # }
Run the code above in your browser using DataLab