View source: R/read_polyA_data.R
read_polya_single | R Documentation |
This is the basic function used to import output from nanopolish polya
to R
read_polya_single(polya_path, gencode = TRUE, sample_name = NA)
polya_path |
path to nanopolish output file |
gencode |
are contig names GENCODE-compliant. Can get transcript names and ensembl_transcript IDs if reads were mapped for example to Gencode reference transcriptome |
sample_name |
sample name (optional), provided as a string. If specified will be included as an additional column sample_name. |
a tibble with polya predictions
read_polya_multiple
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.