multimolecule / aparent

huggingface.co
Total runs: 36
24-hour runs: 0
7-day runs: -53
30-day runs: 36
Model's Last Updated: May 31 2026
other

Introduction of aparent

Model Details of aparent

APARENT

Convolutional neural network for predicting human 3'UTR Alternative Polyadenylation (APA) from sequence.

Disclaimer

This is an UNOFFICIAL implementation of A Deep Neural Network for Predicting and Engineering Alternative Polyadenylation by Nicholas Bogard, Johannes Linder et al.

The OFFICIAL repository of APARENT is at johli/aparent .

The MultiMolecule team has confirmed that the provided model and checkpoints are producing the same intermediate representations as the original implementation.

The team releasing APARENT did not write this model card for this model so this model card has been written by the MultiMolecule team.

Model Details

APARENT (APA REgression NeT) is a convolutional neural network trained on more than 3.5 million randomized 3'UTR poly-A signals expressed on mini-gene reporters in HEK293. Given a fixed-length 205 nt 3'UTR/polyA sequence, APARENT predicts the alternative-polyadenylation isoform proportion (a scalar) and a positional cleavage distribution. The model is primarily used to score the impact of genetic variants on APA regulation and to engineer new polyadenylation signals. Please refer to the Training Details section for more information on the training process.

This MultiMolecule port converts the base, non-normalised checkpoint ( aparent_large_lessdropout_all_libs_no_sampleweights.h5 ) that the original authors recommend for isoform and variant-effect prediction.

Architecture
  • Input: fixed-length 205 nt one-hot sequence.
  • Conv1d (96 filters, kernel 8) + ReLU, spanning the full nucleotide dimension.
  • MaxPool1d (window 2).
  • Conv1d (128 filters, kernel 6) + ReLU.
  • Flatten (length-major, channel-minor) concatenated with the upstream distal-PAS scalar.
  • Linear (512) + ReLU + Dropout.
  • Linear (256) + ReLU + Dropout — the shared sequence representation ( pooler_output ).
  • Two output layers consuming the shared representation concatenated with the upstream library one-hot:
    • isoform proportion: Linear (1), sigmoid.
    • cleavage distribution: Linear (206), softmax.

The MultiMolecule AparentForSequencePrediction exposes the upstream sequence-level APA isoform score. The upstream positional cleavage distribution remains available on AparentModel as cleavage_logits . The upstream library one-hot and distal-PAS scalar are rebuilt as deterministic constants matching the upstream default encoder.

Model Specification
Num Layers Hidden Size Num Parameters (M) FLOPs (G) MACs (G) Max Num Tokens
4 256 6.43 0.03 0.01 205
Links
Usage

The model file depends on the multimolecule library. You can install it using pip:

pip install multimolecule
Direct Use
APA Isoform Prediction

You can use this model directly to predict the APA isoform proportion of a 3'UTR/polyA sequence:

>>> from multimolecule import DnaTokenizer, AparentForSequencePrediction

>>> tokenizer = DnaTokenizer.from_pretrained("multimolecule/aparent")
>>> model = AparentForSequencePrediction.from_pretrained("multimolecule/aparent")
>>> output = model(**tokenizer("ACGTACGTACGT", return_tensors="pt"))

>>> output.keys()
odict_keys(['logits'])

The full upstream isoform and cleavage outputs are available on the backbone:

>>> from multimolecule import DnaTokenizer, AparentModel

>>> tokenizer = DnaTokenizer.from_pretrained("multimolecule/aparent")
>>> model = AparentModel.from_pretrained("multimolecule/aparent")
>>> output = model(**tokenizer("ACGTACGTACGT", return_tensors="pt"))

>>> output.keys()
odict_keys(['pooler_output', 'isoform_logits', 'cleavage_logits'])
Training Details

APARENT was trained to jointly predict the APA isoform proportion and the positional cleavage distribution of randomized 3'UTR poly-A signals.

Training Data

APARENT was trained on more than 3.5 million randomized 3'UTR poly-A signal sequences expressed on mini-gene reporters in HEK293 cells (a massively parallel reporter assay, MPRA). The raw sequencing data for the 3'UTR MPRA libraries are available at GEO accession GSE113849.

The converted checkpoint ( aparent_large_lessdropout_all_libs_no_sampleweights.h5 ) was trained on all MPRA libraries (no libraries held out) to produce the best general-purpose APA predictor; it differs from the per-library held-out model evaluated in the paper.

Training Procedure
Pre-training

The model was trained to minimize a combined objective: a sigmoid KL-divergence on the isoform proportion and a KL-divergence on the positional cleavage distribution, weighted equally.

Citation
@article{bogard2019adeep,
  author    = {Bogard, Nicholas and Linder, Johannes and Rosenberg, Alexander B. and Seelig, Georg},
  title     = {A Deep Neural Network for Predicting and Engineering Alternative Polyadenylation},
  journal   = {Cell},
  volume    = {178},
  number    = {1},
  pages     = {91--106.e23},
  year      = {2019},
  publisher = {Elsevier BV},
  doi       = {10.1016/j.cell.2019.04.046}
}

The artifacts distributed in this repository are part of the MultiMolecule project. If you use MultiMolecule in your research, you must cite the MultiMolecule project as follows:

@software{chen_2024_12638419,
  author    = {Chen, Zhiyuan and Zhu, Sophia Y.},
  title     = {MultiMolecule},
  doi       = {10.5281/zenodo.12638419},
  publisher = {Zenodo},
  url       = {https://doi.org/10.5281/zenodo.12638419},
  year      = 2024,
  month     = may,
  day       = 4
}
Contact

Please use GitHub issues of MultiMolecule for any questions or comments on the model card.

Please contact the authors of the APARENT paper for questions or comments on the paper/model.

License

This model implementation is licensed under the GNU Affero General Public License .

For additional terms and clarifications, please refer to our License FAQ .

SPDX-License-Identifier: AGPL-3.0-or-later

Runs of multimolecule aparent on huggingface.co

36
Total runs
0
24-hour runs
-21
3-day runs
-53
7-day runs
36
30-day runs

More Information About aparent huggingface.co Model

More aparent license Visit here:

https://choosealicense.com/licenses/agpl-3.0

aparent huggingface.co

aparent huggingface.co is an AI model on huggingface.co that provides aparent's model effect (), which can be used instantly with this multimolecule aparent model. huggingface.co supports a free trial of the aparent model, and also provides paid use of the aparent. Support call aparent model through api, including Node.js, Python, http.

multimolecule aparent online free

aparent huggingface.co is an online trial and call api platform, which integrates aparent's modeling effects, including api services, and provides a free online trial of aparent, you can try aparent online for free by clicking the link below.

multimolecule aparent online free url in huggingface.co:

https://huggingface.co/multimolecule/aparent

aparent install

aparent is an open source model from GitHub that offers a free installation service, and any user can find aparent on GitHub to install. At the same time, huggingface.co provides the effect of aparent install, users can directly use aparent installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

aparent install url in huggingface.co:

https://huggingface.co/multimolecule/aparent

Url of aparent

Provider of aparent huggingface.co

multimolecule
ORGANIZATIONS

Other API from multimolecule

huggingface.co

Total runs: 12.8K
Run Growth: -20.9K
Growth Rate: -164.14%
Updated:February 02 2026
huggingface.co

Total runs: 1.2K
Run Growth: 107
Growth Rate: 9.01%
Updated:February 02 2026
huggingface.co

Total runs: 310
Run Growth: -7.4K
Growth Rate: -2388.71%
Updated:February 02 2026
huggingface.co

Total runs: 303
Run Growth: 124
Growth Rate: 40.92%
Updated:February 02 2026
huggingface.co

Total runs: 165
Run Growth: -537
Growth Rate: -325.45%
Updated:February 02 2026
huggingface.co

Total runs: 48
Run Growth: 0
Growth Rate: 0.00%
Updated:December 16 2024
huggingface.co

Total runs: 40
Run Growth: 40
Growth Rate: 100.00%
Updated:May 31 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:September 14 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:September 14 2024