-
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
6 changed files
with
34 additions
and
3 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
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
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 |
---|---|---|
|
@@ -13,3 +13,4 @@ | |
"Eco1-AID yeast .pairs file","Hi-C performed on Eco1-AID mutant yeast strain upon IAA treatment processed with tinyMapper and represented as a filtered pairs file. Data representation derived from SRA run results SRR16250953.",3.16,"S288C","Zip","https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM5918405","Aug 17 2022","Saccharomyces cerevisiae",4932,"FALSE","Jacques Serizay","Jacques Serizay <[email protected]>","character","FilePath","HiContactsData/S288C_Eco1-AID.pairs.gz","HiCData" | ||
"mESC .mcool contact matrix","Hi-C performed on mouse embryonic stem cells (mESCs) processed with tinyMapper and represented as a multi-resolution mcool file. Data representation derived from SRA run results SRR5339749.",3.16,"mm10","HDF5","https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM2533818","Aug 17 2022","Mus musculus",10090,"FALSE","Jacques Serizay","Jacques Serizay <[email protected]>","character","FilePath","HiContactsData/mESCs.mcool","HiCData" | ||
"mESC .pairs file","Hi-C performed on mouse embryonic stem cells (mESCs) processed with tinyMapper and represented as a filtered pairs file. Data representation derived from SRA run results SRR5339749.",3.16,"mm10","TXT","https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM2533818","Aug 17 2022","Mus musculus",10090,"FALSE","Jacques Serizay","Jacques Serizay <[email protected]>","character","FilePath","HiContactsData/mESCs.pairs.gz","HiCData" | ||
"HFFc6 .mcool contact matrix","Hi-C performed on Human foreskin fibroblast cell line (HFFc6). Data obtained from 4DN data portal (ID 4DNFI9FVHJZQ) and filtered to only retain chr17.",3.18,"GRCh38","HDF5","https://data.4dnucleome.org/files-processed/4DNFI9FVHJZQ/","Aug 17 2022","Homo sapiens",9606,"FALSE","Jacques Serizay","Jacques Serizay <[email protected]>","character","FilePath","HiContactsData/microC_HFFc6_chr17.mcool","HiCData" |
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
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 |
---|---|---|
|
@@ -237,6 +237,23 @@ toydata <- list( | |
DispatchClass = "FilePath", | ||
RDataPath = "HiContactsData/mESCs.pairs.gz", | ||
Tags = "HiCData" | ||
), | ||
list(Title = "HFFc6 .mcool contact matrix", | ||
Description = "Hi-C performed on Human foreskin fibroblast cell line (HFFc6). Data obtained from 4DN data portal (ID 4DNFI9FVHJZQ) and filtered to only retain chr17.", | ||
BiocVersion = "3.16", | ||
Genome = "GRCh38", | ||
SourceType = "HDF5", | ||
SourceUrl = "https://data.4dnucleome.org/files-processed/4DNFI9FVHJZQ/", | ||
SourceVersion = "Aug 17 2022", | ||
Species = "Homo sapiens", | ||
TaxonomyId = "9606", | ||
Coordinate_1_based = "FALSE", | ||
DataProvider = "Jacques Serizay", | ||
Maintainer = "Jacques Serizay <[email protected]>", | ||
RDataClass = "character", | ||
DispatchClass = "FilePath", | ||
RDataPath = "HiContactsData/microC_HFFc6_chr17.mcool", | ||
Tags = "HiCData" | ||
) | ||
) | ||
toydata <- do.call(rbind, toydata) |> as.data.frame() |> apply(2, unlist) |> as.data.frame() | ||
|
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