Description Usage Arguments Value See Also Examples
Prepare the annotation for Refseq through UCSC table browser. This
function is modified from the function PrepareAnnotationRefseq
in customProDB.
1 2 3 |
genome |
See detail in function |
CDSfasta |
See detail in function |
pepfasta |
See detail in function |
annotation_path |
See detail in function |
dbsnp |
See detail in function |
transcript_ids |
See detail in function |
splice_matrix |
See detail in function |
COSMIC |
See detail in function |
... |
Additional arguments |
Several .RData file containing annotations needed for following analysis.
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
transcript_ids <- c("NM_001126112", "NM_033360", "NR_073499")
pepfasta <- system.file("extdata", "refseq_pro_seq.fasta",
package="customProDB")
CDSfasta <- system.file("extdata", "refseq_coding_seq.fasta",
package="customProDB")
annotation_path <- tempdir()
PrepareAnnotationRefseq2(genome='hg19', CDSfasta, pepfasta, annotation_path,
dbsnp=NULL, transcript_ids=transcript_ids,
splice_matrix=FALSE, COSMIC=FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.