-
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
1 parent
cb47d69
commit 47a28ea
Showing
1 changed file
with
58 additions
and
2 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,5 +1,61 @@ | ||
export const geneRed = "#FF0000" | ||
export const geneBlue = "#1E90FF" | ||
/** | ||
* cCRE Groups | ||
*/ | ||
export const PLS = "#FFCD00" | ||
export const pELS = "#FFA700" | ||
export const dELS = "#FFCD00" | ||
export const CAH3K4me3 = "#ffaaaa" | ||
export const CA_CTCF = "#00B0F0" | ||
export const CA_only = "#06DA93" | ||
export const CA_TF = "#be28e5" | ||
export const TF_only = "#d876ec" | ||
export const LowDNase = "#e1e1e1" | ||
export const Unclassified = "#8c8c8c" | ||
|
||
export const promoterRed = "red" | ||
export const enhancerYellow = "#E9D31C" | ||
|
||
// strand | ||
export const geneRed = "#FF0000" | ||
export const geneBlue = "#1E90FF" | ||
|
||
/** | ||
* ENCODE Data | ||
*/ | ||
export const DNase_seq = "#06DA93" | ||
export const ATAC_seq = "#02c7b9" | ||
|
||
export const totalRNA_seq = "#00aa00" | ||
export const longreadRNA_seq = "#006600" | ||
|
||
// Histone mark | ||
export const H3K4me1 = "#FFDF00" | ||
export const H3K4me3 = "#FF0000" | ||
export const H3K27ac = "#FFCD00" | ||
export const H3K36me3 = "#008000" | ||
export const H3K9me3 = "#B4DDE4" | ||
export const H3K27me3 = "#AEAFAE" | ||
|
||
// ChIA_PET | ||
export const ChIA_PETRNAPII = "#b20600" | ||
export const ChIA_PETCTCF = "#1900a6" | ||
export const Hi_C = "#9222b0" | ||
|
||
// Bru_seq | ||
export const Bru_seq = "#D642CA" | ||
export const BruUV_seq = "" | ||
export const BruChase_seq = "" | ||
|
||
// Pro | ||
export const PRO_cap = "#f68800" | ||
export const PRO_seq = "#b45f06" | ||
|
||
// other | ||
export const RAMPAGEPeaksSignal = "#D642CA" | ||
export const Conservation = "#999999" | ||
export const Genes = "#000000" | ||
export const TFChIP_seq = "#1262EB" | ||
export const RBP = "#f68800" | ||
|
||
|
||
export const Enhancer_GeneLinks = "#A872E5" |