View source: R/read_eager_results.R
read_eager_tsv | R Documentation |
Read content of an eager TSV and convert information to poseidon janno columns
read_eager_tsv(eager_tsv_fn, keep_only = "none")
eager_tsv_fn |
character. Path to the TSV file used as input for the eager run. |
keep_only |
character. Can be set to "none", "single", or "double". If set to 'single; or 'double', will keep only information for libraries with the specified strandedness. If 'none', all information is retained. |
A tibble with columns for information for janno columns Sample_Name, Nr_Libraries, Capture_Type, UDG, and Library_Built, and an additional column with the IDs of the libraries included for each sample. The latter is used to pull only relevant information from the eager results tables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.