Description Usage Arguments Value Examples
View source: R/get_correspond_sample_info.R
Function used to map GTEx v7 SRR id(s) from RNAseq to its tissue part, WGS SRR id and individual id
1 | get_correspond_sample_info(inSRR)
|
inSRR |
one or a list of GTEx RNAseq SRR id |
outdf |
a dataframe idicating the mapping result |
a dataframe containing columns:individual,RNAseq_run,RNAseq_sample,RNAseq_tissue,WGS_run,WGS_sample,WGS_tissue
1 2 3 4 5 6 | inSRR:
c("SRR598300")
out_df:
individual RNAseq_run RNAseq_sample RNAseq_tissue WGS_run WGS_sample WGS_tissue
GTEX-PX3G SRR598300 GTEX-PX3G-0006-SM-2I3E4 Whole Blood SRR3478911 GTEX-PX3G-0004-SM-5JK53 Whole Blood
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.