Description Usage Arguments Details Value See Also Examples
View source: R/funclib_polyAtailor.R
geneAnno
Add genetic information to the tail after
alignment.
1 | geneAnno(tailDF, refPath, bamdf, GFF, longRead)
|
tailDF |
The tailScan dataframe.This parameter is required if the sequence type is shortreads, and omitted if the sequence type is longreads. |
refPath |
The path of Reference conversion table. |
bamdf |
The output dataframe of the function tailMap. Include at least read_num,chr,strand,coord. |
GFF |
GFF file, can be GFF/GTF/GFF3, or TXDB comment package.It is recommended to use the TXDB annotation package, but be careful about the correspondence of the reference genome version. |
longRead |
Boolean value.If your sequence type is longreads this parameter is T, otherwise it is F, and the default is T. |
This function annotates the gene information, including the gene ID and gene type, using the tail of the matched gene from the GFF file.
Added tail table of gene annotation information.Include at least read_num,tail,PAL,chr,strand,gene,gene_type,tailType,read_type and sample.
[tailMap()] to quantitative tails without sequence algin.
Other Poly(A) Tail length quantification functions:
faBuilder()
,
tailMap()
,
tailScan()
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.