Skip to content

A repository containing the PEP files used for analyzing the TCGA bulk ATAC-seq data

License

Notifications You must be signed in to change notification settings

ChangLab/TCGA_PEPATAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TCGA_PEPATAC

This repository contains the sample metadata as a Portable Encapsulated Project (PEP) used for analyzing the TCGA bulk ATAC-seq data.

Use sample metadata in Python:

import peppy
prj = peppy.Project("PEP_2/TCGA_AllSamples_FinalBamList_config.yaml")

Then you can access metadata with the peppy API, such as:

prj.samples
prj.sample_table

Use sample metadata in R

library("pepr")
prj = pepr::Project("PEP_2/TCGA_AllSamples_FinalBamList_config.yaml")
sampleTable(prj)

About

A repository containing the PEP files used for analyzing the TCGA bulk ATAC-seq data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published