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

Generate the BED12+10 Bed files #3

Open
ypriverol opened this issue Oct 5, 2018 · 0 comments
Open

Generate the BED12+10 Bed files #3

ypriverol opened this issue Oct 5, 2018 · 0 comments
Assignees

Comments

@ypriverol
Copy link
Member

table pepBed
"BED12+13 bed File 1.0.0"
(
string chrom; "Reference sequence chromosome"
uint chromStart; "Start position of the first DNA base"
uint chromEnd; "End position of the last DNA base"
string name; "Unique name"
uint score; "Score"
char[1] strand; "+ or - for strand"
uint thickStart; "Coding region start"
uint thickEnd; "Coding region end"
uint reserved; "Always 0"
int blockCount; "Number of blocks"
int[blockCount] blockSizes; "Block sizes"
int[blockCount] chromStarts; "Block starts"
string proteinAccession; "Protein accession number"
string transcriptAccession; "Transcript accession number"
string peptideSequence; "Peptide sequence"
string proteinUniqueness; "Peptide uniqueness to the Protein"
string transcriptUniqueness; "Peptide uniqueness to the Transcript"
string genomeReferenceVersion; "Genome reference version number"
double psmScore; "PSM score"
double fdr; "False-discovery rate"
string modifications; "Post-translational modifications"
int charge; "Charge value"
double exp_mass_to_charge; "Experimental mass to charge value"
double calcMassToCharge; "Calculated mass to charge value"
int psmRank; "Peptide-Spectrum Match rank."
string datasetID; "Dataset Identifier"
string uri; "Uniform Resource Identifier"
)

@ypriverol ypriverol self-assigned this Oct 5, 2018
@ypriverol ypriverol transferred this issue from bigbio/pgatk Aug 18, 2021
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

1 participant