Skip to content

TADMaster

Oluwadare Lab edited this page Jun 15, 2022 · 59 revisions

This tool is for users to visualize their existing TAD bed files and chromosome contact data


Step 1: Provide Job Information

Field Description Exmaple
Title Provide a title for your job submission Example Job Submission Chr4
Description Provide a brief description for this Submission. This will be helpful in case you make multiple submissions Example Matrix dataset from 40-42.5Mb region of GM12878 dataset chromosome 4
Chromosome Our tool can only extract TAD per chromosome. Hence specify the chromosome number for this job. Number only 4
Email Provide the email address where we would send you a notification when your job is completed. Please confirm that the email address you provide is correct(Optional) "your email address" or leave blank
Resolution Resolution for the input contact matrix in basepairs. For example 40kb = 40000, 10kb = 10000 10000

Click Next Button to Continue

An example screenshot is provided below:

image summary!


Step 2: Upload BED file


Here the user will upload two bed files. Click on the Submit button to process the upload.
Example Bed Files Upload:
Download Sample BED EXAMPLE1 | Download Sample BED EXAMPLE2 !image summary!


BED File Formats Accepted


File Format 1:

The three fields in each feature line are tab-separated:
1. chrom - name of the chromosome or scaffold. Any valid seq_region_name can be used, and chromosome names can be given with or without the 'chr' prefix.
2. chromStart - Start position of the feature in standard chromosomal coordinates (i.e. first base is 0).
3. chromEnd - End position of the feature in standard chromosomal coordinates
chr7	50000	150000
chr7	150000	230000
chr7	230000	320000
chr7	320000	440000
chr7	440000	520000
chr7	520000	730000
chr7	730000	920000

File Format 2:

The first two fields in each feature line are comma-separated:
1. chromStart - Start position of the feature in standard chromosomal coordinates (i.e. first base is 0).
2. chromEnd - End position of the feature in standard chromosomal coordinates
50000,150000
150000,230000
230000,320000
320000,440000
440000,520000
520000,730000
730000,920000

Finally, you get the submission report: !image summary!


View Result for Submitted Job


See the Result for this Submission

Clone this wiki locally