Pinned Loading
-
-
gtf_to_csv.R
gtf_to_csv.R 1rm(list=ls())
2library(GenomicFeatures)
3library(rtracklayer)
45extractGenesOfGTF <- function(inputFile, outputGTF_File, outputCsvFile ) {
-
TCGA metadata - To get the read leng...
TCGA metadata - To get the read length, to check whether all the samples are paired-end and to get all other information for TCGA samples 1library(GenomicDataCommons)
2q = files() %>%
3filter(~ cases.project.project_id == 'TCGA-LIHC' &
4data_type == 'Aligned Reads' &
5experimental_strategy == 'WXS' &
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.