Description Usage Arguments Details Value Author(s)
View source: R/90_make_objects_for_reannotation.R
convert ProbeSets to a format needed for package building
1 | make_objects_for_reannotation(Probesets, level = "gene", Annotation, shift)
|
Probesets |
|
level |
|
Annotation |
reference genome annotation |
shift |
numeric, a constant that is being added to all main probe set ids, in order to make them larger than control probe set ids (and thus avoid same probe set ids when unwanted) |
Converts ProbeSets data.frame into a list of two data.frames:
ProbeSetDataAnnotation and ProbeSetDataFrame.
The ProbeSetDataAnnotation contains 4 colunms:
fsetname,
fsetid,
strand,
chrom, where fsetname is an Ensembl gene/transcript ID.
The ProbeSetDataFrame contains two colunms:
fsetid and fid,
where fid is a probe ID from the original array annotation.
a list with two data.frames
Vladislava Milchevskaya milchv@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.