Literature DB >> 31023725

DPAC: A Tool for Differential Poly(A)-Cluster Usage from Poly(A)-Targeted RNAseq Data.

Andrew Routh1,2.   

Abstract

Poly(A)-tail targeted RNAseq approaches, such as 3'READS, PAS-Seq and Poly(A)-ClickSeq, are becoming popular alternatives to random-primed RNAseq to focus sequencing reads just to the 3' ends of polyadenylated RNAs to identify poly(A)-sites and characterize changes in their usage. Additionally, we and others have demonstrated that these approaches perform similarly to other RNAseq strategies for differential gene expression analysis, while saving on the volume of sequencing data required and providing a simpler library synthesis strategy. Here, we present DPAC ( D ifferential P oly( A )- C lustering); a streamlined pipeline for the preprocessing of poly(A)-tail targeted RNAseq data, mapping of poly(A)-sites, poly(A)-site clustering and annotation, and determination of differential poly(A)-cluster usage using DESeq2. Changes in poly(A)-cluster usage is simultaneously used to report differential gene expression, differential terminal exon usage and alternative polyadenylation (APA).
Copyright © 2019 Routh.

Entities:  

Keywords:  Alternative polyadenylation; ClickSeq; Differential gene expression; Poly(A)-sites

Mesh:

Substances:

Year:  2019        PMID: 31023725      PMCID: PMC6553543          DOI: 10.1534/g3.119.400273

Source DB:  PubMed          Journal:  G3 (Bethesda)        ISSN: 2160-1836            Impact factor:   3.154


The abundance of RNA transcripts as well as poly(A)-site positions can be determined directly from RNAseq techniques that target the junction of 3′UTRs and poly(A) tails. Numerous approaches, including 3′READS (Zheng ), PAS-Seq (Shepard ) and Poly(A)-ClickSeq (Routh ), are commonly and commercially available and can be used to estimate transcript abundance, differential gene expression, alternative terminal exon usage (TE) and alternative polyadenylation (APA). In addition to providing information on the location of poly(A)-sites (PASs) in mRNA transcripts, these methods provide a simple and powerful alternative for gene abundance quantitation to randomly-primed RNAseq in both bulk and single-cell RNAseq experiments. We and others have recently demonstrated that poly(A)-targeted RNAseq approaches perform differential expression analyses similarly to other RNAseq strategies, while saving on the volume of sequencing data required and providing a simpler library synthesis strategy (Elrod ). We present DPAC (ifferential oly()-lustering) as a pipeline to preprocess raw poly(A)-tail targeted RNAseq data, map to a reference genome, identify and annotate the location of PASs, generate poly(A)-clusters (PACs) and determine the differential abundance of PACs between two conditions. DPAC comprises four major stages; 1) Pre-processing of raw poly(A)-tailed RNAseq including estimation of length of poly(A)-tail tracts; 2) mapping to a reference genome; 3) an optional step that locates all PASs in the provided data and generates annotated poly(A)-clusters (PACs); and 4) a differential expression analysis of PACs using DESeq2. By determining changes in individual PAC abundance, DPAC will calculate changes in terminal exon usage and gene expression by collapsing read counts from individual PACs if they are present on the same exon/intron and whole-gene respectively. DPAC compiles these results and generates a final output table simultaneously describing changes in gene expression, terminal exon (or intron) usage and alternative polyadenylation. We demonstrate the utility of this pipeline by re-analyzing published 3′READS+ (Zheng ) and PAS-Seq (Shepard ) datasets as well as our previously published data using Poly(A)-ClickSeq to measure changes in PAC usage in HeLa cells knocked-down for mammalian Cleavage Factor I 25kDa subunit (CFIm25) (Routh ). As expected, DPAC reports that CFIm25 depletion results in substantial shortening in 3′UTRs, while only minimally affecting overall gene expression levels. DPAC, along with annotated poly(A)-cluster databases generated in this manuscript, is maintained and available at https://sourceforge.net/projects/DPAC-Seq/

Materials and Methods

DPAC is a simple bash batch script with associated python3 scripts, run with a single command line entry. Details of the locations and identities of raw data are provided by a user-generated tab-delimited metadata file. The pipeline can be broken down into 4 main stages, each of which can be invoked independently to allow re-analysis with new parameters. A number of software dependencies are listed, though these are common in RNAseq pipelines and on bioinformatic servers. A flow chart of each of the main stages of DPAC is shown in Figure 1.
Figure 1

A flow-chart summarizing each of the stages, required input files and returned output files for the DPAC pipeline. Command-line options used to invoke each stage are illustrated: -P for raw data preprocessing, -M for mapping, -C for poly(A) cluster generation, -A for poly(A) cluster database renaming, -B for bedgraphs, -D for the final differential PAC usage analysis. Examples of the output of the DPAC pipeline are shown for three genes: SCL35E2A, MEGF11, and CD9.

A flow-chart summarizing each of the stages, required input files and returned output files for the DPAC pipeline. Command-line options used to invoke each stage are illustrated: -P for raw data preprocessing, -M for mapping, -C for poly(A) cluster generation, -A for poly(A) cluster database renaming, -B for bedgraphs, -D for the final differential PAC usage analysis. Examples of the output of the DPAC pipeline are shown for three genes: SCL35E2A, MEGF11, and CD9. In this manuscript, we differentiate between poly(A)-sites (PASs) and poly(A)-clusters (PACs) as follows: a PAS corresponds to the exact nucleotide of the junction between a 3′UTR and a poly(A) tract to which either one or more sequence reads has mapped; PACs refer specifically to the annotated regions within the genome (whether exonic, intronic or intergenic) in which either a single or multiple clustered PASs are found. The size of the PAC is determined as a function of the DPAC clustering algorithm, which in turn is determined by the chosen clustering window size (described below) and the distance between adjacent PASs.

Initial data prep and poly(A)-site (PAS) mapping

3′ end sequencing methods including Poly(A)-ClickSeq (PAC-Seq) (Routh ) generate raw sequence reads overlapping the junction of the 3′ UTR and the poly(A) tail of mRNA transcripts. The preparation of raw read data in terms of adapter trimming, poly(A) tail trimming, poly(A) tail length and quality filtering are essentially the same as previously described (Routh ). Mapping to a reference genome as well as extraction of poly(A) sites is also performed as previously described. Briefly, reads are trimmed and quality filtered using fastp (Chen ) (parameters: -a AGATCGGAAGAGC -f 6 -g -l 40 –Q). If using approaches such as 3′READS (Zheng ) where the poly(A)-tail is present in the reverse orientation (i.e. a poly(T) tract is present at the beginning of a read), an addition reverse complementation step is performed using the fastx toolkit (specified using -c). Trimmed reads are trimmed a second time using cutadapt (Martin 2011) to remove and measure the poly(A)-tail returning reads that are longer than a user-defined length (default of 40nts) (parameters: -b A{15} -n 2 -O 10 –m 40). Reads containing poly(A) tracts shorter than 10 A’s are discarded. Next, reads output from this step are compared to the raw data to determine how many A’s (if any) were removed from the 3′ end of the read. This number is appended to the name of each read for future quality filtering. The preprocessing steps of DPAC are invoked by default or by using the ‘–p P’ command-line argument. After data preparation, reads are mapped using default settings to the reference genome using HISAT2 (Kim ). The mapping step of DPAC is invoked by default or by using the ‘–p M’ command-line argument. If required, DPAC will also output the individual bedgraphs annotating all poly(A)-sites and mapping coverage for each sample by using the command-line argument ‘–p B’. These files can be loaded into canonical genome browsers and may be useful when generating figures. However, they are not required for the downstream analysis. An example of these output data are shown in Figure 2, illustrating the mapping of PAC-Seq reads and identified PASs for two samples.
Figure 2

Read coverage and the detected poly(A) sites (PASs) over the CD9 gene for two samples of Poly(A)-ClickSeq analysis of mocked treated HeLa cells (blue) and CFIm25 siRNA treated HeLa cells (orange) are depicted. Poly(A)-Clusters (PACs) are illustrated as a track (red) in the UCSC genome browser. The most frequently detected poly(A)-site within the poly(A)-cluster is highlighted as the thicker portion of the whole poly(A)-cluster in the track.

Read coverage and the detected poly(A) sites (PASs) over the CD9 gene for two samples of Poly(A)-ClickSeq analysis of mocked treated HeLa cells (blue) and CFIm25 siRNA treated HeLa cells (orange) are depicted. Poly(A)-Clusters (PACs) are illustrated as a track (red) in the UCSC genome browser. The most frequently detected poly(A)-site within the poly(A)-cluster is highlighted as the thicker portion of the whole poly(A)-cluster in the track.

Generating Poly(A)-Clusters (PACs)

The poly(A)-clustering stage of DPAC requires specific BED files of annotated genes, exons and introns which can be obtained from the UCSC genome browser table browser. This is not invoked by default, but by using the command-line entry ‘-p C’. To maximize the power of PAC annotation using PAC-Seq, the data from all samples provided by the user in the metadata file are first combined and the 3′end of all reads are used to identify the location of PASs across the reference genome. The number of A’s found in each poly(A)-tract (as determined in the first pre-processing stage of DPAC) is utilized to score the confidence of each PAS. By default, PASs are output to a raw bedgraph file if a PAS is identified by at least 5 reads each with a poly(A)-tract of at least 25 A’s. These parameters can be adjusted in the command-line and must be chosen carefully depending upon the strategy used for poly(A)-seq library synthesis. In Poly(A)-ClickSeq libraries (Routh ), the oligo-dT primer used is 21nts but it is not anchored and therefore can prime anywhere within the poly(A) tail. Therefore, by selecting a number greater than 21 (e.g., the default is 25), this ensures that PASs are only reported if a greater number of A’s were in the poly(A)-tail of the sequencing read than can be derived solely from the oligo-dT primer. In the case of PAC-seq, this provides a valuable tool to filter out reads resulting from internal or mis-priming events at the RT stage. For other techniques such as PAS-seq (Shepard ) and 3′READS+ (Zheng ), the number of A’s found in the poly(A)-tract at the ends of the read is usually only 10-15nts. In these cases, the number of required A’s in each sequencing read must be reduced accordingly to allow PAS annotation. Finally, PASs are filtered for internal priming by counting the number of A’s in the reference genome immediately downstream of the identified PASs. If 12 or more A’s are found within 20 nts downstream, these events are ‘masked’ and not further utilized. PASs are predominantly found at a ‘GA’, ‘UA’ or ‘CA’ dinucleotides, although the exact site is variable (Routh ; Derti ). By default, single PASs occurring within 25 nts of one another are merged into poly(A)-clusters (PACs), which are subsequently treated as singular features in downstream analyses. To annotate PACs, exon and intron annotations are first obtained from the UCSC database. The overlap of each PAC to annotated exons and introns is then determined using bedtools (Quinlan and Hall 2010). PACs are annotated according to: the gene name; whether the PAC is exonic, intronic or found just downstream of a terminal exon; the genomic coordinate; and finally assigned a number depending upon the number of other PACs found within the same exon or intron (for example see Table 1). PACs found in intergenic or otherwise unannotated sequences are numbered sequentially depending upon the total number of unannotated PACs found. This naming scheme is used in the final stage of DPAC to differentiate between alternative polyadenylation events and alternative terminal exon usage.
Table 1

Example of count table used or DESeq2 for CD9, CD9 exon, and CD9 poly(A)-clusters

TableGene/Exon/PACCtrl1Ctrl2Ctrl3CFIm25-Kd1CFIm25-Kd2CFIm25-Kd3
Gene:CD9199318201900663940216806
Exon:CD9_exon_chr12:6346929199318201900663940216806
PACs:CD9_exon_chr12:6346929_PAS-15267388406125374262
CD9_exon_chr12:6346929_PAS-2198815531512257814842544
Rather than performing de novo PAC annotation, pre-existing databases of poly(A)-clusters generated by DPAC, such as the ones used in this report, can be found online at https://sourceforge.net/projects/dpac-seq/files/Poly(A)_Clusters_BED/. Alternatively, other established poly(A) databases such as from the PolyA_DB (Lee ; Zhang ) can be provided to DPAC. As the naming conventions for PACs described above is essential for the downstream stages of DPAC, the ‘-p A’ argument must be selected in these instances to evoke a short script that will rename and sort the PACs. Examples of two specific poly(A)-clusters within the CD9 gene are illustrated in Figure 2 in the hg19 Poly(A)-Cluster track in red. Information regarding the most frequent PAS nucleotide or each PAC is retained as extra columns in the output BED file, illustrated as the thicker BED line Poly(A)-Cluster track.

Determination of differential Poly(A)-Cluster usage using DESeq2

In the final stage of DPAC, the mapped reads from each individual samples are used to determine the frequency of PACs in each dataset by determining the overlaps of the 3′ ends of the mapped reads with the provided poly(A) cluster database using bedtools (Quinlan and Hall 2010). A PAC is counted if the 3′ end of a mapped read overlaps within a user-defined distance (10nts by default) of an annotated poly(A)-cluster and count tables of PACs are returned. Next, if multiple PACs are found within an exon or intron, then these are collapsed into a single entry, generating a new count table for exons and introns. Similarly, if multiple PACs are found within a single gene, these are also collapsed to create a count table just for whole genes. By default, only PACs found in exonic regions are collapsed into gene counts as introns can often contain repetitive and/or transposable elements whose inclusion can artificially inflate count numbers. However, intronic PACs can play important roles in the regulation of gene expression, particularly for long transcripts (Wang ). Therefore, this parameter can be overturned to force inclusion of intronic PASs by selecting ‘-i’ in the command-line. In this case, to help prevent gene-count inflation from reads mapping to repetitive elements that may potentially be mis-mapped, an additional option (‘-m’) is provided to filter out PACs that overlap with annotated repetitive and mobile elements (provided by the user with an additional BED or GTF file), such as from the RepeatMasker database (Smit ). Three sets of count tables are thus generated (see example counts for CD9 and its exons/PACs in Table 1) and passed individually into DESeq2 (Love ). Data normalization and statistical tests are applied using the canonical DESeq2 pipeline using local dispersion estimation and Independent Hypothesis Weighting (IHW) (Ignatiadis ) to estimate false discovery rates and for power maximization. Thus, differential usage of PACs, exons/introns and whole-genes are calculated and the results are output as csv files. As illustrated in the flow-chart in Figure 1, these files are returned for inspection, figure generation and other downstream analyses.

Output

After DESeq2 analysis, a final compiled table is generated containing information about PAC usage for each gene (including only exons unless the –i option is selected). If a gene only has one PAC and thus one terminal exon, only the gene information is returned. Genes with differential expression (fold-change > 1.5; padj < 0.1) are annotated as ‘DOWN’ or ‘UP’. If there is no significant change, genes are labels as ‘NC’ (No Change). Alternative polyadenylation (APA) or differential terminal exon usage (TE) is reported when a gene has two or more PACs (minimum occupancy of 5% per PAC), with at least one PAC undergoing differential usage with an IHW padj <0.1 and resulting in a fractional change of the PAC usage by at least 10%. If two PACs are found in different exons, this is annotated as a differential terminal exon usage event (denoted as ‘TE’). If the two PACs are found in the same exon, then this annotated as an APA event. The relative locations of the PACs is then used to determine whether the APA results in 3′UTR shortening or lengthening. If three or more PACs (again with minimum occupancy of 5% per PAC) are found within a single exon and one of the middle PACs changes in abundance, then this can simultaneously result in changes of abundance of both upstream and downstream PACs, resulting in both a shortening and a lengthening phenotype. These are annotated as ‘APA_both’.

Data Availability Statement

All data used in the manuscript is available at the NCBI SRA database as deposited by their respective authors: HeLa cell PAC-Seq data (PRJNA374982); HeLa cell 3′READs+ data (PRJNA328218); and MEF cell PAS-seq data (PRJNA436720). Annotated PAC datasets generated in this manuscript are available in supplementary material and at https://sourceforge.net/projects/dpac-seq/files/Poly%28A%29_Clusters_BED/ DPAC is freely available (MIT license), is maintained and available at https://sourceforge.net/projects/DPAC-Seq. Supplemental material available at FigShare: https://doi.org/10.25387/g3.7635971.

Results

Re-analysis of Poly(A)-ClickSeq data of CFIm25 knock-down in HeLa cells

To evaluate this pipeline, we re-analyzed the PAC-seq data deposited at NCBI SRA (PRJNA374982) from the original PAC-Seq publication (Routh ). The six datasets were derived from total cellular RNA extracted from three technical replicates each of mock-treated and CFIm25 KD HeLa cells. We applied our pipeline to locate and annotate de novo poly(A)-clusters (PACs) and then to determine the differential usage of PACs between each condition. Annotation data and example command-line entries are provided in the DPAC manual to repeat these analyses. During de novo PAS clustering, a total of 44,422 poly(A) clusters (PACs) with >25 reads were identified in the datasets. Of these, 27,958 were exonic, 7,441 were intronic, 928 were found within 250nts downstream of annotated 3′ terminal exons; and 8,094 were intergenic or otherwise unannotated (Supplementary Data 1). To detect differential poly(A)-cluster usage, we performed the final stage of DPAC using the three following conditions: 1) only considering exonic PACs, 2) considering all PACs (exonic or otherwise) but filtering out PACs overlapping with the hg19 RepeatMasker database; and 3) considering all PACs (exonic or otherwise) but using the poly(A) database (PolyA_DB) instead of de novo PAC annotation. Summaries of the output are shown in Table 2. Reports of both differential gene expression and differential PACs usage (IHW-padj < 0.1, fold-change >1.5) are provided in Supplemental Datasets 2, 3 and 4.
Table 2

Summaries of findings of DPAC analysis of CFIm25 KD HeLa cells using three different sets of parameters

Exons onlyAll PACs (inc. introns)PolyA_DB PACs
Genes mapped124991288611523
- Increase267335261
- Decrease117121103
Exons or introns mapped140252621714367
- Increase342412392
- Decrease130146127
Terminal Exon Change154235194
PACs mapped294114157320949
- Increase11679251052
- Decrease307308271
Genes with multiple PACs506758803881
Genes undergoing APA861647638
- Shortening620457485
- Lengthening827889
- Both15310960
When considering all PACs (including intronic) our pipeline found PACs mapped over a total of 12,886 genes, of which 5,880 (47%) exhibited multiple PACs (Table 2), similar to rates previously reported (Routh ; Lee ). By virtue of measuring differential usage of each individual PAC independently, DPAC revealed differential usage of PACs outside of annotated regions. Indeed, of the total 1,233 identified differentially expressed PACs, 94 (7.6%) were intronic and 99 (8.0%) were found in unannotated regions. Volcano plots illustrating changes in gene expression and PAC abundance are shown in Figure 3. Due to changes in PAC abundance, DPAC reported that 647 genes exhibited APA with the shortening of 457 3′UTRs and lengthening of 78 3′UTRs. 109 exons exhibited both lengthening and shortening, due to the presence of multiple PACs within 3′UTRs. The predominant shortening of 3′UTRs upon knock-down of CFIm25 is the expected phenotype and is consistent with our and others' previous analyses (Routh ; Zhu ; Chu ). Differential PAC usage resulted in alternative terminal exon usage in 236 genes and only 25 genes exhibited APA and TE simultaneously.
Figure 3

Volcano plots of the differential expression of Genes (left) and Poly(A)-Clusters (right) in HeLa cells upon siRNA KD of CFIm25 using default settings of DPAC (data from Table 2, column 1). Red dots indicate genes or PACs with a fold changes greater than 1.5 and a p-adjusted value less than 0.1.

Volcano plots of the differential expression of Genes (left) and Poly(A)-Clusters (right) in HeLa cells upon siRNA KD of CFIm25 using default settings of DPAC (data from Table 2, column 1). Red dots indicate genes or PACs with a fold changes greater than 1.5 and a p-adjusted value less than 0.1. DPAC outputs a report detailing changes in gene expression, exon usage and PAC usage (Supplemental Datasets 2, 3 and 4). Specific examples of the final output are shown in Figure 1. SLC35E21 has two PACs found in two different terminal exons, but there is no significant change in their usage and therefore no alternative terminal exon usage. MEGF11 has only one PAC, and this gene is significantly up-regulated upon CFIm25 KD. CD9 is also up-regulated upon CFIm25 KD due to the up-regulation of one of two PACs found within the same terminal exon with a net effect of 3′UTR shortening. The mapping of the raw data over CD9 and the detected PASs and PACs are shown in Figure 2.

Re-analysis of 3′READs+ and PAS-Seq data

The DPAC pipeline was conceived during the development of analysis of Poly(A)-ClickSeq datatypes. Nonetheless, the DPAC pipeline is applicable to any data type provided that there are poly(A) tracts (or poly(T) tracts in the negative sense) retained within the read data that are of at least 10nts in length and the read length after poly(A) trimming is greater than 25nts. There are many current poly(A)-tail focused methods for RNAseq (Zhang ), that yield similar read data focused on the 3′UTR and poly(A)-tail junction. So to demonstrate this functionality, we ran the DPAC pipeline using previously deposited and published datasets to generate de novo PAC datasets: 1) 3′READs+ data derived from HeLa cells (human) (Zheng ) and 2) PAS-Seq datasets derived from MEF cells (murine) (Chang ). Summaries of the output are shown in Table 3 and the final PAC datasets (BED format) are available in Supplementary Datafiles 5 and 6 respectively.
Table 3

Summaries of Poly(A)-Clusters annotated using 3′READs+ and PAS-Seq datasets

StrategyArticleGenomeRaw ReadsProcessed ReadsPACs discoveredParameters Used (other than default)
3′READs+50SE HiSeq(Zheng et al. 2016)hg19 Homo sapiens29,820,497 4 datasets2,519,86721,532 Total, 15,599 Exonic, 2,081 Intronic, 3,852 Intergenic‘-c’ (Reverse Complement), ‘-a 10’ (Minimum A-tract length), ‘-l 25’ (Minimum read length)
PAS-Seq 100SE HiSeq(Chang et al. 2018)mm10 Mus musculus83,224,679 4 datasets37,663,51634,156 Total, 19,922 Exonic, 4,834 Intronic, 9,402 Intergenic‘-a 10’ (Minimum A-tract length)

Discussion

In summary, DPAC performs each of the necessary steps required for preprocessing, poly(A)-site identification, poly(A)-clustering and differential PAC usage required for poly(A)-targeted RNAseq experiments. Our pipeline is suitable for analysis of multiple different strategies for poly(A)-tail sequencing, provided that stretches of the poly(A)-tail greater than 10nts are retained within the sequencing data. We further recommend that read-lengths are sufficiently long, once accounting for removal of the poly(A)-tract, so that at least 40nts of 3′UTR sequence remain. While shorter reads can be tolerated (e.g., as demonstrated in Table 3), this ensures that reads are mapped unambiguously, which may be particularly important for large genomes. In principle, DPAC may also be used to analyze canonical random-primed RNAseq data or RNAseq data enriched coarsely for 3′UTRs, such as in QuantSeq (Moll ), as many of these reads will map over the junction of the 3′UTR and poly(A) by chance, although the frequency of these reads may be low. However, there exist other sophisticated tools for poly(A)-site annotation and measurement of alternative polyadenylation such as DaPars (Xia ) and TAPAS (Arefeen ) that are designed specifically for these data types. DPAC reports the expected findings upon reanalysis of Poly(A)-ClickSeq datasets comparing mock and CFIm25-knockdown HeLa cells. By virtue of assessing changes in all PACs regardless of whether they are found in annotated genomic regions, DPAC may also allow discovery of novel mRNA transcripts and/or changes in the expression of ncRNAs and/or non-coding transposable elements. DPAC therefore provides a singular pipeline to simultaneously report differential gene expression, terminal exon usage and alternative polyadenylation.
  19 in total

1.  An integrative model for alternative polyadenylation, IntMAP, delineates mTOR-modulated endoplasmic reticulum stress response.

Authors:  Jae-Woong Chang; Wei Zhang; Hsin-Sung Yeh; Meeyeon Park; Chengguo Yao; Yongsheng Shi; Rui Kuang; Jeongsik Yong
Journal:  Nucleic Acids Res       Date:  2018-07-06       Impact factor: 16.971

2.  Development of Poly(A)-ClickSeq as a tool enabling simultaneous genome-wide poly(A)-site identification and differential expression analysis.

Authors:  Nathan D Elrod; Elizabeth A Jaworski; Ping Ji; Eric J Wagner; Andrew Routh
Journal:  Methods       Date:  2019-01-06       Impact factor: 3.608

3.  HISAT: a fast spliced aligner with low memory requirements.

Authors:  Daehwan Kim; Ben Langmead; Steven L Salzberg
Journal:  Nat Methods       Date:  2015-03-09       Impact factor: 28.547

4.  Complex and dynamic landscape of RNA polyadenylation revealed by PAS-Seq.

Authors:  Peter J Shepard; Eun-A Choi; Jente Lu; Lisa A Flanagan; Klemens J Hertel; Yongsheng Shi
Journal:  RNA       Date:  2011-02-22       Impact factor: 4.942

5.  Nudt21 regulates the alternative polyadenylation of Pak1 and is predictive in the prognosis of glioblastoma patients.

Authors:  Yuan Chu; Nathan Elrod; Chaojie Wang; Lei Li; Tao Chen; Andrew Routh; Zheng Xia; Wei Li; Eric J Wagner; Ping Ji
Journal:  Oncogene       Date:  2019-01-31       Impact factor: 9.867

6.  PolyA_DB 2: mRNA polyadenylation sites in vertebrate genes.

Authors:  Ju Youn Lee; Ijen Yeh; Ji Yeon Park; Bin Tian
Journal:  Nucleic Acids Res       Date:  2007-01       Impact factor: 16.971

7.  Moderated estimation of fold change and dispersion for RNA-seq data with DESeq2.

Authors:  Michael I Love; Wolfgang Huber; Simon Anders
Journal:  Genome Biol       Date:  2014       Impact factor: 13.583

8.  Data-driven hypothesis weighting increases detection power in genome-scale multiple testing.

Authors:  Nikolaos Ignatiadis; Bernd Klaus; Judith B Zaugg; Wolfgang Huber
Journal:  Nat Methods       Date:  2016-05-30       Impact factor: 28.547

9.  Poly(A)-ClickSeq: click-chemistry for next-generation 3΄-end sequencing without RNA enrichment or fragmentation.

Authors:  Andrew Routh; Ping Ji; Elizabeth Jaworski; Zheng Xia; Wei Li; Eric J Wagner
Journal:  Nucleic Acids Res       Date:  2017-07-07       Impact factor: 16.971

10.  Regulation of Intronic Polyadenylation by PCF11 Impacts mRNA Expression of Long Genes.

Authors:  Ruijia Wang; Dinghai Zheng; Lu Wei; Qingbao Ding; Bin Tian
Journal:  Cell Rep       Date:  2019-03-05       Impact factor: 9.423

View more
  6 in total

1.  Chikungunya Virus Infects the Heart and Induces Heart-Specific Transcriptional Changes in an Immunodeficient Mouse Model of Infection.

Authors:  Rose M Langsjoen; Yiyang Zhou; Richard J Holcomb; Andrew L Routh
Journal:  Am J Trop Med Hyg       Date:  2021-11-29       Impact factor: 3.707

2.  Resolution of polycistronic RNA by SL2 trans-splicing is a widely conserved nematode trait.

Authors:  Marius Wenzel; Christopher Johnston; Berndt Müller; Jonathan Pettitt; Bernadette Connolly
Journal:  RNA       Date:  2020-09-04       Impact factor: 4.942

3.  RBFOX2 is critical for maintaining alternative polyadenylation patterns and mitochondrial health in rat myoblasts.

Authors:  Jun Cao; Sunil K Verma; Elizabeth Jaworski; Stephanie Mohan; Chloe K Nagasawa; Kempaiah Rayavara; Amanda Sooter; Sierra N Miller; Richard J Holcomb; Mason J Powell; Ping Ji; Nathan D Elrod; Eda Yildirim; Eric J Wagner; Vsevolod Popov; Nisha J Garg; Andrew L Routh; Muge N Kuyumcu-Martinez
Journal:  Cell Rep       Date:  2021-11-02       Impact factor: 9.423

4.  Tau Modulates mRNA Transcription, Alternative Polyadenylation Profiles of hnRNPs, Chromatin Remodeling and Spliceosome Complexes.

Authors:  Mauro Montalbano; Elizabeth Jaworski; Stephanie Garcia; Anna Ellsworth; Salome McAllen; Andrew Routh; Rakez Kayed
Journal:  Front Mol Neurosci       Date:  2021-12-03       Impact factor: 5.639

5.  Zika Virus Infection Alters Gene Expression and Poly-Adenylation Patterns in Placental Cells.

Authors:  Stephanea L Sotcheff; John Yun-Chung Chen; Nathan Elrod; Jun Cao; Elizabeth Jaworski; Mugé N Kuyumcu-Martinez; Pei-Yong Shi; Andrew L Routh
Journal:  Pathogens       Date:  2022-08-18

6.  Human Pumilio proteins directly bind the CCR4-NOT deadenylase complex to regulate the transcriptome.

Authors:  Isioma I I Enwerem; Nathan D Elrod; Chung-Te Chang; Ai Lin; Ping Ji; Jennifer A Bohn; Yevgen Levdansky; Eric J Wagner; Eugene Valkov; Aaron C Goldstrohm
Journal:  RNA       Date:  2021-01-04       Impact factor: 4.942

  6 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.