-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: crisprScoreData | ||
Version: 1.1.3 | ||
Date: 2022-06-16 | ||
Version: 1.1.4 | ||
Date: 2022-10-12 | ||
Title: Pre-trained models for the crisprScore package | ||
Authors@R: c( | ||
person("Jean-Philippe", "Fortin", email = "[email protected]", role = c("aut", "cre", "cph"))) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
"Title","Description","BiocVersion","Genome","SourceType","SourceUrl","SourceVersion","Species","TaxonomyId","Coordinate_1_based","DataProvider","Maintainer","RDataClass","DispatchClass","RDataPath" | ||
"DeepWt.hdf5","DeepHF pretrained model for widtype Cas9.","3.14",NA,"HDF5","https://github.com/izhangcd/DeepHF","1",NA,NA,TRUE,"Fudan University","Jean-Philippe Fortin <[email protected]>","character","FilePath","crisprScoreData/DeepHF/DeepWt.hdf5" | ||
"DeepWt_T7.hdf5","DeepHF pretrained model for widtype Cas9 (T7 promoter).","3.14",NA,"HDF5","https://github.com/izhangcd/DeepHF","1",NA,NA,TRUE,"Fudan University","Jean-Philippe Fortin <[email protected]>","character","FilePath","crisprScoreData/DeepHF/DeepWt_T7.hdf5" | ||
"DeepWt_U6.hdf5","DeepHF pretrained model for widtype Cas9 (U6 promoter).","3.14",NA,"HDF5","https://github.com/izhangcd/DeepHF","1",NA,NA,TRUE,"Fudan University","Jean-Philippe Fortin <[email protected]>","character","FilePath","crisprScoreData/DeepHF/DeepWt_U6.hdf5" | ||
"esp_rnn_model.hdf5","DeepHF pretrained model for EspCas9.","3.14",NA,"HDF5","https://github.com/izhangcd/DeepHF","1",NA,NA,TRUE,"Fudan University","Jean-Philippe Fortin <[email protected]>","character","FilePath","crisprScoreData/DeepHF/esp_rnn_model.hdf5" | ||
"hf_rnn_model.hdf5","DeepHF pretrained model for HFCas9.","3.14",NA,"HDF5","https://github.com/izhangcd/DeepHF","1",NA,NA,TRUE,"Fudan University","Jean-Philippe Fortin <[email protected]>","character","FilePath","crisprScoreData/DeepHF/hf_rnn_model.hdf5" | ||
"Model_weights.pkl","Lindel pretrained model weights.","3.14",NA,"TXT","https://github.com/shendurelab/Lindel","1",NA,NA,TRUE,"University of Washington","Jean-Philippe Fortin <[email protected]>","character","FilePath","crisprScoreData/Lindel/Model_weights.pkl" | ||
"CRISPRa_model.pkl","Weissman pretrained model for CRISPRa.","3.14",NA,"TXT","https://github.com/mhorlbeck/CRISPRiaDesign","1",NA,NA,TRUE,"UCSF","Jean-Philippe Fortin <[email protected]>","character","FilePath","crisprScoreData/Weissman/CRISPRa_model.pkl" | ||
"CRISPRi_model.pkl","Weissman pretrained model for CRISPRi.","3.14",NA,"TXT","https://github.com/mhorlbeck/CRISPRiaDesign","1",NA,NA,TRUE,"UCSF","Jean-Philippe Fortin <[email protected]>","character","FilePath","crisprScoreData/Weissman/CRISPRi_model.pkl" | ||
"crispria_dnase_human_K562_hg38.bigWig","Processed DNase-seq data for K562 lifted to hg38","3.14",NA,"BigWig","https://github.com/mhorlbeck/CRISPRiaDesign","1",NA,NA,TRUE,"UCSF","Jean-Philippe Fortin <[email protected]>","character","FilePath","crisprScoreData/Weissman/crispria_dnase_human_K562_hg38.bigWig" | ||
"crispria_faire_human_K562_hg38.bigWig","Processed FAIRE-seq data for K562 lifted to hg38","3.14",NA,"BigWig","https://github.com/mhorlbeck/CRISPRiaDesign","1",NA,NA,TRUE,"UCSF","Jean-Philippe Fortin <[email protected]>","character","FilePath","crisprScoreData/Weissman/crispria_faire_human_K562_hg38.bigWig" | ||
"crispria_mnase_human_K562_hg38.bigWig","Processed MNase-seq data for K562 lifted to hg38","3.14",NA,"BigWig","https://github.com/mhorlbeck/CRISPRiaDesign","1",NA,NA,TRUE,"UCSF","Jean-Philippe Fortin <[email protected]>","character","FilePath","crisprScoreData/Weissman/crispria_mnase_human_K562_hg38.bigWig" | ||
"RFcombined.rds","CasRx-RF pretrained random forest model for CasRx.","3.14",NA,"RDS","https://gitlab.com/sanjanalab/cas13/","1",NA,NA,TRUE,"New York Genome Center","Jean-Philippe Fortin <[email protected]>","character","FilePath","crisprScoreData/CasRxRF/RFcombined.rds" | ||
Title,Description,BiocVersion,Genome,SourceType,SourceUrl,SourceVersion,Species,TaxonomyId,Coordinate_1_based,DataProvider,Maintainer,RDataClass,DispatchClass,RDataPath | ||
DeepWt.hdf5,DeepHF pretrained model for widtype Cas9.,3.14,NA,HDF5,https://github.com/izhangcd/DeepHF,1,NA,NA,TRUE,Fudan University,Jean-Philippe Fortin <[email protected]>,character,FilePath,crisprScoreData/DeepHF/DeepWt.hdf5 | ||
DeepWt_T7.hdf5,DeepHF pretrained model for widtype Cas9 (T7 promoter).,3.14,NA,HDF5,https://github.com/izhangcd/DeepHF,1,NA,NA,TRUE,Fudan University,Jean-Philippe Fortin <[email protected]>,character,FilePath,crisprScoreData/DeepHF/DeepWt_T7.hdf5 | ||
DeepWt_U6.hdf5,DeepHF pretrained model for widtype Cas9 (U6 promoter).,3.14,NA,HDF5,https://github.com/izhangcd/DeepHF,1,NA,NA,TRUE,Fudan University,Jean-Philippe Fortin <[email protected]>,character,FilePath,crisprScoreData/DeepHF/DeepWt_U6.hdf5 | ||
esp_rnn_model.hdf5,DeepHF pretrained model for EspCas9.,3.14,NA,HDF5,https://github.com/izhangcd/DeepHF,1,NA,NA,TRUE,Fudan University,Jean-Philippe Fortin <[email protected]>,character,FilePath,crisprScoreData/DeepHF/esp_rnn_model.hdf5 | ||
hf_rnn_model.hdf5,DeepHF pretrained model for HFCas9.,3.14,NA,HDF5,https://github.com/izhangcd/DeepHF,1,NA,NA,TRUE,Fudan University,Jean-Philippe Fortin <[email protected]>,character,FilePath,crisprScoreData/DeepHF/hf_rnn_model.hdf5 | ||
Model_weights.pkl,Lindel pretrained model weights.,3.14,NA,TXT,https://github.com/shendurelab/Lindel,1,NA,NA,TRUE,University of Washington,Jean-Philippe Fortin <[email protected]>,character,FilePath,crisprScoreData/Lindel/Model_weights.pkl | ||
CRISPRa_model.pkl,Weissman pretrained model for CRISPRa.,3.14,NA,TXT,https://github.com/mhorlbeck/CRISPRiaDesign,1,NA,NA,TRUE,UCSF,Jean-Philippe Fortin <[email protected]>,character,FilePath,crisprScoreData/Weissman/CRISPRa_model.pkl | ||
CRISPRi_model.pkl,Weissman pretrained model for CRISPRi.,3.14,NA,TXT,https://github.com/mhorlbeck/CRISPRiaDesign,1,NA,NA,TRUE,UCSF,Jean-Philippe Fortin <[email protected]>,character,FilePath,crisprScoreData/Weissman/CRISPRi_model.pkl | ||
RFcombined.rds,CasRx-RF pretrained random forest model for CasRx.,3.14,NA,RDS,https://gitlab.com/sanjanalab/cas13/,1,NA,NA,TRUE,New York Genome Center,Jean-Philippe Fortin <[email protected]>,character,FilePath,crisprScoreData/CasRxRF/RFcombined.rds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters