Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input data length #10

Closed
wawpaopao opened this issue Dec 22, 2023 · 1 comment
Closed

input data length #10

wawpaopao opened this issue Dec 22, 2023 · 1 comment

Comments

@wawpaopao
Copy link

According to the tutorial, the input data length should be 600. However, it was mentioned that both downstream and upstream sequences are padded with a fixed length of 200. Could you please explain the rationale behind this approach?

@sjgosai
Copy link
Owner

sjgosai commented Feb 16, 2024

@wawpaopao, we used weights from Basset, trained on DHS data from >100 cell lines, to initialize layers in our model that matched. We found this was very helpful for training models on our MPRA data set. The downside was that Basset was a fixed input length model (600 nt) so our model maintained that requirement, despite the training inputs being shorter (<=200 nt). We decided to pad the elements with the flanking sequences from the MPRA vector that reflects the local sequence context of the MPRA oligos.

Apologies for the delay in my response. HTH.

@sjgosai sjgosai closed this as completed Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants